Importing image or graphic onto working layer?

I am using Photoshop cs4
When I work in Flash I can import a image or graphic to the library or directly onto the stage...My question is...Can I do this in photoshop?
Thank you

That was easy, Thank you very much.

Similar Messages

  • 5 stars not showing up on other computers when importing images that have been worked on. Catalogues settings include write metadata to xmp keywords do show up though

    our working group usually one team member imports and completes job in lightroom 5 . All settings on team computers include write metadata to xmp.  Key words show up if another team member adds the images to their catalogue but the 5 stars don't show up.
    We use the 5 stars to show images that were worked on and complete.
    Would love to sort this issue out as we rely on being able to see the star rating not just keywords.

    [Sorry for the delay in getting back.] Of the three files you included in the Dropbox .zip, 2 had no rating, and 1 had a 5-star rating (*research*.dng).  So indeed, the rating didn't get written to those two files and wouldn't show up when they were imported into another catalog.
    A couple of suggestions:
    1. Triple-check that the option Automatically Write Changes Into XMP is set in Catalog Settings > File Handling in everyone's Lightroom.
    2.  After someone sets the rating, check the thumbnail in Library grid mode -- does it have a badge in the upper-right corner indicating the metadata needs to be updated?  If it does, then that means the metadata isn't getting written immediately back to the file:

  • Dynamically importing images

    Hi,
      we need to dynamically import images to use them in smartforms. The images are stored on a file server (DMS) so we tried to use BAPI_DOCUMENT_CHECKOUTVIEWX to get the file from DMS and then use IMPORT_BITMAPS_DBS (to do what SE78 does) but this does not work. We realised that the file was not being transfered by the BAPI and that IMPORT only works with local files, so when we are printing (background), it does not work. Does anyone know of a way to import images as GRAPHICS as SE78 does but from a DMS server and in background mode.
    TIA

    hi,
    can you please elaborate your answer, i could not understand it completely.
    Thanks,
    Hasan

  • How to calculate width of imported image

    I use the code below to layout 12 imported images. The code works fine as long as the images have a consistent width. However, the widths have now changed and my layout is screwed up. To solve the problem I'd like to change my layout formula to place images according to thier widths. However, my problem is that I cannot access the widths of the imported images. So my question is: How can I calculate the width of each imported image?
          for(var i:int=0; i<12;i++){
               imageLoader = new Loader();
               var url:String = "images/animal"+i+".png";
               var urlReq:URLRequest = new URLRequest(url);
               var sprite:Sprite=new Sprite;
               imageLoader.load(urlReq);
               imageLoader.x=70*i
               imageLoader.y=100
               sprite.addChild(imageLoader)
               addChild(sprite);

    Thanks. That makes sense. What type of event do I need for my event handler? If I use:
    imageLoader.contentLoaderInfo.addEventListener(Event.COMPLETE,  imageLoaded);  
    Should I have:
    public function imageLoaded(e:Event):void {
       trace("Width="+e.contentLoaderInfo.??)

  • When importing images into LR5 on my laptop, the photos all have a wide yellow streak through them. This only happens on the laptop; I can import the images onto my desktop LR and there isn't the streak of colour.   Can someone help?

    When importing images into LR5 on my laptop, the photos all have a wide yellow streak through them. This only happens on the laptop; I can import the images onto my desktop LR and there isn't the streak of colour.   Can someone help?
    This is happening even with photos that were taken on another camera, not just mine.  My daughter told me that the laptop recently fell.  The yellow streak is not anywhere else on the laptop, just on the photos in LR.

    I have had this problem on my desktop.  I have been attempting to reproduce it where it can be debugged. Here are some observations/facts in my environment--no conclusions:
    1. I do not import from camera or memory stick directly into LR.  I copy all images (using Explorer) from camera to two different locations (backup location first); and then my working area. In both cases, after files are copied I mark them Read-only.
    2. Poor observation, but in any event: the issue has only occurred when I do a large number of images. Its a poor observation as I have no exact number.  I suspect when I do less than 50 always works well every time.  However, I have also done some very large imports without issue.
    3. Error only occurs with my RAW images--for me that's NEF.  I have multiple cameras--those that only capture jpg images have never had an issue in LR.
    4. Even if the file is marked Read Only issues can still occur.  I then remove the image from the disk using LR -- and then manually (Explorer) copy in my backup image -- re import again and all is well.  I think one time I exited LR and replaced the bad file with a backup and restarted LR and all was well again.
    5. When it occurs I have performed a HASH value on the broken file and on the backed up file to determine if the file contents has changed--and each time the file contents has changed.
    6. I have had this occur immediately after import, but most often it occurs like this... import large number of images; Make changes in Development Module on random image, export jpg of changes--exit LR. Open up LR and file is corrupted.
    7. I have had this issue on multiple USB drives ( okay just 2 different drives have been tested ).
    What next--fire up Process Monitor and monitor the system (specifically LR) to see if it reports any file open for write access when this occurs.  So, far I have not had process monitor actually running when it occurs--one of these days.

  • Need script to batch import images into PSD layer

    Hi,
    I have a large group of identically sized Illustrator PDF images (I could convert these to jpeg and resize separately...). I need to import each of these into a specific part of another image, which will always be constant  The incoming image should be the back layer and the file should be saved as a jpeg, and named after the incoming image's file name. 
    What's the best approach here?
    Thanks, everybody. 

    Hello.
    I've tried to adapt this script I to  update a sprite sheet.
    The sprite sheet contains 6 smart objects, which where created by importing PSD containing 1 transparent rasterized layer, converting to SmartObjects, then repositioning and scaling.
    The script has two faults. Either it runs and replaces the images, but moves them about vertically.
    Or it simply throws an "General Photoshop Error. This method may not be.. etc" error and highlights this line :
    executeAction( idplacedLayerEditContents, desc2, DialogModes.NO );
    I'm still getting to grips with the completely bonkers API, looking at what looks like assembly language bubbling up through the "baretail" application.
    Any tips as to why it's erroring out or coming in in the wrong places vertically (looks OK horizontally) most appreciate.
    It's the bizarre intermittent error that bugs me most, sometimes it runs and does it wrong, sometimes I just get a bing  noise.
    Script is here :
    http://www.charlescrammond.co.uk/downloads/ReplaceContentsOfSmartObjects.jsx
    Sample PSDs I'm using are  here :
    http://www.charlescrammond.co.uk/downloads/spritesheet.zip
    any help much appreciated! meanwhile, I guess back to the UI and manually doing it
    Charles
    /// Script to automate replacing contents of smart layers with selected psds
    /// Sometimes it just about works, and replaces the images fine but moves them down vertically.
    /// Sometimes it throws an error at :
    ///  executeAction( idplacedLayerEditContents, desc2, DialogModes.NO );
    #target photoshop
    if (app.documents.length > 0)
       var myDocument = app.activeDocument;
       var thePath = myDocument.path;
       var pngopts = new PNGSaveOptions();
       pngopts.interlace = false;
    function swapImages()
          // select files;
          if ($.os.search(/windows/i) != -1)
             var theFiles = File.openDialog ("please select files", "*.psd;*.psb", true)
          else
             var theFiles = File.openDialog ("please select files", getFiles, true);
          if (theFiles)
             // work through the array;
             for (var m = 0; m < theFiles.length; m++)
                // open smart object; in active document
                var getLayerToChange = app.activeDocument.artLayers[m];
                app.activeDocument.activeLayer = getLayerToChange;
                var smartObject = openSmartObject (getLayerToChange);
                // get a reference to the layer within
                var theLayer2 = smartObject.activeLayer;
                // replace smart object;
                if (theLayer2.kind == "LayerKind.SMARTOBJECT")
                   replaceContents (theFiles[m]);
                   // This closes the current image source file.
                   smartObject.close(SaveOptions.SAVECHANGES);  
                   // not  sure this is needed but what the hell
                   delete smartObject;
             //save png;
             $.writeln("Saving a PNG");
             myDocument.saveAs((new File(thePath+"/"+"spritesheet.png")),pngopts,true);
    ////// get psds and psb  from files //////
    function getFiles (theFile)
       if (theFile.name.match(/\.(psd|psb)$/i))
          return true
    ////// replace contents //////
    function replaceContents (newFile)
       var idplacedLayerReplaceContents = stringIDToTypeID( "placedLayerReplaceContents" );
       var desc3 = new ActionDescriptor();
       var idnull = charIDToTypeID( "null" );
       desc3.putPath( idnull, new File( newFile ) );
       var idPgNm = charIDToTypeID( "PgNm" );
       desc3.putInteger( idPgNm, 1 );
       executeAction( idplacedLayerReplaceContents, desc3, DialogModes.NO );
       return app.activeDocument.activeLayer
    ////// open smart object //////
    function openSmartObject (theLayer)
       if (theLayer.kind == "LayerKind.SMARTOBJECT")
          var idplacedLayerEditContents = stringIDToTypeID( "placedLayerEditContents" );
          var desc2 = new ActionDescriptor();
          // why does this line here throw errors sometimes, and sometimes not.
          executeAction( idplacedLayerEditContents, desc2, DialogModes.NO );
       return app.activeDocument
    // Call main function
    swapImages();

  • HELP: How do I use iPhoto 08 to import images onto my iPhone 3G?

    Hi,
    I was wondering how best to import images into my iPhone 3G for viewing.
    Most of my image files are large high quality 2 -4 MB files.
    Is there an easy way to downsize the files for viewing on the iPhone 3G? Does iPhoto have a setting specific for import/export use with the iPhone?
    How do I set a specific photo as the phone's wallpaper and does it have to be specifically sized to use as wallpaper?
    I have read the iPhone 3G manual but it was less than helpful just saying "Use iPhoto to import photos onto your iPhone"...

    here is a thread with lots of discussion of this topic - http://discussions.apple.com/thread.jspa?threadID=1618079&tstart=105
    In general you make album(s) of the photos you want on the iPhone and sync the album(s)
    LN

  • I had all photos on a Windows desktop.  Got a mac laptop, installed LR5, and put all images from Windows onto an external hard drive.  When I go to import them into LR on the Mac, they are all locked.  Help, please.  Thanks

    I had all photos on a Windows desktop.  Got a mac laptop, installed LR5, and put all images from Windows onto an external hard drive.  When I go to import them into LR on the mac, they are all locked.  Help, please!

    "I plugged the external into the Mac and moved a folder of images onto the desktop.  It looks like it went from read only to not locked.  Is this possible?"
    Yes, that's exactly what happened. If you buy another drive, you could copy from your existing drive to the new and your files will be read/write. The new drive will have to be formatted as an HFS drive (that's the Mac's format). If you need to format it, you use Disk Utility which is in the Utilities folder on your Mac. Be careful with that -- it wipes out whatever is currently on the drive. Make sure you format the right drive.
    I keep all my images on an external drive, too. In fact, I have two matching drives and sync them so I always have a backup.

  • How do I paste an image onto a layer of another image

    How do I paste an image onto a layer of another image?

    Yep,   Coming slowly
    Have the resolutions the same and used the proportion to see the 
    battery.   How do I save the transformation without saving the entire 
    file.
    Thanks for your help.

  • Hi, i have a canon 60d and i have been importing videos from it onto my mac for months but suddenly when i go on image capture or iphoto it no longer allows me to import them help!!!

    Hi, i have a canon 60d and i have been importing videos from it onto my mac for months but suddenly when i go on image capture or iphoto it no longer allows me to import them help!!!

    Have you launched and tired Image Capture? When it's launched with the iPad connected the photos will display in the window.  Select those you want to upload and use the Import to: menu and select Other.  Navigate to the Desktop and select the folder you created to hold those photos.

  • Is there some way to import image files directly into an open document?

    Is there some way of importing a series of image files, say jpegs, directly into an open document, rather than having to open all the image files and having to drag and drop each individual one into the open document? Specifically, I'm a dentist and I often get digital xray images emailed to me from other offices. But they come as 16 or 18 individual image files and I have to put them into a virtual "xray mount", so I can view them all at once, rather than having to open all the images and toggle among them. So I open a blank document in PS (CS4), then I navigate to the folder containing all the image files I received, select all of them and open them all. Back in PS, I now have to select each image tab and drag the image into the blank "mount" and close the image. That new image then becomes its own layer in the "mount" document. But I have to repeat this 18 times for each patient! I was thinking if there was a way to open the new "mount" document then select all the image files and somehow "import" all the image files directly into document - essentially "automate" the process - that'd save me BOATLOADS of time and aggravation! Anyone out there have any suggestions? Thanks alot!! Dr. G.

    Thanks, Curt! When u say "animate" do u mean File | Automate...? Inside Automate, I can't find "Make Frames from Layers"...if you do mean "Animate" I can't find that menu. Zeno replied with a BRILLIANT clarification:
    <<Yes, but after you've got all your images as layers in a new document you can simply Select->All Layers and then drag them all to your document in one fell swoop.>>
    I tried that and it works like a charm! I select all 20 layers in the new document that "stacking" creates and just drag them all onto the virtual "mount" document. That's it! Then I just move each of these layers around as I would otherwise...it's just 1 click and 1 drag/drop. Unless someone comes up with a way to actually "import" all the images directly into the "mount" document, I think this appears to be the most efficient route to follow.
    I really appreciate your guys' assistance! It's so great that you guys monitor the forum and help us out with our Photoshop problems! What an awesome program it is, right?
    Thx again!
    Leon

  • Importing images with Lightroom 2  & Camera RAW 4.5

    The following query has been raised with Adobe Technical Support (5 days ago and I am still waiting for a response/reply. They claim to reply within 24 hours but they have not on this occasion......they seem to be ignoring me
    Perhaps a fellow user can help to identify or resolve the problem.
    Operating System:
    Windows XP Professional (Service Pack 3)
    Software:
    Adobe Design Premium CS3 (10.0.1); Photoshop Lightroom 1.4 (which was working fine) and Lightroom 2 (on trial and not working particularly well)
    I am using a trial download of Photoshop Lightroom 2 (with Camera RAW 4.5 in Photoshop CS3).
    I am having a few problems with editing Lightroom 2 images in Photoshop CS3 but I understand that Adobe is currently investigating a solution to this problem.
    I have also noticed another potential problem since I have started to import images from a computer drive to Lightroom 2 and converting the Manufacturers RAW files to DNG (with the option to leave the files at their current location/drive).
    My RAW and JPEG files open ok in Camera RAW (v 4.5) for basic editing and subsequently to Photoshop for more detailed work. The problem is that all my images are now opening as Smart Objects by default in Photoshop CS3, as opposed to opening as a Background layer". (I have not knowingly opted to use the Open as Smart Object option.
    I am not entirely sure how this came about but I have also lost the capacity to edit images with empty Levels adjustment layers or percentage (%) grey fill option).
    I am able to highlight the respective layer and create the empty Levels adjustment layer, change the blend mode to either Multiply or Screen, fill the Layer Mask with Black (Alt & backspace), change the opacity level as desired, select the brush tool and change the foreground colour to white to enable the applicable Dodge or Burn processes.
    Unfortunately, it does not function irrespective of the preferred opacity level. The Dodge or Burn feature is static with no effect on the image.
    I cannot recall any settings to open all files as Smart Objects in Photoshop CS3 but would welcome some help in identifying such a setting if it exists. Alternatively, I would welcome any other suggested methods of correcting the above difficulties.
    The same difficulties are evident when I try to use the Dodge or Burn features via the Edit and Fill option with a percentage of Grey and the Overlay Blend Mode.
    The "Common Denominator" of the above difficulties appear to be Lightroom 2 and Camera RAW 4.5 (individually and or collectively) and now I am stuck between a rock and a hard place.
    Are any other users experiencing similar issues or have any suggestions about how I might correct or resolve these problems? ......
    I am not afraid of hearing or accepting that the "Dummy Factor" has played some part or how I may release myself from the said "Dummy Factor".....any help is welcome help.
    Adobe Technical Support seems to be ignoring me......I wonder why?
    Regards
    Bob Wallace

    Essentially you are wrapping the raw image data into a special type of layer, a "smart object". You can then revisit and fine tune the Camera Raw conversion as often as you want and take advantage of working directly on the raw data in its pre-Photoshop purity. You can also apply to this smart object layer a number of Photoshop adjustments and filters - and again redo and fine tune them as often as you wish.
    You'll find them explained in a number of recent books. I know Scott Kelby is keen on them, there are examples on Russell Brown's site, and my own book last year on B&W strongly advocated their use.
    Have a play.
    John

  • How do I add video in my Photoshop images and graphics? I need it to play in Adobe Acrobat when I'm done.

    I designed an electronic press kit and I need the video to play on it. I'm getting the video link from YouTube so I was wondering how to make that happen. I already tried putting the YouTube link behind the video layer so it can be clickable in Acrobat, but when I sent it to the online magazine forum there was a lot of lines in it. I saw this YouTube video on how to do it but it requires ImageReady TUTORIAL-Add video to your Photoshop images and graphics! - YouTube. I don't have the Photoshop to ImageReady button in my PS....HELP! How do I get this done?!?!?

    That tutorial is extremely old. ImageReady was last used in CS2. In other words that program no longer exists.
    Luckily video made its way into photoshop so you can easily import your video into photoshop.
    Instead of an animation panel, it is now called the timeline panel. When the panel first opens it will ask you if you want an animation or a movie. Choosing movie will reduce the number of layers required down to just 2, one for the movie and one for the TV image. Since this is a timeline, you can split the timeline to remove any portion of the video you do not want or need to add an effect to that area of the timeline. Each time you split the video, it will move it to a new layer for you.
    You can still export as an animated gif by using the File>Save As dialog box. or You can export as a movie and choose another video format. Which format and codec you can choose will depend on how many other video apps of Adobe's you also have installed.

  • HT4101 The SD card reader won't import images to the iPad. I purchase 10 months ago, and haven't had a problem with it until today. How do I remedy this problem? I'm about the go out of town and prefer not a travel with my laptop.

    My SD card reader won't import images from the SD card. I purchased this product 10 months ago and have had no problem with it up to now. How do I remedy this problem. Using the product allows me to travel without a laptop ...Please help!

    Have you tried to give your device a reset? Sometimes that helps with glitches. Hold down the sleep and home keys, past when you see the red power down slider and until you see the silver apple. Let it reboot and try again.
    ALso, the card reader will only see files that are formatted correctly. If you just took the images from your computer and put them onto the card, then it won't work. They have to follow a strict naming convention. There has to be a folder named DCIM on the card and then all those images have to have a file name of exactly 8 characters, DSC_3857 for example. Your camera makes this naming structure but if you manually put the photos on that card you may not have replicated it.
    Is this a card you've used before? If it's a new card and is empty then the iPad won't read it. Also if it's SDXC it won't read those either (XC cards use a file structure that the iPad can't decipher)

  • How to import images of websites into FCP....any ideas?

    Hi,
    I was asked to cut several trailers for an award show. Which is nice. However, they have this category about "best website", and of course, they want to use images of those websites, the banners, the headlines and so on. I don't mean single images found on that website, but rather the site from head to toe, from top to bottom, left to right.
    I tried saving the websites from Safari as a PDF, and then convert them into a TIFF, import into FCP and it works....but it looks less than desirable.
    So even I have come to the conclusion that there is my way of doing this, and that there is a proper way of doing it. Does anybody have an idea how to do this at a reasonable resolution? I guess they want me to do a bit of Ken Burns as well, so the images would have to be larger than SD resolution.
    Thanks in advance for your help,
    Colin
    PowerMac G5 2.5GHz DP and PowerMac G4 500MHz DP   Mac OS X (10.4.7)   4.5GB RAM, Decklink Extreme

    The tiffs are probably the best solution but they are going to be bigger than the actual Web sites' graphics.
    Here's what I'd so: Tell your client (Is this a paid gig?) to give you the graphics they want you to use. Here's why. They'll go download it all and save it in one format.
    How will these be shown? What's your production format? It won't do much good to overresolve your sequence settings and doing so will drive up your processing times tremendously. You will need some blur on those tiffs. Another thing you want to do is experiment if you can with the display venue. KNow what your output is going to be shown on and insist or demand a chance to test it.
    bogiesan

Maybe you are looking for

  • How to set  the  table I_ORG in 'BBP_EXTREQ_INBOUND'?

    dear all,   Now I am using BAPI 'BBP_EXTREQ_INBOUND' to create a shopping card and have successed.   but  in the table I_ORG,   whatever I set the value of  organization ID and group ID, it will not be changed in the SRM. how can I set them?    t han

  • "NoClassDefFoundError" Java exception while invoking BPEL process

    While invoking a BPEL process from my ADF application, I'm getting the following error, it seems some source files are missing, I have made sure the orabpel.jar, and a few other orabpel*.jar are located in the classpath on my PC. Anything else is sti

  • Doubt in Suspense Ledger

    Hi, But i have lot of doubt in Suspense Ledger... Some amount is given to Employee vendor for travelling purpose or general expenses or some other else....... as suspense amount. (It is not treated as advance) after that they will give bills for that

  • How to add custom sql operations in Database adapters?

    I have a database adapter in ESB configured with insert, update and select operations. I wanted to add another select operation with pure sql. When I added the operation it gave me error "Start of the root element expected" while registering the serv

  • Why do I get an error message each time I try to convert a doc?

    I just subscribed to Adobe Export PDF....each time I try to convert a PDF to WORD I get an error message.