'Save As' to JPEG format (or to TIFF)

The 'Save As' command produces 20 different file format options to choose from. When 'saving as' to the default PSD format, the selection is obviously quick and easy. However I mostly 'save as' to JPEG format or TIFF format and it is awkward to make the JPEG or TIFF format selections each time.
After doing 'Save As', I have been clicking on 'Format' and then typing 'j' or 'ti' to bring up JPEG or TIFF from the menu of 20 formats to speed up the selection a little bit as compared to scrolling through the Format menu.
But it would be much easier to have a script that could bring up a modified version of the "Save As" dialogue box so that 'Save As' to JPEG format or 'Save As' to TIFF format could be executed very efficiently and without having to wade through the clutter of the 17 other file formats in the Format menu which I hardly ever use.
I have done a fair amount of web searching, including on ps-scripts.com, but so far without finding a good solution to this. Any help would be much appreciated.
Of course I have thought of creating an Action (with assigned keyboard shortcut) which saves to JPEG and another Action which saves to TIFF. However, the saved file then always ends up in one location and with the same file name, therefore often requiring the additional steps of renaming and moving the file.
Batch processing of Actions (perhaps in conjunction with the Image Processor script) is perfect for batches, especially for large batches but I was hoping for something quick and easy for saving files individually.
Thanks!
Geoff
P.S. I also tried finding a way of disabling all the 'Save As' file formats which I never use so that the 'Save As' format choices would be very few (i.e. 3 or 4 instead of 20) but have had no success there.

It's been awhile since I played with the saveAs function.
Pretty sure you have to type the file name in the save dialog
Here is a function I created for work.
I removed a lot of code from it that doesn’t pertain to this topic but the code should work
This might help you with a little more understanding and show how you can hard code where to save without even bringing up a dialog box
saveAsPNG( filelocation + filename )// usage
function saveAsPNG( where ){
               var tmpFile = File(where + '.png' );
               var pngOpts = new ExportOptionsSaveForWeb;
                    pngOpts.format = SaveDocumentType.PNG
               //     pngOpts.PNG8 = true;
                    pngOpts.transparency = true;
               //     pngOpts.interlaced = false;
                    pngOpts.quality = 100;
               app.activeDocument.exportDocument(tmpFile,ExportType.SAVEFORWEB,pngOpts);
          return true;

Similar Messages

  • PSE 8 - Don't get the option to SAVE AS to JPEG format

    When I open my raw files and make changes, and then try to SAVE AS to the JPEG format, I don't even get the option.  I only get a few options.  PSD, TIFF, PNG.  Any help would be appreciated.

    You've probably opened the file in the full Editor as 16-bit rather than 8-bit; JPEGs can only save in 8-bit.  Two ways to open it in the full Editor as 8-bit:
    - In the ACR editor, set Depth to 8-bit before opening the image in the full Editor.
    - In the full Editor, do Image > Mode > 8 Bits.

  • Photoshop CS2 won't save files in JPEG format

    I have Windows Vista and am using Photoshop CS2 Version 9.
    Until today everything was working fine, but there are two problems.
    1. Only today I have a limited amount of formats to save a .PSD file in:
    PSD, CIN, PDF, RAW, PNG, and TIFF.
    Whereas if I want to save a JPEG file per say as another format, I get the full list to choose from.
    2. If I choose a layer on an image, not all the filters show up that I can run it through. The 'Artistic, Brush Strokes, Pixelate, Sketch, and Stylize' are not clickable.
    Thank you.

    You slipped into 16 bit mode. Try going back to 8 bit.

  • How do I save my video in jpeg format so I can add picture to it and burn a DVD through Photo Explosion version 4

    How do I save my video in jpeg format so I can add picture to it and burn a DVD through Photo Explosion version 4

    LRP
    Thanks for the follow up.
    In Premiere Elements 13/13.1, your export choices are in the Publish+Share section of the project. There are several choices and sub-choices.
    Example: Publish+Share/Computer/and then a list of choices under that, such as, MPEG, AVI, AVCHD, XAVC-S, Windows Media, QuickTime, Image, Audio.
    And each has Presets which define the export settings. Adobe offers default settings which are usually optimized ones. But, it also allows you to customize the preset selected. You do that by clicking on the Advanced Button of the selected preset and customizing the settings under the Video Tab, Audio Tab, and, if applicable, Multiplexer Tab.
    From what you wrote, I thought that you might be asking about exporting a video with a video codec = Photo JPEG.
    To do that you would to to
    Publish+Share
    Computer
    QuickTime
    with Presets = either the one for 4:3 of 16:9 as appropriate for your project,
    and then clicking on the Advanced Button, and then the Video Tab under the Advanced Button.
    Then selecting Photo JPEG for the video codec field.
    Tip: The QuickTime choice is not seen unless you scroll down the list of Computer choices. Use the thin scroll bar to the right of the Computer choices.
    Please explore Premiere Elements 13/13.1's Publish+Share/Disc/DVD with standard or widescreen preset for your creation of the DVD-VIDEO on DVD disc.
    The Premiere Elements timeline destined for this choice could consistent of supported photos and or videos.
    Please consider.
    Any questions and need clarification, please do not hesitate to ask.
    ATR

  • Save for web as PNG-24 with slices is saving in JPEG format!

    Hello all.
    I'm using Photoshop Extended CS6 13.0.1 x64 and when I save for web as PNG-24, all the slices from the project, the final result are JPEG format pictures. I tried the same but exporting as GIF and it keeps saving as JPEG. I tried Save As instead of Save for Web and it works, but this way I'm not saving by slice and not for web.
    Any idea why this happens?

    Found the solution. I had to select all the slices.

  • When selecting Export- email medium jpeg I get a tiff format

    Mac OS X 10.6.8
    Aperture 3.2.4.
    When I use Export and select Email...
    Small jpeg     I get a  .jpg file format
    Medium jpeg   I get a .tiff file format
    Large jpeg   I get a .jpg file format
    I was using RAW format and exported Version.
    Any thoughts?

    Check the settings of the "Email Medium" setting.
    Select the "Email Medium" setting in the "Export" panel.
    Then switch the setting to "Edit". What is the setting of the "Image format" pop up panel? Does it show "Jpeg" or "Tiff"?
    If the format is set to "tiff", change it back to jpeg.
    Regards
    Léonie

  • Save image to a JPEG format?

    Dear All,
    1. I have a float array containing pixel values. From that array I want to create an image (let's say in JPEG format).
    How should I do that?
    2. If I get a TiledImage (JAI package), how should I save it using to JPEG format?
    thanks

    What about continuing in your other threads?
    http://forum.java.sun.com/thread.jspa?threadID=665934&messageID=3898160#3898160
    http://forum.java.sun.com/thread.jspa?threadID=665488&messageID=3896085#3896085
    http://forum.java.sun.com/thread.jspa?threadID=664605&messageID=3892317#3892317
    ...and you should never cross-post questions.
    /Kaj

  • How to save applet in image(gif/jpeg) format

    Hi there !
    how to save applet in image (gif/jpeg) format. i have just gone through JIMI package where serilization is there ,WHERE U CAN SORE in image format ...........can anybudy help me out.........if possible then pleeez provide me some example.
    Thanks in advan...........

    I think that is possible because i have seen some commercial applets that do that.
    -http://www.izhuk.com/painter/
    -http://www.lawrencegoetz.com/programs/signature/
    Thses two saves the image in the server since applets cant write in the host they are running. Maybe it would be possible whit JFS, i don't know.
    For now I am trying to store an image draw in the applet on my server.
    My idea now is copying the image to a buffer or something, open a connection to the server and receive the image with a perl CGI.
    There is an example with text:
    -http://java.sun.com/docs/books/tutorial/networking/urls/readingWriting.html
    I want to do something similar but with an image.

  • Is save for web in JPEG format lossless when quality is 100%?

    I am trying to figure out if I can reduce optimised JPEG sizes further than what Photoshop can offer.
    My boss has recently questioned whether the file sizes can be reduced using lossless JPEG's further than the sace for web function in photoshop.
    From what I can make of it, lossy is the option on GIF files, and therefore I am assuming that the optimisation is lossless for a JPEG at 100 percent quality and lossy when the quality is reduced?
    I just want to clarify that I am saving images for the web at the smallest size I can without losing too much quality.
    All the images I save are 450px wide @ 75 dpi, but vary in length from 800px high to 1500px high, but have to be saved under 100kb.
    Can anyone clarify the lossless and lossy in JPEG format in save for web?
    Thanks
    Ray

    As c. says above, JPEG is a lossy compression - there is no lossless JPEG.
    PNG 24bit offers lossless compression, that is it performs compression analogous to a zip archive, whereas JPEG works by (in extremely lay terms) building a new image that resembles the original.
    GIF and PNG exports let you reduce the number of colours to get better compression - there are fewer pixel differences to compress at 8bit colour depth. Hence a 16 colour PNG will have a vastly smaller file size than a 24bit PNG, and depending on the image may be much smaller than a similar quality JPEG.
    Depending on how far off your 100KB ceiling you are, you may be able to improve your file exports by cleaning up the source image - reduce noise and if possible explore exporting as 8bit pngs with fewer colours - avoid using diffusion or noise in the export options. Find the balance between acceptable file size and image quality... photographs tend to be the hardest thing to compress because there's so much detail data, especially in darker (low light) areas.

  • How can I save images as a bitmap instead of jpeg format?

    I would like to save images I find at web sites in bitmap format.
    However it seems only jpeg type format is the way firefox will let me save images. Is there a way to save images in bitmap format?

    Firefox will only save an image in the format that it is delivered in, it has no file type conversion capabilities.

  • How to save a photobook as pdf or jpeg format?

    how to save a photobook as pdf or jpeg format?

    Do you mean like a multi-page PDF?  As in, one photo per page? Or something else?
    You might get what you are looking for by exploring the options in iPhoto's Print (under the File menu) and then clicking the PDF button, and then Save As PDF.
    Without knowing more details about exactly what you are wanting to do, it's hard to know what else to suggest.

  • 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?

  • How do I save modified RAW images in JPEG format?

    Hi,
    I have several RAW images that I mass modified with the "Camera Raw" editor (I modified one and applied the changes to all other images). How can I now save the modified images as JPEG images? I know I could open each file in Photoshop and save it as JPEG there, but that would take A LONG time.
    Thanks for any pointers!
         Mark

    They have to be opened, one by one, before the adjustments are applied and the image files saved, but the process can be automated.  For instance through the already included Image Processor, or Image Processor Pro, also pre-installed, or through Actions and Droplets you create yourself.

  • Cannot save in jpeg format

    Hi,
    After opening a raw file in PSE editor it seems that I cannot save it in JPEG. The closest thing is JPG2000.
    I'd like to save a few files in JPEG since I use Qimage to print and it looks like Qimage does not recognice CS2 files.
    What am I missing here?
    Please help.

    You might be in 16 bit mode. switch your image to 8 bit and try again.

  • Changing JPEG to .psd or .tiff

    I am using iphoto 8 and elements 6..
    My photos are in JPEG format. I would like to edit and save them into Photoshop (.psd) or TIFF (.tiff). When I go to File--Save As and choose Tiff or Photoshop from the pull-down menu the photo disappears (I cannot find it in iPhoto or anywhere else).
    Want to change format/and edit photos in elements, then move them back to iphoto in new format..
    is this possible and if so how....
    thx much

    Never make any changes of any sort to the contents of the iPhoto library including saving photos directly into it - they must be imported
    If you what to change the format then do a save as in PSE and save to the desktop - import to iPhoto from there and delete the desktop copy (assuming that you are using the default referenced library - The iPhoto advanced preference to "copy imported items to the iPhoto library" is checked)
    LN

Maybe you are looking for

  • Apple Tv Mirror from iPad

    We are planing to go on a cruise very soon, and done some reading, but not 100% one 1 thing. If i load up my ipad 3 (the wifes got ipad 2) then connect up the Apple Tv via hdmi cable, would i be able to mirror whats on our ipads on the TV? The room w

  • OCI catalog in EHP4 Webdynpro screens

    Hi Folks, As of ECC6.0 it is possible to use an OCI compliant catalog from the PO and PR creation screen. Do any of you know how to anebla that in the "new" webdynpro screens for creating PO's and PR's either via business client or portal? Thanks in

  • TS3140 Unable to print Images

    When I create a document and add an image or when I recieve a dicument with an image on it, when I attemot to print it does.t print. ALL the writen/typed stuff is included but the image is eliminated!! How can I fix this?

  • Source compilation problems

    Hi, I'm trying to compile Solaris 8 sources. The build is failing at the time of compilation of a library. The following error appears - Text relocation remains referenced against symbol offset in file write                              0x1100      /

  • Development Backup Problem

    Hi All, In Devemopment server not backuped well. It done via BRTools but DB13 actions not working. Tape was not initialize. We have error : " No Action Log found in this Action" Pls give me any reference to solve this problem. Regards, Senthil