Stroke on placed image

In all my research of the new CC features in Illustrator I came across a video that was explaining you can now add a stroke on a placed image.   My memory thinks it was a Deke McClellan video but i'm getting too old to rely on my memory being correct and I can't seem to find the video again.
I tried adding a stroke but nothing happeneds.. I still have to mask first then add a stroke.   Is there a step i'm missing?   Does anyone know about this new functionality in Illustrator CC?

I think I've found my answer and I guess it was still making a Mask- it has just been made easier (meaning I don't have to take the time to draw a shape around the image, then make a mask) by the addition of the Mask button in the control strip or whatever it is called, if you have the image selected.   Once the button is clicked I can add a stroke.    2 button process that I'm happy with.
Thanks for the replied Monika and sorry I wasn't explaining myself correctly in the OP.   I wasn't quite sure how to ask it.   I needed a quick process to add that stroke, I should have worded it differently.

Similar Messages

  • Add Strokes to Placed Images in Illustrator

    Hi All,
    I'm having a problem to add a stroke "frame" around my tiff image in Illustrator. My image is a "traced picture" from Photoshop. I used the following technique:-
    Technique: Use an Effect
    Choose File > Place and select an image to place into Illustrator document.
    Choose File > Place and select an image to place into Illustrator document.
    The image is selected. Open Appearance panel and from the Appearance panel flyout menu, choose Add New Stroke.
    With the Stroke highlighted in the Appearance panel, choose Effect > Path > Outline Object.
    However, the result I got was the stroke around the image NOT the frame around the image.
    How do I  achieve it. Any help and tips are greatly appreciated. Thanks in advance.

    Technique #1: Use a Mask
    This technique requires Illustrator CS3 and works only when your keyline will be rectangular in shape.
    Choose File > Place and choose an image to place into your Illustrator document. You can either Link or Embed the image. Once you've chosen the image, click the Place button.
    The image is selected (if your image already exists in your document, select it now), so if you look in your Control panel at the top of the screen, you'll see a button labeled "MASK". Click on it. This creates a mask at the exact bounds of the image.
    Press the "D" key for Default. This gives the mask a black 1 pt stroke attribute. Adjust the stroke per your design needs.
    NOTE: An additional benefit to this method of using a mask is that you now have the elements in place to simulate a "frame and image" paradigm like InDesign. Once you've created your mask, you can decide to "crop" your image by double clicking anywhere on the photo. This will put you into Isolation Mode. Now click on the frame edge and resize at will. When you're done, double click outside the image to exit isolation mode and continue working. This method works wonderfully when you're using the Selection tool (black arrow) and have the Bounding Box option turned on (in the View menu).
    Technique #2: Use an Effect
    At first, it may seem that applying a keyline with the use of an Effect is a tedious process. But we all know that once we've applied an effect, we can store it as a Graphic Style, at which point applying our keyline will become a single click. Go ahead, ask me why Adobe doesn't ship Illustrator with such an effect as a default setting in the NDPs (New Document Profiles). Go ahead, ask me why Adobe doesn't allow us to assign keyboard shortcuts to styles like InDesign does. I don't have answers to either of those questions (sorry). But let's get on with the styles, shall we?
    There are two separate effects that we can use, and each provides a different benefit.
    Choose File > Place and select an image to place into your Illustrator document. You can either Link or Embed the image. Once you've chosen the image, click the Place button.
    The image is selected (or if your image already exists in your document, select it). Open your Appearance panel and from the Appearance panel flyout menu, choose Add New Stroke. We can't see the stroke yet, because all we have is an image. But we'll change that in short order.
    With the Stroke highlighted in the Appearance panel, choose Effect > Convert to Shape > Rectangle. Check the Preview button, select the Relative option, and set both the Extra Width and Extra Height to zero (0). (Be careful not to press Tab after you enter the second value, or it will switch back to Absolute.) Click OK to apply the effect. Style the stroke attribute to match your design preference.
    Now make this easier to apply in the future. With the object still selected, open the Graphic Styles panel and click the New Graphic Style button at the bottom of the panel. Give the style an appropriate name. If you then add this style to your NDPs, it will be readily available in all new files that you create.
    Add Strokes to Placed Images in Illustrator | CreativePro.com

  • How to find out the Pixel Dimensions and Document Size of placed images?

    Is it possible to find out the placed image details like Pixel Dimensions(Width,Height) Document Size(Width,Height) in illustrator through scripting. Kindly advice me with some examples.

    http://www.adobeforums.com/webx/.3bbaa316.59b84fd8
    I hope the snippet therein will get you started.
    But after all, when you place an image via pi=layer.placedItems.add() it should pop in with its default dimensions, so that you have pi.height and pi.width ready.
    Is this what you are aiming at?

  • SCRIPT TO IMPORT MULTIPLE PLACED IMAGES..AND OUTPUT MULTIPLE IMAGES TO SINGLE PDF.

    Anyone got a script to import multiple placed images into CS4? or is this possible in CS5?
    and can we output multiple layers into a single PDF in illustrator?  Or multiple layers into single JPEGS from illustrator with one command instead of individually saving out each page... would be a huge time saver for me.
    Currently I output each completed layer individually and then right click those outputted jpegs in their output folder and choose "combine supported files into acrobat..." to make a single acrobat file..
    I`d also like to be able to CTRL click multiple layers and go save as... only those layers get saved out...
    And so adding something in the Save for PDF output dialogue box to save layers to multiple pages would be a helpful time saver..

    In CS 4 and CS 5 you can drag and drop fro m the finder or the Bridge, and I guess any other similar type viewer, multiple number of image files to a document. You can configure the bridge in such a way as to allow you to see the Bridge and your document at the same time for this very purpose.
    If you just drag and drop the files are linked if you drag while holding the shift key then the files will be embedded.
    ID and PS CS 5 have a minibridge which works the sam way but is an actually panel and will stay in the front.
    I separate the images but they import one on top of another.

  • How do I align a placed image in a frame using JS?

    I am new both to javascript and to scripting for InDesign, so please bear with me on this question.
    I am trying to align an image in a graphic frame so it aligns to the top right corner of the frame.
    I can do this using the InDesign interface by following these steps:
    1. Create a rectangular frame.
    2. Right-clicking the frame and selecting "Fitting > Frame Fitting Options."
    3. Selecting the top-right square in the "Alignment" area of the Frame Fitting Options dialogue.
    For me, this automatically aligns the image to the top right corner in the selected text frame, even if there is a placed item in the frame.
    I am trying to apply this to the actual image frame using the following code where "modelFrame" is the rectangle that is the parent of the placed image:
              modelFrame.frameFittingOptions.fittingAlignment.anchorPoint = AnchorPoint.TOP_RIGHT_ANCHOR;
    I am not getting an error, but I am also not getting the desired results (in fact, it doesn't change anythign at all). What am I doing wrong?

    Hi lanejd,
    I have got the same issue as you but had just found the solution. Please see below:
    modelFrame.frameFittingOptions.fittingAlignment.anchorPoint = AnchorPoint.TOP_RIGHT_ANCHOR;
    This will only set the properties for the Frame Fitting Options. You will need to call a method/function. Add the below line to your script and it will execute the Frame fitting Options.
    modelFrame.fit(FitOptions.applyFrameFittingOptions);
    Hope this help!

  • My InDesign program is printing my placed images lighter than illustrator.

    I am trying to print a colour logo in Indesign with black type on my inkjet printer.  The colours are appearing fine on screen and so is the black but when I print everything is washed out.  I tried just printing a black box and it appears black on screen but in print it is grey.  I have tried changing the preferences Appearance of Black to rich and accurate but that did not make a difference.  Do I need to do anything in color management I am using Indesign CS2.  How can I solve this problem?

    Acrobat worked, thanks for that advice.   I set my Convert to Profile under the Edit Menu to  Color
    Match RGB.  That helped a little bit but it is not printing like the
    pdf.  I would like to get this problem resolved. I normally use
    illustrator most of my work.  But I would like to have InDesign working
    properly as I need it to do other jobs.
    Take Care,
    Jen
    Take Care,
    Jen
    Date: Fri, 14 Aug 2009 14:24:47 -0600
    From: [email protected]
    To: [email protected]
    Subject: My InDesign program is printing my placed images lighter than illustrator.
    Jen,
    This is a problem that you have no time to fool with, correct?
    When printing from InDesign and all looks hopeless, export to PDF and print from the PDF.
    Why?
    I don't know for sure but it seems all printers made recently accept PDF better than straight from InDesign. It could be the printer driver and it could be InDesign but you don't have time to mess with it now. Wait for some free time to sort it out, but for now output to PDF and print from Adobe Reader or Acrobat.
    >

  • Create Pattern Swatch from Placed Image in Javascript

    I need to create a large number of pattern swatches from some .jpg file on disk. I've figured out how to script the insertion of the .jpgs into my AI document as placed images:
         // Embed the image into the document.
         file = new File("MyImage.jpg");
         var document = app.activeDocument;
         var newPlaced = document.layers["swatches"].groupItems.createFromFile(file);
         newPlaced.name = "MyImage_Placed";
    This works fine and the item shows up in the correct layer as an embedded image.
    Now I want to create a PatternSwatch (I think) from that Image.
    To create a new swatch the code starts out as:
         newSwatch = document.swatches.add();
         newSwatch.name = "MyImage_Swatch";
    but now I'm stuck! How do I associate the new PlacedItem with the swatch I just created? I can see the swatch in the palette so I'm partway there.

    When you say you would drag the image itself into the Swatch Palette and it would show the image itself? How would then use this swatch? Can you give an example of what you would apply a jpeg to as a swatch? The only palette that I can think of off the top of my head that you can drag a jpeg into and have the icon appear as the jpeg is the Symbols Palette. Is is possible that you were using the Symbols Palette in the past and not the Swatch Palette?

  • InDesign Crashes while placing images on document.

    Hi All,
    I am facing problem and i am stuck at this point.
    I download an image in a folder and place it in graphic box using IImportExportFacade's ImportAndLoadPlaceGun method it is working fine, but when i delete placed image from folder then it becomes as missing link after that if I download the same image at same path and try to place in another graphic box using same above API then indesign get crashed.
    What is problem Any idea?
    Please help me if anyone having same isuue i need to fix it urget.
    Thanks in advance.
    Regards
    Tahir.

    Does it happen in other files withthe same image(s)? How about in a new user?

  • Newly placed images not showing up and Text Styles not previewing correctly

    I was playing around with defining new text styles and they
    looked OK in Dreamweaver but when previewed in browser everything
    was in Times. I deleted all the pre-set styles trying to fix the
    problem out why when I realized now newly placed images don't show
    up in preview, but old images will. I can copy and paste an
    existing image and it will show, but not if I place it new. When
    trying to Manage Site, I kept getting a "Home page is not on
    this...." message. Please help me figure out what I have
    done!!!

    >Home page is not on this...
    Several possibilities spring to mind the first of which is
    you haven't
    defined your site properly or at all
    >previewed in browser everything was in Times
    a link to your stylesheet has an incorrect path
    >realized now newly placed images don't show up in
    preview,
    they should, defined site again?
    If you have a URL we could see the code?
    If not can you post the code here, otherwise these are all
    guesses
    Jo
    "chas0616" <[email protected]> wrote in
    message
    news:esa2uh$h4d$[email protected]..
    >I was playing around with defining new text styles and
    they looked OK in
    > Dreamweaver but when previewed in browser everything was
    in Times. I
    > deleted
    > all the pre-set styles trying to fix the problem out why
    when I realized
    > now
    > newly placed images don't show up in preview, but old
    images will. I can
    > copy
    > and paste an existing image and it will show, but not if
    I place it new.
    > When
    > trying to Manage Site, I kept getting a "Home page is
    not on this...."
    > message.
    > Please help me figure out what I have done!!!
    >

  • Placing Images (Screen Caps) for Callouts - Best Practice?

    Illustrator CS6, Windows 7
    I'm placing screen captures (screen images from software) in my artwork files to add callouts and create illustrations for a user manual.
    The machine I'm capturing on has a screen resolution set at 1920 x 1080 (required for software). I'm using Snagit and capturing the screens, saving files, then placing in Illustrator. I've been using images minimum 300 dpi and never upsizing in Illustrator. Still I think my results could be better.
    In the past I've used .jpg as my export filetype for placing into Illustrator. But, recent reads of postings in this community lead me to believe my practice might be flawed.
    Question: What is considered best practice for placing images from screen capture (or any source) in Illustrator? What file type from capture will get me the clearest and most adaptable results?
    My Illustrator file color mode is CMYK and my other art and callouts supporting the screen cap are working great.
    I'm creating the artwork for import to Framemaker and creating a PDF for online and print.

    What I mean is; what is the user looking at, and what are you training on?
    For example, if the application involves medical imaging, and part of your documentation covers something like evaluating medical images in the application, that would probably be a far more color-critical scenario than an application in which the user just views and manipulates data.
    Generally, you don't need anything like 300 PPI for screen captures in software documentation. The whole intent is for the image to look like the screen you are documenting, which is something like 72 or 96 PPI at actual size. You might downscale a screen capture as much as 50%, but at that size, the reader is viewing the application's text (including menus,  etc.) at half the size as viewed in the application, which is assumed to be sized for comfortable reading. Sharpness is good. You don't want the images to become blurred in pursuit of completely needless "resolution."
    Also generally speaking, software screenshots are not usually color-critical. Placing (even pasting from SnagIt) directly into the page layout app is usually just fine. PostScript knows how to separate RGB images. Such things have been done since long before anyone sweated blood over "color management." Assuming your application interface is not using garish color (which would be poor interface design; it's tiring), I dare say the conversion of RGB screenshots to CMYK at the imagesetter or press would be fine.
    How is the manual going to be printed? Unless you're talking about a large press runs, nowadays software documentation (subject to frequent updates) is often printed on on-demand presses (think glorified digital color copiers), not sheetfed presses. With software documentation, you're not usually talking coffee-table collector's books. (The exception would be something like a book on color-correction in Photoshop; thus my first question.)
    I routinely paste screenshots from SnagIt directly into InDesign pages to document software applications, and add the callouts in InDesign. Only when I need some special graphics (swooping arrows, etc.) do I assemble the callouts to the screenshots in Illustrator; and even when I do that, I also typically paste the SnagIt captures directly in to AI.
    Keeping your callouts native to the page layout program also better facilitates language translation, when you have to outsource that.
    JET

  • Problem with photoshop automatically resizing placed images

    Hi,
    I have PS6. I have images that are 144x100 px. When I use file>place ps resizes the image to 108x75. I can't figure out how to make ps quit resizing my pictures. Anybody know?
    Thanks

    When Pasting, Dragging, copying and placing an image Photoshop will copy all of the image being duplicated original pixels to preserve the image pixel quality the image quality.  If the receiving document has a different DPI resolution the image may look a different size in the  receiving documents because of the number of pixels added to the document that has a lower or higher dpi resolution.  If the image is being placed in if the image pixels exceeds the receiving documents canvas size. Photoshop may scale the smart object layer to fit within the canvas that depends on the users Photoshop's preference.  All of the images original pixels are still there in the embedded object.   In my Photoshop Collage Scripts  I always transform all placed images to 100% size  incase Photoshop scaled the placed image.  For you can not get the scale percent Photoshop used.  Once I know I have the image at 100% size I can use the layer bounds to get the actual number of pixels there are in the placed image.  Once I know that I can calculate the scale I need to use to resize the image to fit the area being populated in the collage template.   Once resized I center it into place and mask off any excess image pixels.

  • Strange stiching white lines in placed images...

    Hi,
    I'm having some problems with Illustrator CS2.
    When i place a .PSD file (1 layer, photo, transparent background) with 300 dpi / CMYK 8bit into my main page, i get these strange stitching white lines over the image.
    Not only that, but after working on my arrangement some more, if i click my placed image, i notice how Illustrator has sliced it into 2 or more parts..
    This is annoying, since getting those white stitching lines doesn't really make me safe for print, and also bothers me that Illustrator slices the image into 2 or more parts without asking or confirmation.
    Anyone knows how i can fix this problem?
    Thanks,
    John

    Hi,
    I'm having some problems with Illustrator CS2.
    When i place a .PSD file (1 layer, photo, transparent background) with 300 dpi / CMYK 8bit into my main page, i get these strange stitching white lines over the image.
    Not only that, but after working on my arrangement some more, if i click my placed image, i notice how Illustrator has sliced it into 2 or more parts..
    This is annoying, since getting those white stitching lines doesn't really make me safe for print, and also bothers me that Illustrator slices the image into 2 or more parts without asking or confirmation.
    Anyone knows how i can fix this problem?
    Thanks,
    John

  • White lines appear around placed images in printing.

    A native Illustrator document with placed Photoshop (both CS6) images produces whites lines around the placed images when printed.  The Illustrator document does not show white lines on screen.  Nor does the PDF (Acrobat X Pro) generated from the IA doc show white lines when viewed on screen.  When the document goes to press, the printed product show the white lines:
    See upper left image and lower right image-note: other images are not affected.  Both both are native Photoshop images, placed on a gradient in IA.  Perhaps the PDF settings: "Adobe PDF Preset" or "Standard" are not chosen correctly?  Why the white lines?

    You screenshot shows a modified Illustrator Default preset with Compatability to Acrobat 4. That setting always flattens transparency which is what I would suggest avoiding first.
    Note the Warnings summary alerts that transparency will be flattened.
    garlic541 wrote:
    2.That same initial 'Save Adobe PDF' widow allows for three settings: Adobe PDF Preset (12 choices); Standard (6 choices), and Compatibility (5 choices).  Note how the window signals a Warning (Warnings: Saving this file with Compatibilty set to Acrobat 4 (PDF 1.3) requires items with transparency to be flattened.)  Could this be a warning that produces the stitch lines in the actual printing? 
    Yes
    garlic541 wrote:
    After researching....
    Discussion seems to indicate seeing 'stiching lines' on screen; sometimes in the designing application; or in the generated PDF.  My instances are visible only in printing-in two of the four images.
    1. Transparency.  Is this an automatic occurence in generating the PDF?  Can I turn it on/off? (The 'Save Adobe PDF' window that allows changes to: General, Compression, Marks & Bleeds,Output,, Advanced.....)
    Transparency is part of some design and all Effects. Note that you can change a color by using a tint or by setting it's transparency. Many times a tint will suffice. It looks the same and has the same values.
    Your original screenshot apears to use images with clipping paths. (Full disclosure - I should know this, but don't...I expect) clipping paths require/invoke the transparent background to place the images within the colored area.
    You cannot get around transparency but flattening converts vector objects to raster objects (when transparency touches/abuts/interacts with raster images).
    You should be able to use the Illustrator Default, High Quality Print or PDFX-4 to maintain live transparency
    2 very old (2004) Adobe white papers, not too legnthy which I can shed some light. Note - PDFX-4 superceeds all of these.
    Transparency in Adobe Applications: A Print Production Guide
    A Designer's Guide to Transparency for Print Output

  • Help! I can't get rid of background in placed images

    I have placed images that fade to 0%cmyk. When I print I can see the rectangle of the image box rather than 0%.
    Any suggestions?

    if you are doing ths with a gradient filled opacity mask the it s to be expected as the very last step in the gradient is 100% of white o black!.
    What I did was create a rectangle the height of the image plus some of top and bottom.
    Then gave it a ample feather
    then positioned it half over the edge that should fade to zero selected the Masked image and the blurred Rectangle
    then selected both the opacity masked image and the feathered rectangle
    then made an opacity masked of that as well

  • Rasterize settings for placed images?

    How do I place images in AI to make sure that they come in at a high quality? Is there some setting that controls the rasterize settings?
    Thanks.

    Placed images are placed at whatever resolution the original file is at. You can't directly control the ppi of any placed image.
    If you are using raster effects (drop shdows, glows, etc) or are specifically rasterizing content within AI, you'll want to set the Document Raster Effects Settings (in the Effects menu) to "high" or 300ppi.

Maybe you are looking for

  • Master/detail/detail

    using jsf/adf bc. I've got a jspx which needs to display data from a master/detail/detail setup. In a 'create' mode, i'm programmatically handling the create/insert stuff for the new master and detail rows. I'll try to explain my problem using a Depa

  • How to upload and search a document in KM

    Hi Experts, we are beginners in SAP EP.....can u guys provide me inputs for the follwing queries..... How to upload a document in KM ? How to search a document in KM? How to disable the windows authentication for protals? if it is enabled u can able

  • RPM in Solaris

    Hi I have problem with RPM installing in Solaris 10. I am using RPM version 4.1. I can successfully build rpm but during installation (or un-installation) it hands. During investigation I have found problem is in Install/Erase-time Scripts. When any

  • Audit Logs Empty in Communication Channel

    Hi, I am facing an issue in Channel Monitoring.I can see the messages are successful but nothing is displayed in Audit Logs.This is happening for both Receiver and Sender Channel.Earlier i could see the logs but it has started happening suddenly . I

  • Cascading physical standby from another physical standby for primary rac

    my supplier told me that is possible mount a cascade physical standby from a physical standby for my rac installation. but according the note "409013.1" seems not: "Cascading a logical or physical standby database from a physical standby database is