Cropping with rounded corners

I recently changed my good old ImageReady with Fireworks. What really miss me is cut (crop) a rectangle with corners rounded off an image.

ImageReady had this as a standard option, but in Fireworks I can do only with right corners? Is someone can pls tell me how can I do this? Thank you.

You can't the harvest an anything but rectangular image, because the image files are always rectangular (even with ImageReady). You can use a vector mask to make the corners of an image are transparent or anti-aliasing for a background color (or other underlying images or objects), however.

You can get the effect you want, however.

(1) add a white rounded rectangle to your document and adjust its size and position you want. (I have will usually set the opacity of an object down to this step and then go back to 100%)

(2) select the rectangle and your image.

(3) in the menu, select Modify > mask > Group as mask.

Note that your original image is not changed, the mask only serves as kind of a window frame and can always be cancelled. If you want to crop your image to the visible part, you can use the menu item

Modify > canvas > canvas trim.

You can use any vector shape to create a mask with, including forms of text. A white mask causes underlying object be completely opaque. The areas in black or transparent mask causes the underlying object to be transparent. Gray or partially transparent areas in the mask of cause the underlying object to be relatively transparent.

Tags: Fireworks

Similar Questions

  • ePub available fixed and graphic block with rounded corners

    Hello

    Screenshot 1: file ID CC 2014 .indd

    Capture d’écran 2014-10-14 à 17.48.38.png

    Screenshot 2: iBooks .epub file

    Capture d’écran 2014-10-14 à 17.51.27.png

    I can't get the same thing: image of block with rounded corners.

    Can someone point me in the right direction?


    Thanks in advance.

    I think that you export your images in JPG here. Please export them as png, this problem does not occur then.

    POOJA-

  • Draw images with rounded corners and border

    Hello!

    How can I draw an image with rounded corners and a border, but not to let the image go beyond the limits of the border?

    The image is constantly evolving, so the size and the proportion is also change periodically.

    Best regards

    Luis Borlido

    I found this

    http://cookbooks.Adobe.com/post_Rounded_Image-6502.html

    You can extend as a result of draw a border so

  • IconItemRenderer with rounded corners

    Hello world

    IM using the mobile IconItemRenderer and the need to round the corners of list-items are in line with the rest of my UI design. is it possible to archive this?

    thx for your help

    extend the IconIremRenderer then override the drawBackground method and draw a rect with rounded corners

    something like that...

    package converters
    {
    Import spark.components.IconItemRenderer;
       
    SerializableAttribute public class RoundedIconItemRenderer extends IconItemRenderer
    {
    public void RoundedIconItemRenderer()
    {
               
    Super();
    }
           
    override the drawBackground(unscaledWidth:Number,_unscaledHeight:Number):void function
    {
    this.graphics.beginFill (0 x 000000, 0.8);
    this.graphics.lineStyle(1,0xCCCCCC,0.5);
    this.graphics.drawRoundRect (0,0,unscaledWidth,unscaledHeight,30,30);
    this.graphics.endFill ();
               
               
    }
           
           
    }
    }

  • How to create the rectangle with rounded corners?

    How can I create a rectangle with rounded corners?

    Yes... I know x)
    but with the action script?

    I found: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/display/Graphics.html#draw RoundRect()

    Thank you

  • How can I disable the "feature" that transforms a square into one with rounded corners, when I try to drag?

    Now, it is often very difficult to catch an object square and drag it without him convert to rounded corners - especially with small objects.

    No idea how to solve this problem?

    TIA

    View > hide the corner widget

  • Triangle with rounded corners

    How to draw a triangle with smooth rounded corners and straight walls?

    Hamish,

    You can create the triangle with the tool polygon, delivered with the Rectangle tool (click and place the cursor until the other tools fly away), then the effect > esthetics > corners rounded. You can object > decompose the aspect if you have six anchor points.

  • How to make tables with rounded corners! (help)

    Using framemaker 11 and I can't seem to find a way to get the corners rounded on a table.

    The only way is a way to fake and draw a rectangle rounded on the table without borders. I've implemented a program to import this document into another document, but it does not have the rounded rectangle but takes the table. What gives?

    So the only methods I see work is to find how 1) corners rounded on a table, 2) have the rectangle 'stick' to the table then when everything is imported when I import the file, 3) create a graph of rectangle rounded out framemaker and import it in?

    Help, please

    Chris

    Rounded corners on the tables is a rare feature. There in no version of FM I've ever used (compared to 9), nor do all the worksheets that I use.

    My inclination would be to find an app that does (InDesign maybe?).

    Each table export to PDF.

    Import in a framework anchored on the FM band.

    >... a rectangle rounded on the table without borders.

    > But I put in place a program to import this document in

    > another document, but it does not have the rounded rectangle

    > but takes the array. What gives?

    A normal FM table does not represent an anchored frame. I guess you just draw on the page of the RR. It is not related to the content (a debit). Not only it does not export if you use this document as a source of text box, the RR will remain even with this table if the table to a different page of reflow number other content changes.

    You need create a block anchored.

    Equip the RR that.

    Also put a block of text in the AF.

    Set the table in the text frame.

    Adjust the RR to hit the table borders.

  • Circular crop with transparent corners

    Hello

    I had this problem for quite a long time.

    I tried to make a circular crop of my company logo (which is a circular logo).

    However, whenever I harvest I always get a rectangle with white corners.

    Is there a way to make the transparent corners in Photoshop?

    Furthermore, I use Photoshop CS3 extended.

    Thank you all for taking your time in reviewing my investigation.

    Hi Surfotw,

    Try this:

    (1) open the logo, make sure IMAGE > MODE is set to RGB COLOR because if the logo is a GIF or indexed color, you can do trransparent layers.

    (2) make sure that your LAYERS window is open.

    (3) duplicate the background layer, that is your logo. You can do this by clicking right on & selecting Duplicate layer, or by dragging the layer of the logo on the new layer below icon (it looks like a page with the corner curled upwards)

    (4) hide the original background layer by clicking on the "EYE" icon next to it.

    (5) in the layer window, select your new layer logo & then select the circle selection Rectangle tool to draw a circle around your logo. You can do about it & then choose command SELECTION > TRANSFORMER SELECTION fine tune your circle perfectly.

    (6) once you are satisfied with the selection, invert to select stuff around the outside - SELECT > INVERSE

    (7) now you can simply press DELETE to delete the unwanted area.

  • AS3 drawing a rectangle with rounded corners and squares?

    Is this possible in AS3 for a rectangle with square and round corners? I'm drawing a square, which has rounded edges on the top right and bottom left and square corners for those remaining. How can I do? Right now, I have this:

    var g:Graphics = indicator.graphics;

    g.clear ();

    g.beginFill (0 x 512033);

    g.drawRoundRect (x, y, itemRenderer.width, height - 3, 20);

    g.endFill ();

    Many thanks for any help with this!

    You are welcome.

    If you are able, please mark this thread as answered.

  • Make a photo with rounded corners

    I just followed both these instructions to create corners rounded on a rectangular image:
    http://www.Enghiong.com/how-to-make-rounded-corner-edges-using-Fireworks.html/
    http://www.joycejevans.com/tutorials/Fireworks/FWMX/roundecorners/rc_crn.htm

    What Miss me? Two of them show the transparent canvas? I drew the rectangle, rounded corners, glued to the inside and all the other steps and saved. When I use in my html file, the background shows!

    Any help with this is so appreciated.

    quality11 wrote:
    > I'm sure that I created an object rectangle, change the fill color to
    > tranparent (and the color of the outline), then glued to the inside so not sure how the
    > black came. However, I am not even able to do that. What I am
    > missing? I know it's easy. I did easily some time for another site.
    >
    > Thanks to its fixation. I would like to know how you did it well. You can
    > tell me step by step how you created the image? I have another image that I have to
    > do exactly the same thing for.
    >
    > Thank you very much.
    >

    Draw the rectangle rounded on the picture and fill the rectangle with
    White. Select the image and the rectangle, and then click Modify > mask
    > Group as mask. If you need background or transparent, create
    the Group of mask on a transparent canvas and export to PNG 32-bit format.

    --
    Linda Rathgeber - Adobe Community Expert
    http://www.Adobe.com/communities/experts/members/8.html
    --------------------------------------------------------------

  • Rectangle with rounded corners

    Someone knows how to set the degree of curvature on the corners of the rectangles, rounded to Illy?  This can be easily done in PS, but I see no option for this in Illustrator.

    Any help is appreciated!

    Dan,

    If you select the rounded rectangle tool and click anywhere on the artboard rather than simply drag, you get options, including Ray.

    You can also create a rectangle (normal) and then the effect > esthetics > rounded corners or effect > convert to shape > rounded Rectangle, to get a rounded which remains editable and removable.

  • Thumb nail with rounded corners lot.

    I would like to create a command script which proportionately reduces an image at 200px wide, rounded corners (25px rad), gives him a blue border and saves it as a transparent png.

    I am trying to create a command that ACR be dosed. It seems simple enough. except that I can't figure out how to make a command that will create a rectangle that starts at 0,0 and is at the height and width of the canvas.

    Advice would be appreciated,
    Thank you
    -marc

    Marc,

    Maybe this will help you:

    http://www.phireworx.com/content/members/imageedgerpro/default.asp

    Alex

    Infield wrote:
    > I would like to create a command script which proportionately reduces an image to
    > 200px wide, rounded corners (25px rad), gives him a blue border and saves it
    > as a transparent png.
    >
    > I'm trying to create a command that ACR be dosed. It seems simple enough
    > forward. except that I can't figure out how to make a command that will create a
    > rectangle starting at 0,0 and is the height and width of the canvas.
    >
    > Advice would be appreciated.
    > Thank you,
    > - marc
    >
    >
    >

  • Container with rounded corners

    Hello, I have just a container with black background color.

    I want to set its borders, round.

    How can I do? Any help? Thank you.

    I say that it is also a possibility.

    Just use a semi-transparant png image?

    Check this page for more information

    https://developer.BlackBerry.com/Cascades/documentation/UI/Image_Resources/nine_slicing.html

  • Dashes and points race alignment on the rectangle with rounded corners

    Who can control the placement of hyphens so they are symmetrical.

    Screen Shot 2016-03-28 at 4.51.15 PM.png

    Screen Shot 2016-03-28 at 4.56.14 PM.png

    The 'align dashes to the path corners adjust the lines to fit' is great, but the cyan guide I pulled low shows that the dashes above are not symmetrical in relation to the other. For a non-rounded rectangle, this works well.

    Screen Shot 2016-03-28 at 4.59.51 PM.png

    I see it's a bit off.

    If you want it perfect, just draw a corner and a transformation effect one copy reflect X and Y to reflect another.

Maybe you are looking for

  • Keyboard on Satellite L730 problems

    Hi guys need some advice on how to tackle this problem... I'm not that old L730, my cat sitting on the keyboard and now sometimes I have to press certain keys twice (not all keys including those) to operate... it is when it happens, I restart the lap

  • How to operate the motorola xoom SD micro

    Please let me know what firmware kind to run micro SD motorola xoom

  • LabView 2009 tagsrv.exe problem

    Hello! I installed LV 2009 on windows XP machine. To start the computer, the error in the tagsrv.exe is reported. On Distributed System Manager is not possible to see the variable shared on computers on the network. The firewall is disabled. Do you h

  • Error Code 80071A3F

    Try to download and install Windows Vista Service Pack 1 (KB936330). Downloads fine, but not moved because of the above error. Tried several times with FAILURE. Any help would be appreciated.Thank you

  • The time on my laptop will be not updated.

    The problem started when my batteries are dead.  I have re-charged batteries and all accept the clock works fine.  I tried the link to time.window.com, but I get an error.  I have reset the clock manually, but it stops now time when I shut down my la