Save for web export crashing photoshop

HI
In was wondering if anyone could help me.  I have written a code that edits images but i am having trouble with the save for web export everytime it gets to saving it photoshop just crashes. I have tried a few different ways of coding it but all of them end of crashing PS and i am at a loss as to what is wrong.
Here is the code that i am using:
                                        set webFolder to (choose folder with prompt "Select the folder to link to")
                                        set webOpt to {class:save for web export options, web format:JPEG, quality:89}
                                        set theDoc to current document
  export theDoc in webFolder as save for web with options webOpt
any help would be great. I have tried it on CS6 and CC, both of which crash.

You need to pass a full file path to the export command… Probably need to change the extension too.
set myFullFilePath to (path to desktop as text) & docName
export in file myFullFilePath as save for web with options myOptions

Similar Messages

  • Save as JPG / Save for Web Failing / Crashing Photoshop CC

    I just recently moved to CC from CS5. Save as fails everytime. Crashes the app sometimes.
    Using a MacBook Air. Not sure what other info y'all might need to diagnose this problem.
    Please Help.

    You need to pass a full file path to the export command… Probably need to change the extension too.
    set myFullFilePath to (path to desktop as text) & docName
    export in file myFullFilePath as save for web with options myOptions

  • Save for Web Export

    I am trying to use the save for web export option to save out a file of type JPEG.
    I have gotten the code working fine if it saved out with the default file type of .gif, but I cannot get it to work with .jpg.
    set theExportOptions to {class:save for web export options, interlaced:true, quality:30}
    tell current document
    export in (theLocation as text) as save for web with options theExportOptions
    end tell
    These are the pertinent lines from my code, so if anybody can tell me how to save the file as type JPEG so that it is a scripted version of Photoshop's save for web feature, that would great.
    I am also using Photoshop CS2 v9.02 if that helps.

    You would have to code that seperate eg:
    FitImage(1000,500);
    function FitImage( inWidth, inHeight ) {
       if ( inWidth == undefined || inHeight == undefined ) {
          alert( "FitImage requires both Width & Height!");
          return 100;
       var desc = new ActionDescriptor();
       var unitPixels = charIDToTypeID( '#Pxl' );
       desc.putUnitDouble( charIDToTypeID( 'Wdth' ), unitPixels, inWidth );
       desc.putUnitDouble( charIDToTypeID( 'Hght' ), unitPixels, inHeight );
       var runtimeEventID = stringIDToTypeID( "3caa3434-cb67-11d1-bc43-0060b0a13dc4" ); 
       executeAction( runtimeEventID, desc, DialogModes.NO );

  • Alternative to Save for Web/Export as CSS Layers?

    I'm am SO DEVASTATED that CS6 got rid of the option to save as CSS layers in Save for Web.  I just updated from 5 to 6 and now I'm looking for an alternative but am having no luck.  I've tried some scripts I've found online but none of them work the way I need, or at all. 
    I do animation in AI where each layer is a frame on the animation.  In CS5 I could Save for Web and check the Export as CSS Layers box.  This would export all the layers in my AI file to pngs, where each layer is it's own png file, in one folder.  I could then import them as an image sequence in Photoshop and turn layers on and off with each frame to create my animation.
    I tried exporting my AI file to a PSD file with maximum editability but the more complicated the animation (meaning the more layers and the more objects on each layer) it would start flattening layers without warning.  Not to mention the rendering time just opening the file in Photoshop and then trying to save it there once I had created all my frames.  Photoshop froze on me 6 times this morning while I was trying things out.
    I'm desperate for a simple way to do the CSS layer trick.  If I can't find one, I'm going to have to go back to CS5 permanently, or until I can find a solution.

    here you go, let me know if it cuts it.
    #target Illustrator
    //  script.name = exportLayersAsCSS_PNGs.jsx;
    //  script.description = mimics the Save for Web, export images as CSS Layers (images only);
    //  script.requirements = an open document; tested with CS5 on Windows.
    //  script.parent = carlos canto // 05/24/13; All rights reseved
    //  script.elegant = false;
    * export layers as PNG
    * @author Niels Bosma
    // Adapted to export images as CSS Layers by CarlosCanto
    if (app.documents.length>0) {
        main();
    else alert('Cancelled by user');
    function main() {
        var document = app.activeDocument;
        var afile = document.fullName;
        var filename = afile.name.split('.')[0];
        var folder = afile.parent.selectDlg("Export as CSS Layers (images only)...");
        if(folder != null)
            var activeABidx = document.artboards.getActiveArtboardIndex();
            var activeAB = document.artboards[activeABidx]; // get active AB       
            var abBounds = activeAB.artboardRect;// left, top, right, bottom
            showAllLayers();
            var docBounds = document.visibleBounds;
            activeAB.artboardRect = docBounds;
            var options = new ExportOptionsPNG24();
            options.antiAliasing = true;
            options.transparency = true;
            options.artBoardClipping = true;
            var n = document.layers.length;
            hideAllLayers ();
            for(var i=0; i<n; ++i)
                //hideAllLayers();
                var layer = document.layers[i];
                layer.visible = true;
                var file = new File(folder.fsName + '/' +filename+ '-' + i+".png");
                document.exportFile(file,ExportType.PNG24,options);
                layer.visible = false;
            showAllLayers();
            activeAB.artboardRect = abBounds;
        function hideAllLayers()
            forEach(document.layers, function(layer) {
                layer.visible = false;
        function showAllLayers()
            forEach(document.layers, function(layer) {
                layer.visible = true;
        function forEach(collection, fn)
            var n = collection.length;
            for(var i=0; i<n; ++i)
                fn(collection[i]);

  • "Save for Web" exporting very slowly

    I appologize if this question has been answered somewhere already, I didn't find a solution for my problem, so here goes.
    When saving images for web, photoshop (or is it still considered image ready?) can take as long as 10-15 seconds per slice while saving. I found several people had an issue where the save for web GUI was taking a long time to load up... I do not have that issue. My GUI loads nice and quick, and the interface is as responsive as it should be. Only after telling the program to save the files does it start to chug.
    I'm using a brand new Dell machine with Windows 7 fully updated. Have 4 gigs of ram, 2.4Gh Xeon, and 170gb of free HD space. Also, I'm using CS4 64bit Photoshop.

    Time to resurrect this thread...
    I've been having the same slow-saving problem as before, now both 32 and 64 bit versions are saving slowly. I have noticed that once every blue moon it will export a file quickly, but seems there next attempt is slow again. Same issue whether reading and/or writing on a local or network drive. Also, as stated above, it doesn't seem to be relative the size of the source file, destination file, or number of slices. Big and little, dozens of images or a single image, they're all slow and they all seem to take roughly the same ammount of time.
    I also have CS4 installed on my computer at home (which is pretty similar, hardware-wise, to my work PC) and I don't have this problem.
    Scowering google I was unable to find any threads that directly relate to this problem. The closest thing I found was a post ( found here http://typography.com/documents/a_photoshop_slowness_fix.php) that says to delete "/Library/Preferences/com.adobe.Photoshop.plist" and "/Library/Preferences/com.adobe.mediabrowser.plist", then let photoshop recreate those files. The only problem is I can't find either of those files in CS4.
    Anyhow... just looking for any suggestions. I'll try anything at this point. I'm probably losing close to an hour some days just sitting and waiting for my machine to export slices.

  • Poor quality save for web exports

    It doesn't matter whether i'm exporting from Ai or Ps or whether it's CS6 or CC. I have changed the raster settings in Ai and i've also tried all optimization options with all different export file types (jpg, png, gif) at all different quality settings. It doesn't matter if I start with an ai, eps, pdf, png... the export result is always poor quality.
    I have tried exporting at 300ppi and that does fix the quality issue and bloats the file size, but this way (the export route) is so time consuming since you have to resize your artwork each time as well as the artboard so that it doesn't cut off pixels. Save for web never used to have these quality issues and it also never used to cut off pixels around the edges. These workarounds prove very time consuming and produce file sizes that are not ideal.
    When i first noticed this issue I was using Mavericks with CS6 and since am using Yosemite and Creative Cloud.
    Steps to reproduce:
    1. Create any bitmap or vector graphic in Ai or Ps, It doesn't matter whether you convert text to outlines or not
    2. Save for web
    3. View image in any application or browser to see poor quality and pixel trimming. Others running the same version and system are not having this issue, but I have checked many forums and found many others that do have this same issue but can't seem to find a solution.
    Results:stair stepping, degradation, pixel trimming, general poor image quality
    Expected results: Previously the save for web feature allowed for a decent quality image

    Not an Illustrator expert at all, but did you align your art work with the pixel grid?  If you didn't, there can be results as you describe them.  As I said, I am not an expert, but online searching for the subject may help.

  • Photoshop CS3 color management "Save for Web" problem

    This problem is getting the best of me.......
    After spending 3 full days researching this problem, I am no closer to finding an answer than when I started. I still cannot produce a usable image through the "Save for Web" feature of Photoshop CS3. I have read web page after web page of "Tips, Tricks and Recommendations" from dozens of experts, some from this forum, and still I have no solution... I am exhausted and frustrated to say the least. Here's the simple facts that I know at this point.
    I have a web design project that was started in PS CS1. All artwork was created in photoshop and exported to JPG format by using "Save for Web". Every image displays correctly in these browsers (Safari, Camino, FireFox and even Internet Explorer on a PC).
    I have recently upgraded to PS CS3 and now cannot get any newly JPG'd image to display correctly. My original settings in CS1 were of no concern to me at the time, because it always just worked, and so I do not know what they were. I have opened a few of my previous images in CS3 and found that sRGB-2.1 displays them more or less accurately. I am using sRGB 2.1 working space. Upon openning these previous image files, I get the "Missing Profile" message and of course I select "Leave as is. Do Not color manage". CS3 assumes sRGB-2.1 working space, opens the file, and all is well.
    The problem is when I go to "Save for Web", the saturation goes up, and the colors change. The opposite of what most people are reporting. Here's another important point... new artwork created in CS3 does exactly the same thing, so it's not because of the older CS1 files.
    I have tried every combination of "uncompensated color", "Convert to sRGB", "ICC Profile", etc. while saving. I have Converted to sRGB before saving, and my monitor is calibrated correctly.
    I have tried setting the "Save for Web" page on 2-up and the "original" on the left is already color shifted before I even hit the "Save" button. Of course, the "Optimized" image on the right looks perfect because I am cheating by selecting the "Use Document Color Profile" item. Why do they even have this feature if doesn't work, or misleads you?
    Does anyone have any ideas what could be happening here? Why is this all so screwed up?
    CS1 worked fine out of the box.
    Final note: I do have an image file I could send along that demonstrates how it is possible to display an image exactly the same in all 4 of the browsers I mentioned with no color differences. It is untagged RGB and somehow it just works.
    I am very frustrated with all of this and any suggestions will be appreciated
    Thanks,
    Pete

    >> First of all... I'm using an Adobe RGB image master... I open it and get the Profile Mismatch Screen... I choose Use Enbedded profile... all looks well. Next I go to Proof Setup > Monitor RGB... again all looks well, no change that I can tell.
    This has further confused the issue on several points, not the least of which version PS you are doing this with?
    >> AdobeRGB> Convert to Profile > Working Space sRGB-2.1... all still looks well... but now, when I go to Proof Setup > Monitor RGB... I see the insane oversaturated look that is driving me nuts.
    That is your strongest clue...it sounds like you have a bad system or bad monitor profile. To rule out the monitor profile: Set sRGB as your monitor profile in System Prefs> Displays> Color.
    >> Adobe RGB image master... I open it and get the Profile Mismatch Screen... I choose Use Enbedded profile... all looks well. Next I go to Proof Setup > Monitor RGB... again all looks well
    That doesn't make sense, stripping an embedded AdobeRGB profile should desaturate the color in Softproof MonitorRGB, especially the reds -- you have something wacky going on there.
    At this point I think you need to review the links and get a grip about how color management and profiles work...
    BTW, forget about setting ColorSync in PS COlor Settings, use Adobe ACE.
    MO,
    I think SFW is fixed under CS3 :) By default it Converts to sRGB and strips the profile.

  • Why does the Fireworks save for web function give better results than in Photoshop?

    Having used the trial version of Fireworks, I have noticed that the save for web function gives greater compression and image quality than saving for web in Photoshop. Why is this?
    As Adobe are not continuing in developing Fireworks, does anyone know if will they will improve the save for web function in Photoshop to match the Fireworks version?
    Are there any third party companies who anyone can recommend who will process large volumes of images for web?
    Thanks

    One of my favourite topics ;-P
    First, the save for web function in Photoshop has not seen any real updates in a long time. In Fireworks PNG export allows for fully transparent optimized files with indexed 256 or less colours, which is impossible in the save for web function in Photohop. It is unsupported.
    This is one of the reasons why Fireworks does a much better job than Photoshop. Another reason is that Photoshop adds meta junk in its exported files, and this also increases the file size (and should be removed, because there are also a number of fields which include information about your setup).
    One other caveat is that Photoshop's save for web functions neither allows for a choice in chroma subsampling, and instead decides automatically below a certain quality threshold to degrade the colour sharpness quality. The user has no control over this. (Fireworks also limits the user this way.)
    One thing to be careful of: FW's jpg quality setting, and PS's quality settings are very different - a 50 in Photoshop is not the same 50 setting in Fireworks.
    For jpg optimization I generally use RIOT (free): http://luci.criosweb.ro/riot/
    (When you install, be careful NOT to install the extra junkware!)
    Fireworks cannot change the chroma subsampling to 4:2:0, which does degrade the quality a bit compared to RIOT and Photoshop in my experience. Photoshop adds useless meta information, even if the user tells it not to do that. RIOT allows you to remove that information, saving 6k. RIOT also offers an automatic mode that optimizes existing jpg images without degrading the quality further, and often saves 10k or more, depending on the images.
    Interestingly enough, in my tests exported Fireworks jpg images are always reduced in file size by RIOT, due to FW's jpg export limitations, without any image degradation.
    In my tests FW's jpg quality versus file size turns out to be the worst of all three. RIOT generally wins, or is at least on par with Photoshop.
    As for PNG export, Photoshop's save for web function is quite abysmal. No 256 colour full transparency export is possible, while Fireworks does support this.
    Having said that, there is a free alternative that leaves both Photoshop AND Fireworks in the dust: Color Quantizer. http://x128.ho.ua/color-quantizer.html
    CQ is an amazing little tool: with it anyone can create PNG files with full transparency and reduced to ANY number of colours! It means that a 512 colour PNG with full transparency is now very easy to do. On top of that, for more difficult images a simple quality mask brush tool allows the user to control and retain even small colour details in a PNG, while reducing the file size to an absolute minimum.
    CQ is one of the best kept secrets of a Web Developer's toolkit. And it is free!
    Both RIOT and Color Quantizer have a built-in batch mode. Both are available for WIndows. Not for Mac. If you are on a Mac, try imageOptim. Not nearly as good as RIOT and CQ, but quite passable.
    PS to be fair, the newest versions of Photoshop do allow for export of 8bit PNGs with full transparency through the use of its Generator functionality. But again, it cannot compete with CQ. And as far as I am aware, Generator cannot be used in Photoshop's batch processing (which, btw, is very slow! For simpler daily image processing tasks I have to do in batches, I prefer IrfanView, which is lightning fast! IrfanView).

  • Photoshop equivalent to "save for web"??

    Hello,
    I'm trying to organize all my photos into iphoto6. A problem I'm running into is sharing out (to the web/email) these massive 1.5 meg pix. The export feature doesn't give too many options for adjusting quality and playing with file size/quality ratios as you can in photoshop via the "save for web" feature. Photoshop, however, is extremely mind numbing in that you can't quickly batch convert multiple files. I'm wondering if I should learn to live with the limited optimizing functionality in iphoto's export feature or is there possibly an alternative that will allow me to batch convert multiple large pix files into web optimized, good looking .jpgs? If there is such an app, I'm also curious to hear organization strategies between the two apps.
    Thanks in advance! best, Steve
      Mac OS X (10.4.2)  

    There are a number of free applications that you can try. Three are freePhotoConverter 3.5, Resize! and iReSize. You can find all of them at VersionTracker.com by searching for resize. They offer quality level settings, size, etc.

  • Save for web preview not working in Photoshop CS4

    Hello all.
    I'm having a problem with Save for Web in Photoshop 11.0.2. Basically, whenever I move to save an image using "Save for Web & Devices," the preview window is stuck in GIF mode. I can move the Preset settings to any of the choices, and also change to any of the 5 image types underneath, but only a GIF setting at 100% dither/Selective palette/256 colors preview will show in the preview window.
    I have trashed both the Adobe Save for Web 11.0 Prefs and the com.adobe.Photoshop.plist files, and have repaired permissions, but this doesn't resolve the problem.
    Thanks in advance for any advice you can offer.
    --jody radzik.

    I fixed the problem by erasing "Save for Web" from within Photoshop rather than outside in the file tree.

  • Photoshop wont "Save for Web"

    Ever since I installed CC on my vanilla MacMini (Late 2014) running OS X 10.10.1, I haven't been able to use the "Save for Web" feature in Photoshop (2014.2.2 Release, 20141204.r.310 x64) anymore. I keep getting an error message saying "The operation could not be completed. The file or directory could not be found."
    Google and the forums have unfortunately only come up with people having similar problems, but not with any solutions. Any help would be greatly appreciated!

    I seem to have skipped your earlier response.
    I've been on OS X 10.10.2 for a couple of days now. Pretty much since it was released.
    Here's the contents of my ~/Library/Preferences/Adobe Photoshop CC 2014 Settings directory:
    Seems like the file is missing and PS can't write in there for one reason or another. These are the permission settings on the folder:
    Turns out, my initial idea wasn't the worst: I now transferred the entire ~/Library/Preferences/Adobe Photoshop CC 2014 Settings directory from my tmp-admin user to my actual user. Lo and behold – tataaa – sure enough, there was a Save For Web Prefs.psp file in there. And after starting PS, I can now SFW again.
    This issue is worked around, but I am still puzzled and a bit annoyed by the fact, that there doesn't seem to be any real explanation, why on earth that problem happened in the first place and what might still be running differently than it should.
    For reference …
    The contents of the imported settings-directory (permissions: drwxr-xr-x   20 r8r  staff) look as follows:
    The contents of the original directory (permissions: drwxrwxr-x  17 r8r  staff) like this:
    Beats me.
    Anyways – thanks a lot for the assistance, and if you have any further ideas on how to get to the root of the problem, I'd be happy to hear about it!

  • Save for Web Image Is Offset

    I have AI CS4 on Windows Vista and have created an artboard that is 220 px wide and 88 px high. I then added a rectangle of the same dimensions as a background to cover the entire artboard. When I export it to Save for Web and Devices, the resulting image show a white boarder on the left. If I shift my background 1 px to the left on the artboard so that it shows white space on the right and overlaps on the left, it looks fine on the Save for Web export. Is there some set up that I'm missing to get a WYSIWYG conversion?
    Thanks,
    Curt

    If you are trying to save as a jpeg, gif or png then you are rasterizing the vector graphic, which is likely the case of the 'white' space.
    To get around this, try creating bleed of 2 pixels all the way around the artboard and then use the crop tool to crop the image to 220x88.
    An alternative to this would be to open the file saved for the web in Photoshop or Fireworks and fill in the white/blank space.

  • Save for web freezes (Both CS3 and CS4)

    Hello all,
    A small problem that I've endured with CS3 seems to be happening in CS4 as well, so thought I'd ask about it.
    Whenever I try saving for the web, the save for web window often freezes, leaving Photoshop unusable for a few minutes. The beachball cursor will come up over every Photoshop window leaving me to wait a few minutes everytime I use save for web.
    It's not disastrous... it rarely crashes in this state, it's just really annoying and slows down my work process considerably.
    This happens on images small or large. It's typically worse when I've been working with big images all day and seemingly my RAM resources are slim, but it can also happen from a fresh restart and trying it with a small image.
    I've tried trashing my save for web preferences and Photoshop preferences and nothing seems to change...
    I've noticed this problem on CS3 since it was released, I was using 10.4 at the time. It also happens on 10.5 and 10.6.
    CS4 the same problem occurs on both 10.5 and 10.6. Both using Intel iMacs.
    Any suggestions at all?
    Many thanks in advance,
    Tom

    I am having this problem as well. The Shift key is a valuable tool. Please Adobe, tell me you didn't take this away!

  • VERY slow performance with CS4 + Save for web

    Note: I have done a search for similar issues but can find nothing regarding CS4 and this particular issue. I'm using a MacBook Pro 2.4Ghz w/4GB of RAM and resources are aplenty when the issue occurs.
    Issue
    My problem is that under certain circumstances the 'save as web' function can take upto 3 minutes before the diaglog box appears. I've had this for some time but only in the last couple of days did I notice something that might be relevant:
    Works
    1. Open 3 large TIFF files @ 120mb approx (mine are 3 processed RAW files from Capture One / 4200x5600@300dpi)
    2. Create a new adjustment layer for each image
    3. Resize each image to 72dpi @ 800x600
    4. Run a SmartSharpen & flatten layers
    5. In each tab (for each image) do 'save as web'
    6. 'Save as web' dialog appears in expected time
    VERY slow
    1. Open 3 large TIFF files @ 120mb approx (mine are 3 processed RAW files from Capture One / 4200x5600@300dpi)
    2. Create a new adjustment layer for each image
    3. Resize each image to 72dpi @ 800x600
    4. Run a SmartSharpen & flatten layers for each image
    5. In first tab do 'save as web'
    6. 'Save as web' dialog appears in expected time
    7. Close this document (tab)
    8. Go to the next image (tab) and do 'save as web'
    9. Dialog box can take anything from 20secs to 3mins to appear.
    10. Close this document (tab)
    11. Go to the last image (tab) and do 'save as web'
    12. Dialog box can take anything from 20secs to 3mins to appear.
    As I can easily go through this process for 50-60 images you can imagine that it can waste over an hour of my time waiting for Photoshop to get it's act together. I assume it's something todo with memory allocation, or that it's processing previews for all three tabs on the first 'save as web', but in any respect it's very annoying. There seems nothing obviously wrong resource-wise at the time of doing these.
    Would be interested if anyone else has this issue!
    Thanks!

    I had the same problem when I setup a new computer this week. Here's what I had installed:
    Photoshop CS5
    Suitcase Fusion 3
    The problem was that when I was in Photoshop and used the "Save for Web" export screen, the dropdown menu for the different export types (JPG, PNG, GIF, etc) would take an extremely long time to update the preview of the graphic.
    After a few days of research , I found that Suitcase was conflicting with Photoshop. Here's how you fix the problem (or at least here's what I did with my situation):
    Open Suitcase
    Go to "Tools", click "Manage Plugins"
    Deactivate the Photoshop plugin
    This fixed the problem immediately and now my Photoshop" Save For Web" feature is working really fast. Hope this helps anyone else in the same boat.

  • Save for web win7 x64 CS4 x64

    ...is Rubbish!
    crashes everytime.  I have to do my save for web in 32bit photoshop.  it was flaky on XP 32bit as well but not as consistantly wobbly.
    Can anyone report whether its better on CS5?

    Can you be more specific about what size image you're starting with, what color depth, what color space?  Are you saving .gif, .jpg, what?
    I just saved this animated .gif image, for example, using that combination on Windows 7 x64.  Notably it continued to work, but when I finally shut Photoshop down Windows reported "Photoshop Has Stopped Working", so...  I think your problem is confirmed.
    In my case, it was a fresh start of Photoshop, 2 opens via Camera Raw, some minor editing to overlay one image over the other, sizing, Make Frames from Layers, Save For Web.  Images were 8 bit, sRGB when saved.
    P.S., the image below doesn't seem to animate except when it's expanded to full size.
    -Noel

Maybe you are looking for

  • Adobe Acrobat Standard 8.3 - Usability Bug

    I have installed Adobe Acrobat Standard 8.3 @ Windows 7 64 Bit. On my Windows 7 32 Bit System appeared no problems. But now the following bugs wont leave my Acrobat: the file is not displayed on full screen width - only 50 % every time i scroll down

  • What's the best way to copy a big poster and print it out?

    I'm doing a big art project (around 5ft by 5ft), where I'm going to draw stuff out by hand, and would like to make a copy of that project by scanning it into the computer, or taking high-res photos of the project and compiling them together in the co

  • ITunes 10 Auto Fill Free Space Results in "Over Capacity" Warning.

    In iTunes 9 when i had "Automatically fill free space with songs" checked, it would fill my iPhone to about 100MB or so short of full. Very full, but enough space left to be able to download some apps or maybe some music directly to my phone. In iTun

  • Production order Qty update-urgent.

    Hi all, I want a query that must not allow me to  update the Qty in the Production order.Once production order created from the MRP,it should not allow me to update any Qty at the production orer level what should be query its urgent. mona. thanx in

  • Cropping to exact dimensions

    Hello All, I need to crop some of my pictures to 120px x 120px, but haven't managed to do this, and would like to know where I'm going worng. Can I work in pixels in iPhoto, if not do you know what unit of measurement do i have to use? If I can use p