Automation of PhotoShop Elements

I am trying to setup PhotoShop Elements (PSE) to resize some images and save them as bitmaps and have been referred to this forum for assistance.
The code below works up to a point, it loads and resizes the image correctly, but when it comes to saving - the file name shown in the PSE dialog is not the one sent but the original with a BMP extension.
Manually clicking on the PSE "Save" button throws an error  '"Could not save...because of a problem with the plug-in module interface"
It must be a basic error I've made but I cannot see it at the moment.
Has anyone managed to code this sequence of events with PSE.
Thanks
David
    Control1:=APhotoshopApplication.MakeControlObject;
    Desc1:=APhotoshopApplication.MakeDescriptor;
    Desc2:=APhotoshopApplication.MakeDescriptor;
    // load original file
    Doc:=APhotoshopApplication.Open('C:\temp\asi crash1.jpg');
    // prepare to resize image
    desc1.clear;
    desc1.PutUnitDouble(phKeyWidth, phUnitPixels, 1920);
    desc1.PutBoolean(phKeyConstrainProportions, 1);
    desc1.PutEnumerated(phKeyInterfaceIconFrameDimmed,
        phTypeInterpolation,phEnumBicubic);
    // resize image
    res:=Control1.Play(phEventImageSize,Desc1,phDialogSilent);
    // prepare to save image as bitmap
    desc2.clear;
    desc2.PutEnumerated(phKeyPlatform,phTypePlatform,phEnumWindows);
    desc2.PutEnumerated(phKeyBitDepth,phTypeBitDepth,phEnumBitDepth24);
    desc2.PutEnumerated(phKeyCompression,phTypeBoolean,0);
    desc1.clear;
    desc1.PutObject(phKeyAs,phClassBMPFormat,desc2);
    desc1.PutPath(phKeyIn,'test');                                           // not sure about this line
    desc1.PutBoolean(phKeyCopy,0);
    desc1.PutBoolean(phKeyExtension, 0);
    desc1.PutBoolean(phKeyLowerCase, 1);
    desc1.PutBoolean(phKeyFlatten, 0);
    desc1.PutBoolean(phKeyAlphaChannels, 0);
    desc1.PutBoolean(phKeyNonImageData, 0);
    desc1.PutEnumerated(phKeyPreview,phTypePreview,phEnumPreviewOff);
    // save image as bitmap
    control1.Play(phEventSave,desc1,phDialogDisplay);
    Doc.close;

I don't have elements and not many people use .NET
In JavaScript it would be something on the lines of :-
var startRulerUnits = preferences.rulerUnits;
preferences.rulerUnits = Units.PIXELS;
var file = new File("/c/temp/asi crash1.jpg");
open(file);
var Name = app.activeDocument.name.replace(/\.[^\.]+$/, '');
app.activeDocument.resizeImage(1920, undefined, undefined, ResampleMethod.BICUBICSHARPER);
var saveFile = File(file.path +"/" +Name +".bmp");
SaveBMP(saveFile);
app.activeDocument.close(SaveOptions.DONOTSAVECHANGES);
app.preferences.rulerUnits = startRulerUnits;
function SaveBMP(savefile){
saveBMP = new BMPSaveOptions();
saveBMP.alphaChannels = false;
saveBMP.depth = BMPDepthType.TWENTYFOUR;
saveBMP.flipRowOrder = false;
saveBMP.rleCompression = false;
saveBMP.osType = OperatingSystem.WINDOWS;
activeDocument.saveAs(saveFile, saveBMP, true, Extension.LOWERCASE);

Similar Messages

  • OLE Automation and Photoshop Elements 7

    Hi,
    I was trying to control Photoshop Elements 7 by OLE Automation:
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using ps = PhotoshopTypeLibrary;
    namespace PhotohopTest
        class Program
            static void Main(string[] args)
                ps.PhotoshopElementsApplicationClass app = new ps.PhotoshopElementsApplicationClass();
                Console.WriteLine("Appname: "+app.FullName);
                try
                    ps.IAutoPSDoc NewDoc = app.Open("C:\\Unbenannt-1.psd");
                catch (Exception ex)
                    Console.WriteLine("Error: "+ex.Message);
                    Console.ReadLine();
    But I get the error message that the COM interface ins't conected.
    Can anyone help me?

    Hi.
    The TypeLibary is in the Photoshop Elements directory e.g.:
    C:\Programme\Adobe\Photoshop Elements 7.0\TypeLibrary.tlb
    It's not registered, but you can manually register it with the "regtlib.exe" of .NET
    I hope that helps

  • How to access automation tools in photoshop elements 11?

    I have photoshop elements 11 and the automation tools button is greyed out and cannot be selected. How can I access this function?

    I don't understand. There is no "automation" feature. It's an empty spot where you can put something if it needs it (mostly legacy plugins). There are no innate features that magically turn on when you install something.

  • Applescript/Automator to import Photoshop Elements Albums?

    My husband finally converted to a Mac in January (yay!!!), and all in all everything works beautifully for him, because all of the programs he was using on his Windows PC are on his Mac.  Our biggest issue though is that Photoshop Elements will not sync through iTunes on his Mac.  While you might think it would be easier for him to just convert his albums to iPhoto or Aperture, we will not discuss the reasons why this is not going to happen :-)
    However, I'm trying to see if there isn't a way for me to create some kind of "background" automation that could copy his albums into iPhoto or Aperture.  I use Aperture myself, so in using "referenced" files he would only end up with copies of the albums themselves, and not actually duplicate the photo files.  I haven't used iPhoto enough to know if this is possible.
    Can anyone think of a seemless way I could set this up for him?  It wouldn't need to be TOTALLY automatic.  I mean I could give him an icon to click occasionally.  I just don't see anything in Automator for Elements, so I would have to do an Applescript if even possible, and I while I can take an existing applescript sometimes and modify it to my needs, I'm DEFINITELY not very good at Applescript.
    Or should I really just make him move away from Photoshop Elements?
    Thanks!
    Danita

    Danitaz,
    Did you ever figure out the problem with your mail that was going out from the wrong server (2 yrs. ago)?  I have the same problem from my MacBook Pro, using Mac Mail.  I try to send email from my work account and then find to my surprise and dismay that I get an autoreply in my personal gmail account from the person I wrote to.  I look in the Sent mail for my work account and it looks like the message went from there but I can see in the reply that it instead went from my gmail account!  I tried checking the box in my work account that says "send only from this SMTP server" but that didn't fix the problem.  The only way seems to be turning off the gmail in order to send with certainty from my work account.  If you have any suggestions I would love to try them.  Thanks!
    PS Sorry to write off topic here.  I wanted to reply to the original posting but I guess since it is so old I couldn't do so.

  • Automated Resizing of Images in Photoshop Elements 9

    I recently upgraded my wife's Photoshop Elements from version 6 to version 9.  However, there is one feature from version 6 that seems to not work in version 9.  When she drags an image into a blank template (of any size), the image drags in to the template in the full size.  So if the images are three times larger than the template, she has to resize every image after she drags them in which is a pain for her.  Previously in PSE6, when she dragged the image into the blank template, the program would automatically resize the image to fit within the window.  Then she could resize the iamge if she needed to.  It seems that there should be a setting for this, but I am coming up with nothing.  Anybody know of a solution to this?

    You didn't say if your on mac or windows, so you may not be familar
    with the elements organizer. The following workaround works on windows pse9,
    if your on a mac it may also.
    1. In the elements organizer, select (highlight) the photos you want to use.
        (don't open the photos into the elements editor, just select them)
    2. Back in the elements editor, with the project bin open, choose
       Show Files Selected in the Organizer.
    3. When you drag the photos from the project bin into your document, they should resize
       similar to pse6.
       If they are still to big, step back one step in the undo history panel from Transform the Frame to Place.
    MTSTUNER

  • Using Adobe Bridge with Photoshop Elements

    I have an iMAC with iLife 08.
    I take photos in RAW format with a Nikon camera.
    I have been editing photos this way:
    After uploading photos to iPhoto, export them as jpg to a new folder on the desktop, external HD or wherever. I open Photoshop Elements, edit the exported photo.
    Then I'm stuck with my edits outside of iPhoto, unless I then import them back into iPhoto. It works, but it's cumbersome.
    Today I thought I'd try a different route. I opened Photoshop Elements, and tried to use Bridge to browse photos. I can find the iPhoto library easy enough, but if I click on it, it opens iPhoto, and I'm stuck - can't open the photos in Photoshop.
    I am hoping that if I do it correctly, I can save my edits directly back into iPhoto.
    Any ideas?

    Using Photoshop (or Photoshop Elements) as Your Editor of Choice in iPhoto.
    1 - select Photoshop as your editor of choice in iPhoto's General Preference Section's under the "Edit photo:" menu.
    2 - double click on the thumbnail in iPhoto to open it in Photoshop. When you're finished editing click on the Save button. If you immediately get the JPEG Options window make your selection (Baseline standard seems to be the most compatible jpeg format) and click on the OK button. Your done.
    3 - however, if you get the navigation window that indicates that PS wants to save it as a PS formatted file. You'll need to either select JPEG from the menu and save (top image) or click on the desktop in the Navigation window (bottom image) and save it to the desktop for importing as a new photo.
    This method will let iPhoto know that the photo has been editied and will update the thumbnail file to reflect the edit..
    If you want to use both iPhoto's editing mode and PS without having to go back and forth to the Preference pane, once you've selected PS as your editor of choice, reset the Preferences back to "Open in main window". That will let you either edit in iPhoto (double click on the thumbnail) or in PS (Control-click on the thumbnail and seledt "Edit in external editor" in the Contextual menu). This way you get the best of both worlds
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Using iPhoto 08 with Photoshop elements

    I am a recent Mac convert and I'm loving it.
    However, I need some help understanding how best to use Photoshop Elements in conjunction with iPhoto 08. I was thinking I could use iPhoto to keep track of photos and do basic edits and link to other iLife apps etc, and use Photoshop to do more indepth editing.
    I would like to know the most efficient way to open photos from inside iPhoto, into Photoshop. And how to get them back into iPhoto.
    I realise I can drag a photo and create a copy on to the desk top and then open it with Photoshop, do some editing, save it to a/any folder, then import it back into iPhoto but…
    1) is there a better way to do this?
    2) I'm concerned with filling up my hard drive with multiple copies!
    I'd be greatful for any help, Thanks

    Using Photoshop (or Photoshop Elements) as Your Editor of Choice in iPhoto.
    1 - select Photoshop as your editor of choice in iPhoto's General Preference Section's under the "Edit photo:" menu.
    2 - double click on the thumbnail in iPhoto to open it in Photoshop. When you're finished editing click on the Save button. If you immediately get the JPEG Options window make your selection (Baseline standard seems to be the most compatible jpeg format) and click on the OK button. Your done.
    3 - however, if you get the navigation window that indicates that PS wants to save it as a PS formatted file. You'll need to either select JPEG from the menu and save (top image) or click on the desktop in the Navigation window (bottom image) and save it to the desktop for importing as a new photo.
    This method will let iPhoto know that the photo has been editied and will update the thumbnail file to reflect the edit..
    If you want to use both iPhoto's editing mode and PS without having to go back and forth to the Preference pane, once you've selected PS as your editor of choice, reset the Preferences back to "Open in main window". That will let you either edit in iPhoto (double click on the thumbnail) or in PS (Control-click on the thumbnail and seledt "Edit in external editor" in the Contextual menu). This way you get the best of both worlds
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • IPhoto won't show Photoshop Elements 6 editing.

    When I drag a photo from iPhoto into Photoshop Elements 6 and edit then save it, the edits do not show in IPhoto. What am I doing wrong. Right now I'm doing a work-around of saving to desktop, importing and merging events but this is tedious. I thought Photoshop was supposed to be compatible with iPhoto. I am running iPhoto 8 with Photoshop Elements 6 on a PowerBook G4 and Leopard OS.

    Although you've solved your problem there may be some info in this tip that will help:
    Using Photoshop (or Photoshop Elements) as Your Editor of Choice in iPhoto.
    1 - select Photoshop as your editor of choice in iPhoto's General Preference Section's under the "Edit photo:" menu.
    2 - double click on the thumbnail in iPhoto to open it in Photoshop. When you're finished editing click on the Save button. If you immediately get the JPEG Options window make your selection (Baseline standard seems to be the most compatible jpeg format) and click on the OK button. Your done.
    3 - however, if you get the navigation window that indicates that PS wants to save it as a PS formatted file. You'll need to either select JPEG from the menu and save (top image) or click on the desktop in the Navigation window (bottom image) and save it to the desktop for importing as a new photo.
    This method will let iPhoto know that the photo has been editied and will update the thumbnail file to reflect the edit..
    NOTE: With Photoshop Elements 6 the Saving File preferences should be configured: "On First Save: Save Over Current File". Also I suggest the Maximize PSD File Compatabilty be set to Always.
    If you want to use both iPhoto's editing mode and PS without having to go back and forth to the Preference pane, once you've selected PS as your editor of choice, reset the Preferences back to "Open in main window". That will let you either edit in iPhoto (double click on the thumbnail) or in PS (Control-click on the thumbnail and seledt "Edit in external editor" in the Contextual menu). This way you get the best of both worlds
    2 - double click on the thumbnail in iPhoto to open it in Photoshop. When you're finished editing click on the Save button. If you immediately get the JPEG Options window make your selection (Baseline standard seems to be the most compatible jpeg format) and click on the OK button. Your done.
    3 - however, if you get the navigation window that indicates that PS wants to save it as a PS formatted file. You'll need to either select JPEG from the menu and save (top image) or click on the desktop in the Navigation window (bottom image) and save it to the desktop for importing as a new photo.
    This method will let iPhoto know that the photo has been editied and will update the thumbnail file to reflect the edit..
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    Note: There's now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • My Photoshop Elements 13 doesn't recognize my Canon PRO-10 printer. I've tried EVERYTHING. Reinstalled all my software, didn't fix anything. Can anyone help?

    I have Windows 7 x64 on a desktop PC. I have Photoshop Elements 13. I bought the Canon PRO-10 PRINTER on 2/3 and at first it worked fine. Then I tried to install it as a plug-in in Elements 13, and everything went bad. When I click on AUTOMATION TOOLS it does say "Canon Easy Photo Print Pro" like it should, but when I click on that I get an error message NO SUPPORTED PRINTER FOUND. CONNECT A PRINTER SUPPORTED BY THIS SOFTWARE AND THEN INSTALL A DRIVER. I also tried the FILE > PRINT command which also said there was no printer installed.
    I reinstalled the Canon software and driver. Then I called Canon. I got a real live tech person who checked everything out and asked me to print from a different program. That worked fine and he said, the printer is fine. It's a problem with Adobe. Contact them. I uninstalled my Adobe Photoshop Elements 13 and reinstalled it. But the whole situation remains the same. I can't find how to contact a live technician for help so I'm appealing to ANYONE to help me with this. If you can 't help me with the printer problem, can you tell me how to reach a live tech support person at Adobe??
    Message was edited by: Fran Cornelius
    Made editing changes at 4:05 pm.

    Hi,
    After talking to 3 different Canon techs who didn't know anything about
    this and told me it was Adobe's fault, a 4th Canon tech e-mailed me a list
    of the Elements software that is "compatible" with the Canon Pro-10
    printer. The list stops at Elements 12! In other words, Canon has not
    written the software for their plug-in to work with Elements 13 yet. I
    personally am stunned by this. Considering how popular Adobe Elements is,
    you'd think Canon would be up-to-date on having their new printer's plug-in
    work with Elements 13, which has been out there for some time.
    Not only that, Canon's more expensive printer, the Canon PRO-100, also has
    the same problem. My friend just bought one and told me the plug-in doesn't
    work with Elements 13.
    I have figured out a solution, if it will be of help. I had just
    uninstalled Adobe Elements 12 and when I saw that Canon's plug-in worked
    with Elements 12, I quickly reinstalled it. Sure enough, when I clicked on
    AUTOMATION TOOLS there was the Canon plug-in, and when I clicked on it, the
    Canon print screen opened. So I decided I would do my photo editing in
    Elements 13, and when ready to print I would open the photo in Elements 12
    and print it there. Hope that helps.
    F
    On Sat, Feb 28, 2015 at 4:08 PM, BMonahan9905 <[email protected]>

  • IPhoto vs. Photoshop Elements 6

    I just bought my first Mac and had no trouble using iPhoto for importing and editing my photos. I then installed Photoshop Elements 6 for Mac (with many hours of support from Adobe, after it repeatedly failed to install properly), and that program works fine now. However, I still want to use the editing features of iPhoto to make quicker and simpler adjustments to most photos rather than Elements, which takes longer to load and would be reserved for more complicated edits. The problem is that nothing happens when I open up iPhoto and try to click on a thumbnail image in my library -- no enlarged image and no ability to edit. What gives? How can the two programs coexist?

    Welcome to the Apple Discussions.
    Using Photoshop (or Photoshop Elements) as Your Editor of Choice in iPhoto.
    1 - select Photoshop as your editor of choice in iPhoto's General Preference Section's under the "Edit photo:" menu.
    2 - double click on the thumbnail in iPhoto to open it in Photoshop. When you're finished editing click on the Save button. If you immediately get the JPEG Options window make your selection (Baseline standard seems to be the most compatible jpeg format) and click on the OK button. Your done.
    3 - however, if you get the navigation window that indicates that PS wants to save it as a PS formatted file. You'll need to either select JPEG from the menu and save (top image) or click on the desktop in the Navigation window (bottom image) and save it to the desktop for importing as a new photo.
    This method will let iPhoto know that the photo has been editied and will update the thumbnail file to reflect the edit..
    NOTE: With Photoshop Elements 6 the Saving File preferences should be configured: "On First Save: Save Over Current File". Also I suggest the Maximize PSD File Compatabilty be set to Always.
    If you want to use both iPhoto's editing mode and PS without having to go back and forth to the Preference pane, once you've selected PS as your editor of choice, reset the Preferences back to "Open in main window". That will let you either edit in iPhoto (double click on the thumbnail) or in PS (Control-click on the thumbnail and seledt "Edit in external editor" in the Contextual menu). This way you get the best of both worlds
    2 - double click on the thumbnail in iPhoto to open it in Photoshop. When you're finished editing click on the Save button. If you immediately get the JPEG Options window make your selection (Baseline standard seems to be the most compatible jpeg format) and click on the OK button. Your done.
    3 - however, if you get the navigation window that indicates that PS wants to save it as a PS formatted file. You'll need to either select JPEG from the menu and save (top image) or click on the desktop in the Navigation window (bottom image) and save it to the desktop for importing as a new photo.
    This method will let iPhoto know that the photo has been editied and will update the thumbnail file to reflect the edit..
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    Note: There's now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • I am unable to download my purchased Adobe Photoshop Elements

    I am unable to download my purchased products: Adobe Photoshop Elements & Premiere Elements 12
    I tried downloading them a few times unsuccessfully. Now, whenever I try to download this is the message I get:
    "Sorry, Too many download attempts: 5. You were allowed to download only 5 times. If you have any questions, please contact Digital River Customer Service at [email protected]"
    I have only received an automated responese from CustomerServices which was not helpful.

    Try an alternative download resource...
    You can download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site and have cookies enabled in your browser or else the download will not work properly.
    Photoshop/Premiere Elements 12: http://prodesigntools.com/photoshop-elements-12-direct-download-links-premiere.html

  • Using photos from iphoto in adobe photoshop elements

    I'm new to the mac world. I do a lot of casual digital photography. I like to edit pictures and create things in photoshop elements.
    I'm trying to make sure I'm opening photos from the correct folder in the iphoto library.
    I think either using photos in the modified or original photos is the proper way? Any input.
    Also, can I create new folders within the iphoto library (finder side) to better organize my photos? I had pictures broken down by month on my pc and iphoto seems to only group by year. It makes locating the proper picture in photoshop elements easier if the pictures are broken down by month.
    I know I can use folders and albums within iphoto, but those catagories don't show up when trying to open photos in elements.
    Thanks for your input!
    iMac   Mac OS X (10.4.7)  

    debo213:
    Welcome to the Apple Discussions. There ias a caveat to using PSE with iPhoto. It is: if you create a layered file or do edits that causes PSE to want to save as a .psd file you must either flatten the file and force PSE to save as a jpg or do a Save As to the Desktop and import the new file. Subsequent edits to that new psd file from within iPhoto like Terence pointed out can proceed normally.
    Using 2 Image Editors in iPhoto
    If you want to use both iPhoto's editing mode and a 3rd party editor without having to go back and forth to the Preference pane, once you've selected the 3rd party editor as your editor of choice, reset the Preferences back to "Open in main window". Then when you Control-click on an image, you can select "Edit in external editor" in the Contextual menu to edit in your selected editor.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    G5 Dual Core 2GHz, 2G RAM, 250G HD; G4 Dual 1Ghz, 1.5G RAM, 80G HD, QT 7.1.3,   Mac OS X (10.4.8)   22 LCD, 250G/200G/160G FW HDs, Canon: SD700IS/i850/LIDE 50, Epson R200, 30G iPod

  • IPhoto or Photoshop Elements?

    I recently purchased a nice scanner (Epson V500) and in the package got a copy of Photoshop Elements.
    May be committing a faux pas here, but I'd be interested if anyone had opinions about using one or the other, or both.
    Thanks,
    Eric Weir
    Message was edited by: EricWeir

    If you set Elements as an external editor then iPhoto sends a copy to the editor and when you Save the actual file is stored in the Modified folder inside the Library.
    To access it: Drag from the iPhoto Window to the desktop, File -> Export and set the Kind: to +anything except Original.
    There are many, many ways to access your files in iPhoto:
    *For Users of 10.5 and later*
    You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Command-Click for selecting multiple pics.
    Uploaded with plasq's Skitch!
    (Note the above illustration is not a Finder Window. It's the dialogue you get when you go File -> Open)
    You can access the Library from the New Message Window in Mail:
    Uploaded with plasq's Skitch!
    *For users of 10.4 and later* ...
    Many internet sites such as Flickr and SmugMug have plug-ins for accessing the iPhoto Library. If the site you want to use doesn’t then some, one or any of these will also work:
    To upload to a site that does not have an iPhoto Export Plug-in the recommended way is to Select the Pic in the iPhoto Window and go File -> Export and export the pic to the desktop, then upload from there. After the upload you can trash the pic on the desktop. It's only a copy and your original is safe in iPhoto.
    This is also true for emailing with Web-based services. However, if you're using Gmail you can use iPhoto2GMail
    If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    *If you want to access the files with iPhoto not running*:
    For users of 10.6 and later:
    You can download a free Services component from MacOSXAutomation which will give you access to the iPhoto Library from your Services Menu. Using the Services Preference Pane you can even create a keyboard shortcut for it.
    For Users of 10.4 and later:
    Create a Media Browser using Automator (takes about 10 seconds) or use this free utility Karelia iMedia Browser
    Other options include:
    1. *Drag and Drop*: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    2. *File -> Export*: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    3. *Show File*: Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.
    Regards
    TD

  • IPhoto & Photoshop Elements 4

    Hi all
    I escaped from the Windows world a few weeks ago, but finding the combination of iPhoto '08 and Photoshop Elements 4 (PSE) not very intuitive and intially appears to be clumsy when opening files - not a very efficient workflow wise when compared to the same software in a Windows XP environment
    Completely confused on opening photographic files and where they are being stored as one editor can see files whilst the other cannot ie: the greyed out library icon.
    It is even more confusing when bringing Adobe Bridge into play.
    I realise I am at the bottom end of the Mac learning curve and therefore ask on whether there any manuals or techincal literature explaining what is going on?
    -Keith-

    Welcome to the Apple Discussions.
    Using Photoshop (or Photoshop Elements) as Your Editor of Choice in iPhoto.
    1 - select Photoshop as your editor of choice in iPhoto's General Preference Section's under the "Edit photo:" menu.
    2 - double click on the thumbnail in iPhoto to open it in Photoshop. When you're finished editing click on the Save button. If you immediately get the JPEG Options window make your selection (Baseline standard seems to be the most compatible jpeg format) and click on the OK button. Your done.
    3 - however, if you get the navigation window that indicates that PS wants to save it as a PS formatted file. You'll need to either select JPEG from the menu and save (top image) or click on the desktop in the Navigation window (bottom image) and save it to the desktop for importing as a new photo.
    This method will let iPhoto know that the photo has been editied and will update the thumbnail file to reflect the edit..
    If you want to use both iPhoto's editing mode and PS without having to go back and forth to the Preference pane, once you've selected PS as your editor of choice, reset the Preferences back to "Open in main window". That will let you either edit in iPhoto (double click on the thumbnail) or in PS (Control-click on the thumbnail and seledt "Edit in external editor" in the Contextual menu). This way you get the best of both worlds
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Editing iPhoto pic in Photoshop Elements 4

    I have read the messages of mainman and Dr. Livingstone regarding this issue and the replies but I do not have any option of choosing Photoshop Elements 4 in Preferences/General/Edit Photo which shows only "In Man Window", "Full Screen" "in Separate Window" and "in Lightroom" I have clicked on Lightroom and was taken to Applications where I selected Photoshop Elements 4 which now appears as a selection for editing photos. However, when I double click on a photo in iPhoto, it doesn't open in Photoshop. What else should I do or not do?
    Also, from the Photoshop open menu, where to do I find iPhoto.app and where do I find iPhoto In Finder under Applications? iPhoto and iLife doesn't show up listed there.
    Oh yes, iLife '08 and iPhoto '08 are the ones I use.
    Thanks for your help.

    What happens after you've selected PSE in the iPhoto preferences and then double click on a thumbnail? Does PSE open at all? Is there any activity of any kind?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

Maybe you are looking for

  • How do you delete more than one item from download folder at a time?

    I have been trying to clean out my downloads folder which has gotten too full.  Mostly audiobooks which are now in iTunes and photographs that I have received from family and friends.  I can drag them one at a time into the trash, but was hoping ther

  • How to call ME21n Screen in webdynpro once you click any button

    Hi exports,                  I have created one webdynpro application..In first view i have one button which have action...Once i click that button it should go to next view where it should diaplay standard Transaction ME21n screen..where i need to e

  • Print texts in different formats on one page

    Hi all, Is it possible to print the texts on one page in different fonts and sizes? It seems like PrintTextBuffer prints all the texts onto one page at once and there is no chance to change the format. Thanks, LT Solved! Go to Solution.

  • Desktop Manager 4.7 (Cannot find system in table file.)

    I just updated from Desktop Manager 4.2 to 4.7 on Windows Vista for my Blackberry 8800.  When I try to configure synchronization for Microsoft Outlook and click Finish I get the error message "Cannot find system in table file".  I've checked everywhe

  • Install Flash Player 12 in US version (English)

    If I try to install Flash Player in English Language (my operating system is English version) it gives me a popup window in the Netherlands language. I tried to change the preffered language to United States (bottom left) but that won't work. How can