I want to copy images from my Photoshop Elements to I Photo then upload them to my website.

I want to copy or transfer images from my Elements10 to IPhoto, then upload them to my website on Smugmug.

You can probably upload directly from your photo file as well....I have a site at smugmug as well and that's how I used to do it all the time

Similar Messages

  • I want to copy images from a external flash drive to my 'images'

    I want to copy pictures saved to an external flash drive and download them to my 'All Images' on my desktop. Thanks!

    Mount the flash drive on your desktop, drag the images to your desktop and then drag and drop them onto your Images file.

  • It's possible to use images from adobe photoshop elements in a windows environment?

    Sorry I am using a macbook pro.

    In short yes.
    Are you looking to open standard files on your Mac such as jpeg, tiff, PSD etc or are you looking to convert an earlier Windows catalog for use with elements Organizer on Mac OSX?

  • I want to take image from Photos and open in Photoshop.

    I want to take image from Photos and open in Photoshop.  In iPhoto I was able to drag it into PS icon, but now can't do that.

    File -> Export
    There is a feature called extensions in Photos that allows developers to write a hook so that photoshop and similar apps might work with Photos, but none have doe that yet,

  • How to copy images from another MC in reversed order??

    Hi everyone,
    I'm new to AS3 and have been fighting and searching for a solution to this problem for a week now, and I'm VERY close!
    I crated a MC holding of a series of images (about 50) and I jump around in it using plenty AS3 scripts (most of which I don't fully understand yet, but I'm working on that to! )
    I had to find a way to "rewind" (= play backwards) the MC. Since there is a stop(); command in almost every frame, prevFrame does not work and if I put that in a loop, it goes WAY to fast (but worked).. So I could think of only one way...
    Create a new (reverserd) MC with the same image sequence ald reverse it manually and play that one.
    This all works fine (very proud of it ).
    Now my question:
    To get this to work for multiple image sequences, I have to load all images twice (once in MC_1 and again in MC_2 and select them and reverse them).
    Not a big one, unless you want to create MANY of those SWF's...
    Is it possible to load the 50 images of the first MC in reverse into the second MC dynamically? JUST the images, noting else.
    extra info: the MC_2 is already in the lib(empty) and placed on the stage.
    something like:
    var pointer:Number=1;
    for (var:i:Number=50;i>=0;i--) {
    get MC_1.picure(var);
    put it in MC_2.frame(pointer);
    pointer = pointer + 1;
    All help is welcome and please take into account that I have little experience and copy most of my scripting from people like you
    T.I.A.
    Melluw

    I tried your advice (thanks for that)
    The event I already have is the mouse leave
    I //-d out the part I removed (what did work)
    The code I ended up with is:
    function Start() {
    stage.addEventListener(Event.MOUSE_LEAVE, cursorHide);
    function cursorHide(evt:Event):void {
    var currFrame = MC_1.currentFrame;
    if (CCW == true) {  //it is true in this case
      movStart = (50 - currFrame);
    else {
      movStart = currFrame;
    if (movStart>25) {
      MC_1.prevFrame();
    // removed swapChildren(MC_1, MC_2); // This is the part I removed
    // removed MC_2.gotoAndPlay(movStart);
    else {
      MC_1.gotoAndPlay (movStart);
    And if I leave the stage on the part where movStart is indeed >25
    Nothing happens,
    So I guess this is not what you meant
    Subject: Action Script 3 how to copy images from another MC in reversed order??
    I cannot direct you in the loading of the images approach, it will be too complicated, and will probably not work anyways... when you move away from a frame that has dynamic content, you lose the content.  So basically, there is nothing practical in taking that approach.
    I do niot understand what the problem will be with the enterFrame/prevFrame approach. If everything you can do with the mouse is already used (which I doubt) by the first mc, then there is nothing else you can do with this file.  You probably just need to rethink your control scheme.  You should search Google for "AS3 slideshow tutorial", and to lighten up your design, add "XML" in that search.
    >

  • How do you Automatically Copy Images From Camera?

    I would like to create an AppleScript that will run when I plug in my digital camera. Here is what I cannot figure out.
    How to make it run when the camera is plugged in.
    How tow to copy images from camera to a designated folder.
    Thanks!

    You can do all you requested - without 'AppleScript'.
    01. Connect your camera launch 'Image Capture' ('/Applications/' folder - if it does not automatically launch.
    02. Select the 'Image Capture, Preferences...' menu item.
    03. Click on the 'General' tab.
    04. From the 'Camera:' 'When a camera is connected, open:' pop up menu - select the 'Image Capture.app' menu item.
    05. From the 'Devices' menu select your camera from the menu items list. A window will appear with the title of your camera.
    06. From the 'Download To:' pop up menu select where to save the camera's photographs. You can select any folder anywhere on your hard disk drive(s).
    07. Click the 'Options...' button, and from the drop down sheet click on the 'Connection Options' 'Automatically download all items' check box - to add a check mark. There are other options you may have be interested in.
    08. Click on the 'OK' button.
    09. If you want to download the photographs now - click on the window's 'Download All' button. Or, to test the above setting changes - quit 'Image Capture' and disconnect your camera. Then reconnect the camera - and watch the above setting changes take effect.
    Note:
    The above automatic action can also happen if the storage device of the camera were inserted into a USB digital camera card reader. So long as apply the Steps above, and you select the USB digital camera card reader from the 'Devices' menu's menu item list in Step 05 above.
    'Image Capture' is not scriptable; but, may be control-able via 'tell application "System Events" to tell process "Image Capture" ....
    When a camera is connect to the Mac, the storage card of the camera is mounted onto the 'Desktop' and also listed, as an alias, in the (invisible) '/Volumes/' folder.
    Now that you know the name of the storage card ... you can create a 'Folder Action Script' (an example is presented below) and save it into the '/Library/Script/Folder Action Scripts/' folder,
    Open the '/Volumes./' folder (in 'Finder' via 'Go, Go to Folder' - enter '/Volumes/').
    Perform a right button click ('<control> - click, for single button users) on the 'Volumes' folder's window, and select 'Enable Folder Actions' (if not already).
    Rpeat the right button click (<control> click) and select 'Attach a Folder Action...' - selecting your script ('Volumes_FAS.scpt' as shown below).
    Below is a 'Folder Action Script' example - where you will have to substitute 'NO NAME' with the name of your digital camera's storage card's name.
    -- --- Save code as a script with the name 'Volumes_FAS.scpt' --- --
    on adding folder items to this_folder after receiving added_items
    set myStorageCard to "NO NAME" -- The name of my 1 GB stroage card. The name of your card may differ.
    repeat with i in added_items
    tell application "Finder" to set tName to (name of i) as string -- Obtain name of mounted storage card.
    if (tName is equal to myStorageCard) then my handle_card(i) -- If my storage card, continue processing.
    end repeat
    end adding folder items to
    on handlecard(localVolume)
    set folder_Path to ((path to desktop folder from user domain) as string) -- Path to 'Desktop' folder.
    set download_Folder to "NO_NAME Photographs" -- Name of folder to store storage card's items (files and folders).
    -- create download_Folder, if it does not exists.
    tell application "Finder" to if (not (exists folder (folder_Path & download_Folder))) then make new folder at (folder_Path as alias) with properties {name:download_Folder}
    -- Duplicate all the items (files and folders) of the storage device to the '~/Desktop/NO_NAME Photographs' folder.
    tell application "Finder" to duplicate items of local_Volume to (folder_Path & download_Folder) as alias
    end handle_card
    -- --- End of code --- --
    Review 'Finder's dictionary (in 'Script Editor') for the various ways to incorporate 'duplicate ...'.
      Mac OS X (10.4.4)  

  • I want to copy images to a memory stick for sharing with my family. This was possible in iPhoto via copy/paste but does NOT seem to be possible with photos...

    I want to copy images to a memory stick for sharing with my family. This was possible in iPhoto via copy/paste but does NOT seem to be possible with photos...

    You can drag and drop (this will result in a compressed JPG) or hold the alt key and drag and drop (this will copy the original). You can also select the pictures and choose Export from the File menu.

  • How do you copy images from the internet and paste them on Microsoft Word

    I'm trying to copy images from the internet and trying to paste them on to Microsoft Word and Powerpoint for an assignment but it's not working. I tried to use copy and paste and then paste special but nothing is working. Saving the image onto documents and trying to open them on Microsoft Word still doesn't work.
    PLEASE HELP!!!
    Thank you

    Hi Lily, and welcome to Apple Discussions.
    A screenshot can capture almost anything you're viewing. Hold the command and shift keys down, then press the 4 key and release all keys. Hold down the mouse button and drag the cursor to the size/area of the image you want to capture. Release the mouse button and you've captured the image. Remember that it is the individual's responsibility to respect copyright laws.

  • I want to copy email from my mac to my pc. Forwarding one at a time via email works well, but when I try to forward several of them at a time I receive one large email. I want to receive the emails individually on my pc. Any suggestions?

    I want to copy email from my mac to my pc. Forwarding one at a time via email works well, but when I try to forward several of them at a time I receive one large email. I want to receive the emails individually on my pc. Any suggestions?

    Don't know any 'automatic' way - but, i have "Fetch Headers only" set on each of my 'secondary accounts'.
    With varying internet service, manual "Get Messages" is probably the "Best Practice" because you will know how good your service is before you even try.
    maybe set "Check for new messages every 'n' minutes" to different times
    (3 minutes, 6 minutes, etc.) on each 'secondary' account.

  • When trying to use "Edit a copy with Lightroom Adjustements" from Lightroom, Photoshop opens but no photo is displayed.

    I can see from searching online that this is a regular question but I have not yet seen a solution.
    I am running Lightroom 5.4 and Photoshop CC 14.2.1, both kept updated via the monthly subscription, on a 2013 MacMini running OSX 10.9.3
    Starting with jpg's:
    If I try  "Edit a copy with Lightroom Adjustements" - Photoshop opens but no photo displayed in PS
    If "Edit a Copy" or "Edit Original" then Photoshop displayes the file OK
    If I am using Canon Raw files (.CR2) from my Canon 70D, then AS EXPECTED Lightroom starts Photoshop with the intervening dialog box about opening a copy or original but again just a blank screen and no photo displayed.
    Has anybody found a solution yet?
    Thanks in advance

    Hi Victoria,
    I dont have 3.6. but I installed lightroom 4 and the function worked fine. But i didnt like the version 4, as it consumes a lot of resources.
    I can open raw files without any problem.
    And this function had been working before and suddenly this stopped working. I didnt do any setttings changes even.
    Really appreciate your help on this.

  • I want to copy songs from my old ipad to a new one. laptop used in configuring the old ipad crashed and cant be used again.

    i want to copy songs from my old ipad to a new one. laptop used in configuring the old ipad crashed and cant be used again

    You may be able to re download iTunes purchases for free directly on the new iPad.
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    Note: Previously purchased music is only available through iTunes in the Cloud in Australia, Canada, Cypress, France, Ireland, Luxembourg, Malta, Mexico, New Zealand, Spain, the United Kingdom, and the United States. Previously purchased TV shows are only available through iTunes in the Cloud in the United States.

  • How do I copy image from web and paste into Open Office Document

    Whenever I choose Copy Image from Safari and then paste into open office, I only get the image url and not the image. I am sure that I am not selecting Copy Image Address.
    When I copy images from my iTunes album artwork and paste into open office it works fine.
    Any thoughts?

    I have done the same thing using Firefox and it works just fine. It seems to be an issue with Safari.

  • I dragged a cut out image from one photoshop document into another and now it is blurry. What to do?

    I dragged a cut out image from one photoshop document into another and now it is blurry. What can I do to prevent this?

    What is the resolution of the image that you "dragged"? The resolution is the number in pixels per inch (ppi). If you dragged a significantly lower resolution file into a higher resolution file, it could result in a blurry image.
    see below:
    For further reading of Key Concepts:
    http://www.adobe.com/designcenter-archive/keyconcepts/articles/concept_resolution.html
    You can determine the image size by choosing Image > Image Size
    below you can see the pixel dimensions of my example image.
    Resolution Basics:
    Adobe TV- http://tv.adobe.com/watch/creative-sweet-tv/photoshop-resolution-basics/
    http://tv.adobe.com/watch/visual-design/getting-started-09-resizing-an-image/
    Adobe Help:
    http://help.adobe.com/en_US/photoshop/cs/using/WSfd1234e1c4b69f30ea53e41001031ab64-7945a.h tml
    -janelle

  • Can I copy images from Album to Album

    Can I "copy" images from Album to Album and then expect to be able to export that data into Keynote?
    I put copy in quotes because I am such a new user I am not even sure at this point when I am copying or moving images as opposed to pointers.
    But the bottom line is that I need to know if I can use the data in Albums that I see images in for a presentation.
    Thanks.

    Aperture 3 does have a few things that work in different ways than Ap2, but dragging images to albums is the same. Cut/copy has never been a feature. It works in a different way. Allan

  • I bought mew iphone 5c i want to copy songs from my laptop but its all in mp3 format and i installed itunes in my laptop and synced all songs are sit in my iphone.but my doubt is iphone support only itunes na.then how mp3songs played????

    i bought mew iphone 5c i want to copy songs from my laptop but its all in mp3 format and i installed itunes in my laptop and synced all songs are sit in my iphone.but my doubt is iphone support only itunes na.then how mp3songs played????

    Hello there,
    Thanks for using Apple Support Communities.
    If you would like to sync music to your iPhone, you will need to use iTunes on your computer, and then follow the directions in the article linked to below.
    Sync your iPhone, iPad and iPod with iTunes using USB - Apple Support
    Cheers,
    Alex H.

Maybe you are looking for

  • Error in deploying the cubes in Essbase Studio

    I am getting below error when I try to depoly ASO cubes in Essbase Studio. ***Failed to deploy Essbase cube*** ***Caused By: Error when retrieving data from SQL source*** ***Caused By: Error when retrieving data from SQL source*** ***Caused By: [Hype

  • Convert SMARTFORM report to PDF and send as an email attachment

    Hi I am using the CONVERT_OTF function module to convert a SMARTFORM report in the "spool" to a PDF file. When I use the DOWNLOAD function module, the resulting file can be opened in acrobat. I would like to email the report in PDF format as an attac

  • Select list not setting a return value

    I have defined a select list based on a named LOV. With the default values for the SOURCE section I do not seem to be getting a value returned, as indicated in the following debug output: 0.05: parse query 0.05: binding: ":P1_SALESMANAGER_SHOW"="P1_S

  • Why can't open .swf file in my SE browser?

    I have a K610i with me. I just exported a simple browser flash lite 1.1 file from my flash 8, uploaded to server. Then I enter the URL in the K610i browser : http://www.xxxxxxx.xxxxxx/test.swf , but it respone to me "file type not supported". (I am s

  • New user, many dimensions and facts question

    I am just wondering how others layout their model when they have 30 dimensions and 5 fact tables. For example: fact 1 uses 10 dimensions. fact 2 uses 5 dimensions fact 3 uses 3 dimensions Would you use 1 relational model and add all of the entities t