Photoshop CS5  Save as JPEG format  ( is not possible)

Photoshop CS5 :
Hoe kan ik een foto dat ik bewerkt heb in photoshop opslaan als een JPEG ?????????
In de vorige versies van Photoshop kon dit zonder problemen..
Dank U

Double check the image color mode and bit depth.
JPEG supports Grayscale, RGB, and CMYK at 8 bit/channel only.
(16 bit/channel is automatically converted to 8 bit/channel in Photoshop CS6 and later)

Similar Messages

  • Whenever I close down Photoshop CS5 I get the message: "Could not save Preferences because the file is locked or you do not have the necessary access privileges. Use the get info command in Finder to unlock the file or change permission on the file or enc

    Whenever I close down Photoshop CS5 I get the message: "Could not save Preferences because the file is locked or you do not have the necessary access privileges. Use the get info command in Finder to unlock the file or change permission on the file or enclosing folders." What on earth does it mean? How can I stop this message from appearing?

    See here:
    I cannot save recent images.

  • Layers demo says I cannnot save in jpeg format.  When I save pic to flash drive for someone else, will they be able to open without photoshop?

    Layers demo says I cannnot save in jpeg format.  When I save pic to flash drive for someone else, will they be able to open without photoshop?

    Layers demo says I cannnot save in jpeg format.  When I save pic to flash drive for someone else, will they be able to open without photoshop?

  • Double menu's in photoshop CS5 save as menu

    Hi,
    my photoshop CS5 save dialog menu shows double ups of some of the file formats.
    2 BMP's, 2 compuserve gif's, 2 PNG's.
    I have torn my hair out going through the Photoshop CS5 folder, but cant find the plug-ins any where.
    can anyone give me a clue as to where they are hiding so I can get rid of them.
    regards, Sandy

    Hi, yes sounds right EXCPEPT...
    have vetted ALL my photoshop plug-ins, nothing there.
    external plug-in folder , been though that. only my Nik plug-in & filters there, and nothing hidden in them...
    have used 'find file' program (that will look everywhere even in system files, found nothing.
    there are two folders in ~library-application support-adobe-
    that are for CS3 and CS4, un installed from my hard disk now I use CS5, but no plug-ins in there that could do that there either.
    (wonder if I should delete these folders.??)
    have also used 'file buddy' to look for any duplicates... nothing found (except a lot of image files)
    so back to square one.. the enigma/puzzle continues...
    appreciate your thoughs and help.
    by the way, I have never ever been able to find where the Targa plug in is either to get rid of it, as I dont use that and would like to shorten the menu.
    no luck in searching for that, which makes me think that adobe have either made them 'invisible' in a folder, or built all into an unknown file/plug-in.?!?!?
    regards
    Sandy

  • Photoshop CS5 - colour settings in Print menu not working after update Mac OSX maverick

    After upgrading to Maverick OSX on the iMac printing from CS5 via Epson R3880 is not working correctly. In Print Settings menu the drop downs for Colour and Colour Settings are greyed out. I already re-installed PS and installed the new drivers from epson. Any ideas?

    but after choosing PS manages color, the options in the print menu for choosing color (color or b&W) and color settings are not available anymore. They used to be the last three years I printed with photoshop/epson 3880.
    Instead they are greyed out now.
    attached screenshot:
    Op 30 mei 2014, om 01:47 heeft Chris Cox <[email protected]> het volgende geschreven:
    Photoshop CS5 - colour settings in Print menu not working after update Mac OSX maverick
    created by Chris Cox in Photoshop General Discussion - View the full discussion
    If Photoshop managed color, then the controls in the printer driver are supposed to be grayed out - that's how Apple specifies drivers to work (because only one party should be managing the print color).
    So what you're describing is perfectly normal.
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6420209#6420209
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Photoshop General Discussion by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Photoshop CS5 save animation as jpeg - not gif?

    My content management system will only allow jpgs for this particular section of my site that I'm working in. I have PS CS5 Extended and I already created my animation (basically just a slideshow) and now I need to save it as a .jpg.
    I tried doing Save for web and devices, selecting GIF as the format and then changing it to a jpg extension. This preserves the animation and also gives it the file type that I need. However the gif image quality is awful.
    I remember doing this at point a few years ago but forgot how I did it! Another option was under export, render video I believe, but that just creates hundreds of jpgs and not just one.
    Thanks

    The JPEG format itself does not support animation, though the HTML on your site could change the src attribute of your IMG elements, for example with a script.  I have done exactly that - I have a small Javascript that rotates multiple JPEGs on my own web site (http://www.ProDigitalSoftware.com).  View source to see the simple Javascript.
    Are these large images? Are they photos or drawn graphics?
    You're not going to get good photo quality with GIF because it's an indexed format that can carry at most 256 colors, and if you're spreading those colors across multiple frames then you'll see even further degradation.
    -Noel

  • Photoshop CS5 save with same name to a folder, also smartsharpen?

    I thought this would be easier, just trying to save a file down with its current filename to a folder.
    On a side note I couldn't see the option in the Library for Smart Sharpen (not the unsharp mask) Can this be done?
    Matt
    tell application "Finder"
              set highResFolder to "Hal 9000:Users:matthew:Desktop:HR" as alias
              set lowResFolder to "Hal 9000:Users:matthew:Desktop:LR" as alias
    end tell
    tell application "Adobe Photoshop CS5.1"
      activate
              tell front document
                        delete layer "Original Image"
      flatten
      resize image resolution 300 resample method none
                        set myOptions to {class:JPEG save options, quality:12}
      save  in folder highResFolder as JPEG with options myOptions appending no extension without copying
      close the current document saving no
              end tell
    end tell

    Might have it!, still can't find the Smart sharpen so played with unsharp mask.
    tell application "Finder"
              set highResFolder to "Hal 9000:Users:matthew:Desktop:HR" as alias
              set lowResFolder to "Hal 9000:Users:matthew:Desktop:LR" as alias
    end tell
    tell application "Adobe Photoshop CS5.1"
      activate
              set myOptions to {class:JPEG save options, quality:12}
              tell front document
                        delete layer "Original Image"
      flatten
      resize image resolution 300 resample method none
      --sharpen image
      filter current layer using unsharp mask with options ¬
                                  {amount:80, radius:3.2, threshold:0}
      --insert save option           save  in folder highResFolder as JPEG with options myOptions appending no extension without copying
      save in file ((highResFolder as string) & name) as JPEG with options myOptions without copying
      --Save for all HR JPEGS
      --Prepare for Low RES by resetting image history
                        tell application "Adobe Photoshop CS5.1"
                                  set current history state of current document to history state 3 ¬
                                            of current document
                        end tell
      resize image width 1020
      resize image resolution 300 resample method none
      filter current layer using unsharp mask with options ¬
                                  {amount:80, radius:3.2, threshold:0}
      --add save to lowResFolder with same options
      save in file ((lowResFolder as string) & name) as JPEG with options myOptions without copying
      --close file
      close
              end tell
    end tell

  • Photoshop CS4 Save as Jpeg optinon Gone

    Hi,
    My photoshop Save as, option for Jpeg has disappeared.. Any info would be great!

    I believe the question has been answered above, except that I think there may be some remaining misconceptions out there.
    Really, the ONLY thing you have to do, with CS4 and earlier, in anticipation of saving a JPEG is change to 8 bits per color.
    Through Photoshop CS4, if you Save-As JPEG with layers or channels or other features JPEG can't support, the Save as Copy feature is automatically invoked to save a flattened version of your file without the extra stuff.
    This allows you to save your file as a JPEG as long as the image is in 8 bits before you hit the File menu.  The one thing Save as Copy did not handle was a bit depth conversion.
    I normally work with 16 bit per color files.  I often would want to save an intermediate JPEG from the file I'm working on, then continue editing, finally later saving a .PSD at full bit depth.  Unfortunately, because of the above issue I'd sometimes find I'd forgotten to go back in the History so as to continue editing in 16 bit per channel mode!  This is a nasty gotcha!
    The really COOL thing is that the Save-As-Copy feature of Photoshop CS5 has now been extended to do an automatic downconversion from higher bit depths to 8 bits.  Thus with CS5 you no longer have to worry about changing the bit depth or anything else in anticipation of Save As JPEG.  It just works!
    I have been submitting wishlist requests to Adobe for this feature since about Photoshop CS I think.
    THANK YOU, THANK YOU, THANK YOU Adobe for finally implementing it!
    -Noel

  • Deleted default Photoshop CS5 Save for Web settings, but they return after a restart

    How do I permanently delete the default Save for Web settings that come with Photoshop CS5? (Default Settings.iros, Background Image.iros, etc)
    In CS4 you deleted them once, and they were gone. In CS5, if you delete them, they are recreated when you restart PS. Same goes for any Optimized Settings (GIF 32 Dithered.irs, JPEG Low.irs, etc), they simply can't be permanently removed, and I'm left scrolling through a long menu of things I'll never use.
    I have no use for XHTML.iros, GIF 32 Dithered.irs, or any of these settings, just like I have no use for most of the stock presets in PS, why can't I customize these presets like I can customize everything else?

    BlowPurp wrote:
    >It's my observation that many of these files are auto-generated on the first run of Photoshop. 
    >It's possible the specific files you've referred-to are now simply auto-generated when they are found to be missing.
    Yes, they are, how do I stop that?
    I don't know that you can.
    Ok, we have a way to save them, but not delete them, so what if I accidentally Save one I don't want? Or what if I Save one now, but later don't want it anymore. We're supposed to infer Adobe didn't intend us to ever Delete custom settings we Saved ourselves?!
    I suppose there's an implication that you'll be given the defaults by Photoshop, but that anything you create yourself can be deleted by yourself.  I admit it's not a very clear interface.  For what it's worth, my own applications provide an explicit "Delete" capability, have defaults that don't manifest as actual files (and are always at the top of the list), and the app doesn't allow you to even try to delete the application-provided settings (Delete is grayed-out).  I thought the whole settings thing through and tried to make sure it was more clear than parts of the Photoshop interface:
    > Have you found some documentation from Adobe that states that you can effectively customize your installation by deleting these files?
    Yes, in the FAQ: http://forums.adobe.com/thread/375776?tstart=0
    Well, from what I can see that thread was written by someone other than an Adobe Employee, and it doesn't mention .iros files at all.
    And what it seems to say is that you can reset your preferences to defaults (i.e., invoke auto-generation of a new prefs file) by deleting the old prefs file, which is what's happening for you.
    -Noel

  • Photoshop CS5 - Save as Adobe pdf doesn't appear

    HI, I AM TRYING TO SOLVE THIS PROBLEM WHOLE DAY. I HAVE MAC OSX 10.6.5 UPDATED, ACROBAT PRO 9.4.1 UPDATED, PHOTOSHOP CS 5 12.0.1 UPDATEM. BUT WHEN I WAS GO TO PRINT-PRINT SETTINGS-PDF THERE WHOLE UNDERLINE PRESETS DO NOTHING. /MEANS MAIL PDF, SAVE AS ADOBE PDF, SAVE AS PDFX, SAVE PDF TO IPHOTO/. NONE DIALOG FROM MENTIONED UNDERLINE ITEMS DOESN'T APPEAR IN PHOTOSHOP. NO ERROR, NOTHING. WHEN I TRY TO USE PDF-SAVE AS ADOBE PDF FROM IPHOTO DIALOG BOX APPEARS. I TRY ALSO OPEN IN ROSETTE ETC. ITS IMPORTANT FOR ME TO CREATE ADOBE PDF, NOT PHOTOSHOP PDF. BECAUSE PS PDF IS HUGE AND CAUSE FAILS ON SOLID SHAPES. THANKS FOR ADVICE. PS: SORRY FOR CAPS, WRITTING FROM HANDY

    Hi, thanks. I now that this would be alternative, but photoshop PDF causes white places on the fonts and object where must be color or style layer. And as I wrote file is huge and not possible to print from it via offset printer. Downsampling cause bad quality. The problem is not to find alternative way.
    Problem is why these function do not work. Its basic function of acrobat pro and I want to use it. Distiller creates high quality PDF with no errors nad small size. "Save as adobe PDF" works everywhere like iPhoto etc ect. and in Photoshop dialog box does not appear. It would be great if someone with PS CS5 and acrobat pro 9.4 can test it also, if it is not a bug.
    Now I must only generates distiller PDF via windows because mac osx 10.6.5 do not support old version Adobe PDF printer and alternative Save as adobe PDF does not work for me.
    From the time I bought mac I am very disappointed of it, many many problems that I do not know on windows platform. Bugs from adobe-repair update, mac os update-another bugs, adobe update, mac os update-another bugs....magic circle.
    Thanks.

  • [Photoshop CS5] Optimize to File Size working not correctly.

    ******BUG******
    Concise problem statement: Optimize to File Size working not correctly.
    Steps to reproduce bug:
    1. Open any photo.
    2. Draw a slice
    3. Save For Web, choose Optimize to File Size, type 10KB (Current Slice).
    4. Save "selected slices" only
    Results: File result larger than expect (over 10KB)
    Expected results: <=10KB filesize.
    I uninstalled whole Adobe CS5 Master Collection (Trial) & tried to reproduce the bug in Photoshop CS4, but it was not happened, it's ok on CS4.
    Finally, Windows 7 is not reason, it's a bug of Photoshop CS5. Please fix, I don't want to buy a bugged software.
    I really need the feature "Optimize to File Size" in my works.
    P.S: I tested on 4 PCs, and the results is the same.

    In the SFW dialog change the Metadata dropdown to None

  • Photoshop cs5 Save as slow down

    Hi I have been experiencing a ptoblem in Photoshop Cs5 relating to Save As.
    My workflow is as follows. I import and work on my pictures using Lightroom 3.2, then if I want further editing - I use Photshop.
    I have a dual processor Xeon workstation that can cope with bot apps and more no problems and they have both been working together for the last couple of months. I am running 64 bit windows 7 and photoshop with 8gb RAM
    However recently when I have editing a picture and go to Save as, the dialog box hangs for ages. The Hard disk goes bananas for a prolonged period of time and then finally the save as dialog opens and I can save, It appears to only do this the first few times I open different files then its ok. There doesnt seem to be a pattern to it. But the wait before the dialogue box opens depends on the file size. The bigger the file size the longer the wait.
    Has anyone else experienced this problem and perhaps could offer some advice or guidance.
    many thanks
    Neil

    When saving a file using 'Save As' I can no longer "window" the screen image, it always opens "full-screen" and can't be resized.
    Does that mean that it did work, but now does not?
    If it used to work, then something has changed. The trick is to find out what it was.
    First thing that I check, whenever I have a GUI display issue, is whether there is an update for my video adapter's driver. PS interfaces more closely with the video driver, than some other programs. Simple things, such as OS updates, can render a video driver obsolete, and can cause all sorts of issues. What make/model card do you have? What is the number/date of your installed video driver?
    Hope that it is as simple as going to the ATI/AMD, or nVidia Web site, and downloading, then installing a new driver.
    Good luck,
    Hunt

  • Adobe Photoshop CS5 * 'Save As' doesn't respond

    I installed the trial of photoshop cs5.
    The first problem I had was 'error 16' which I fixed with a simple search here on the community help.
    But I have another problem.
    As you may have guessed from the topic name, my 'save as' doesn't respond.
    I have saved .psd files just by clicking 'save' but I can't use the 'save as' button.
    I'll click on it and the menu will disappear as if nothing happened.
    So now after I'm done editing a photo, I can't save it as a JPEG, GIF, or any other file for that matter.

    This forum is for suite specific issues only. Please post in the Photoshop forum.
    Bob

  • CS5 Save as Jpeg gives colour shift - OK as PSD/Tiff

    Hi Guys,
    This is a follow on from the "lightroom /CS5 colour shift post" which I have now narrowed down to the following:
    I use Win XP pro sp3 fully updated, Dell PC 4GB Ram, LR and CS5 both latest versions. Print through Qimage to epson 7880 - Workflow/ monitor all fully colour profiled. Workspace adobe 1998
    Colour setting:
    These settings have not changed in years.
    My issue is that if I open a jpeg image in CS5 (colour is correct), save as psd or tiff (the colour is correct)
    BUT if I save as jpeg (having done nothing to the file!) the colour on the saved file has shifted
    I am not getting any profile mismatch warnings - this problem has only surfaced in the last few weeks.
    Any ideas would be much appreciated
    Thanks, Nigel 

    Hi again, Sorry had a busy weekend so I had
    to disappear! Ok Firstly I cannot understand why a monitor profile could
    be the culprit (just to rehash I develop a jpe
    g in LR (colour is good, Print is good) Op
    en in Cs5 colour looks same. If I save as PSD or Tiff Colour stays the same and prints same - Happy days!
    But If I save as a jpeg (with or without a file number change the colour looks ok in CS. BUT when I close it & open it again in CS the colour has shifted. Also this shift is clearly visible in LR and QImage and in the print! It seems to me that the save as jpeg is the problem.
    But just in case I  reprofiled the monitor this morning (Eye1 display2) but problem is the same.
    It has been suggested to me that the best thing to do is to reload CS5 might cure this.  Any thoughts?
    Also if i do that (I am on upgrades since v5 missing only CS4) Is there a way to skip loading all the versions?
    Thanks Nigel

  • Can Photoshop CS5 save as previous version?

    I never get any option to select a previous version when I do Save As... in Photoshop CS5. How can I do it? Is it just not able?

    There is no "previous version" to save as.
    Just save as PSD, and it's compatible back to Photoshop 3.0.

Maybe you are looking for

  • External Hard Drive won't mount - tried Disk Warrior, am backing up as a .dmg...will this work?

    Hi Guys, Hopefully someone can help! Fairly desperate situation here... I backed up around 700GB of data to an Iomega external hard drive (supplied by the client), using my Macbook Pro...all was fine when I unmounted the drive at the end of the backu

  • Adobe Media Encoder Issue Help

    Hello all, I am having an issue with Adobe Media Encoder that I am hoping to receive some help with.  I am rendering out some videos from Premiere and every time I render something larger than 1 GB, I receive this error message: "Adobe Media Encoder

  • Surprising Behavior with ChainedExtractor (Improved Example)

    If I create the following filter: InFilter(KeyExtractor("getPurpose"), someSet) I get the expected behavior. If I wrap the KeyExtractor in a ChainedExtractor... InFilter(ChainedExtractor([KeyExtractor("getPurpose")], someSet) I get the exception "MIs

  • MINI WAS on Windows vista business ?

    Dear All 1. Does SAP NetWeaver 7.0 ABAP Trial Version works on windows vista business? 2. Does SAP NetWeaver 7.0 ABAP Trial Version  supports Adobe forms, Web Dynpro, Composite Application Framework? I am interested only with ABAP engine. Thanks and

  • Cancellation of Lenovo account

    Hello there, Is there anybody who knows how to cancel a Lenovo community account? I've been through the help section and elsewhere, but I can't find that subject anywhere. Does it mean you can't cancel your account once you have registered a Lenovo c