Why Save Images as .bmp?

Just looking at all my project folders, we have hundreds and
hundreds of screen captures that are .bmp format.
I did my own test saving the same screen capture in different
formats - .bmp, .jpg, and .gif.
Results: .bmp is 955 KB, .jpg is 76 KB, and .gif is only 18
KB.
With all these images being published to our server, I was
thinking it must be important to optimize images or else I would
think this could affect how quickly the pages load once online.
As a general rule, shouldn't all the screen captures be saved
as .gif? If so, why is the default for RoboScreenCapture set to
save as Windows Bitmap?
thanks!

Graphics Tips for browser-based Help Guides.
============================================
For any web-based application, whether web sites or Help
projects, try to minimise file sizes for quick download speeds, and
optimising image sizes can make a significant differnce. for screen
shotes, I strongly recommend kind of graphics package to reduce the
number of colours. I use Paint Shop Pro, but there are many others
on the market. (Sorry, MS Paint doesn't do what you need.)
Which Image Format?
===================
BITMAP
These cause HUGE file sizes, and you should never need to use
them. I just took a simple 980x530 screenshot of some text in MS
Notepad, and this created a 1.5 Mb file, compared with 114 Kb for
JPG and 28Kb for a GIF. ('Nuff said?)
GIF
For screen shot images, diagrams or line drawings, use GIF
format. This works best where there are areas of solid colour and
sudden changes of colour where you have lines, boxes and text
superimposed upon it.
The GIF format is limited to 256 colours, so you will need to
reduce the number of colours in your favourite graphics package.
Reduce colours using the 'Nearest Colour' method; do not use 'Error
Diffusion', which makes a larger file size. The result is a clear
image and compact file size. Where possible, reduce the number of
colours as far as you can, consistent with retaining good
appearance. If you can reduce an image as far as 16 colour GIF,
this will give you the smallest file size.
DON'T use GIF for photographs because of the bands of colour
that show across the photo, which it tries to fit into a 256 colour
palette.
JPG
JPG is optimised for photographs, where there are gradual
changes in shade and colour.
DON'T use JPG for screen shots because you end up with a
larger file size and a 'gritty' appearance, as JPG tries to resolve
the suddent transition between background white and solid black for
text, for example. (See file sizes of example above).
PNG
NEVER use PNG format in RoboHelp because it makes RH unstable
and cause crashes. Trust me, I know: it has cost me many man-days
downtime over the years, caused by restarting from crashes and
tracking this bug down.
TIP for smaller screen shot file sizes
======================================
In Windows XP, switch off the default "smooth edges of screen
fonts" feature, as follows.
1. Desktop > right-click > select Properties.
2. Select the Appearance tab, and click on the Effects
button.
3. Clear the checkbox "Use the followng method to smooth
edges of screen fonts".
Depending on the screen shot, you can save up to 40% of a
finished GIF file size.
Hope this is useful!
Best wishes.

Similar Messages

  • Save Image ..why is it missing from Firefox when IE has it ?

    Such a fundamental thing to have as the ability to save an image is missing from Firefox and as I have gone over to Firefox from IE I am dumbfounded as to why Mozilla fails to feature this. Why is this ? I have the add on but you get 'save images from current tab', when right clicking on an image that has launched on screen after clicking on a thumbnail, and you end up with hundreds of images, every damn bit of the webpage, the big image is indistinguishable from its thumbnail and every image has to be looked at and discarded until one finds the bigger versions. Who in their right mind would want every little bit of a webpage ? The large images look the same as the thumbnails and each one has to be enlarged to see if its the big image or not.
    A task that took seconds in IE takes half an hour.
    Can we see Firefox catch up with IE6 for image saving ?

    Having now tried another website, where images do not have thumbnails, I have 'save image as', though the dropdown window is empty, no options on file type, its those where clicking a thumbnail sees a new window appear, rotating dots then the image occurs. No save image as, only the save image plugin which proceeds to capture everything. Trying IE on this I see also no save image option, so I guess its the website not Firefox. I shall have to use printscreen button I guess.
    I dont know why the dropdown combobox gives no options of file type, IE6 didnt have much but jpg or bmp was offered.

  • Drag an image to the desktop saves as a bmp file

    dragging an image from a webpage to Windows Explorer or compliant program (xplorer2 or Zoner, or FastStone Image or desktop etc) saves as a .bmp file (mostly!). Invariably *.bmp files are large files and since the original format would be jpg or png I have to convert back to these formats.

    It’s the single worst feature of Firefox Mozilla.
    What the point of having private browsing if this is going on.
    You find the files in (user name)/appdata/local/temp
    its a hidden folder. when i looked i 3gigs of bmp files
    that not cool at all!! gerrrrrrrrrrrrrrr

  • Couln't  save a buffered image as BMP with java 1.4

    Dear friends,
    I tried to save a buffered image as BMP with java 1.4. When I run the program ,it executes sucessfully, but no image wasn't created. When I tried the same code with java 1.5 got the right result.
    This is the code I have written.
    public static void saveBMPFile(BufferedImage bufferredImage, String fileName) throws Exception{
              // TODO Auto-generated method stub
              try {
                   Iterator iter =
                        ImageIO.getImageWritersByMIMEType("image/bmp");
              // Get first writer
                   if (iter.hasNext()) {
                        ImageWriter writer = (ImageWriter) iter.next();
                        ImageWriteParam iwp = writer.getDefaultWriteParam();
                        iwp.setCompressionMode(ImageWriteParam.MODE_EXPLICIT);
                        iwp.setCompressionType("BI_RGB");                    
                        FileImageOutputStream fios = new FileImageOutputStream(new File(fileName));
                        writer.setOutput(fios);
                        IIOImage image = new IIOImage(bufferredImage, null, null);
                        writer.write(null, image, iwp);
                        bufferredImage.flush();
                        fios.flush();
                        fios.close();
         } catch (Exception e) {                 
         throw e;
    please help me to find its solution.
    thanks & regards
    K P Jyothish

    Please use code tags http://forum.java.sun.com/help.jspa?sec=formatting
    I can see no else for "if (iter.hasNext()) {", so if no encode is found, no error message would be displayed.

  • Why can I not save images?

    starting today, I can no longer download images with the save image as option. Most of the time, save image as, is not an option in the list. Most of the time there is a really long menu when i right click on an image. Something is stopping me from downloading images. I believe the problem is with Firefox because, I can still download pictures in the IE browser. Any idea what may have changed and why? I need to download images for my work. I am in so much trouble right now because, I can't get my work done.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Why I cannot save image to camera roll after updated iOS 8.3 ?

    My iPhone6 was updated iOS 8.3 last Friday (2015/04/10) morning.
    After updated I found my iPhone sometimes cannot save image from any applications.
    At first it cannot save pic from Twitter and Tweetlogix. They said I had to change setting in Seeting>Privacy>Image and click allow button to save pic. After I did that it still didn't work, so I had to restart my iPhone and wait for 5-10 minutes to save pic.
    Not only saving pic from apps, but it cannot saving after taking pic too.
    I think iOS 8.3 is not stable. But it looks like only mine that got this problem so I ask if there is any way to solve this problem.

    OMg!!i had the same problem like just now and what I did was I went to settings, went to reset and then I only rest the location and when I went to google again, they asked me if I wanted to use my current location and I said yes and then I tried o save a pic and they asked me of they can access my pics and u have to say yes
    HOpe I helped

  • Cant export large satellite image in BMP format

    I loaded a satellite  image stored in TIFF format 35681x16716 x 24 bits per pixel
    I wanted to convert it to BMP but when I want to save as there was no such option why?
    There wasn't PNG either. GIMP a free software program was able to load the TIFF and export as PNG
    CS5 cant even do that.  But GIMP could not export to BMP as it died on export.
    So my question is how do I get this to work? How do I export this huge image to BMP?

    I wanted to convert it to BMP but when I want to save as there was no such option why?
    Because all image formats are constrained in some way and PS in particular will not save/ export anything beyond 32000 pixesl to those legacy formats, even if they may in theory allow more. It simply can't be done.
    Mylenium

  • TWO CRITICAL BUGS: 1) File, "Save Page As" and 2) right-click the picture and select "Save Image As", both do not work at all in Firefox 27, 28, and 29!

    Note: capitals are used only to highlight important words.
    PLEASE, TAKE THESE COMMENTS ON TWO CRITICAL BUGS VERY SERIOUSLY BECAUSE THE BUGS DESCRIBED BELOW ARE SO CRITICAL THAT I CANNOT USE THE LATEST VERSION OF FIREFOX UNLESS THEY DO NOT APPEAR IN THE LATEST VERSION AND THEREFORE I AM FORCED TO REVERT BACK TO FIREFOX 26.
    I have Windows 7 64-bit and Firefox 26. I could not install Firefox 27, 28, and 29 due to the persistent presence of the two critical bugs described below. I have 8 GB of RAM and an Intel quad-core processor and a lot of hard disk space available.
    I installed Firefox 27 and then Firefox 28 a while back and these two bugs described below were still present and now I have just checked again with Firefox 29 by installing it and yet again, these two bugs described below are present!! UNBELIEVABLE THAT THESE TWO CRITICAL BUGS ARE STILL PRESENT IN FIREFOX 29 WHEN I CLEARLY INFORMED YOU ABOUT THEM IN THE HELP, SUBMIT LINK OF FIREFOX!!
    I am forced to revert to Firefox 26!
    First, I use Windows 7 64-bit and I always use Firefox with at least 120 tabs opened. BUT I have 8 GB of RAM, an Intel core i7 quad-core processor and more than 1 TB of hard disk space. Consequently, I do not understand why I would have these two critical bugs.
    With Firefox 26, I also have at least 120 tabs opened when I start Firefox and I do not have the two critical bugs described below, therefore I do not believe that the number of tabs is the reason of the two critical bugs that are present in Firefox 27, 28, and 29.
    ---FIRST CRITICAL BUG:
    When I open ANY web page and do File, "Save Page As", the window that is supposed to open to locate the folder where I want to save this web page does NOT open at all, even if I wait a long time to see if it opens.
    Same problem happened with Firefox 27, 28, and now 29!! When I reverted back to Firefox 26, this problem did NOT happen anymore!
    ---SECOND CRITICAL BUG:
    When I use Google Images, for instance entering model in the search field of Google Images and then pressing enter.
    Then I select any picture, open to a new tab this selected picture, then open a new tab by selecting the option View for this picture. Then right-click the picture and select "Save Image As".
    Again, the window that is supposed to open to locate the folder where I want to save this picture does NOT open at all, even if I wait a long time to see if it opens.
    Same problem happened with Firefox 27, 28, and now 29!! When I reverted back to Firefox 26, this problem did NOT happen anymore!
    ---THESE TWO CRITICAL BUGS DO NOT APPEAR WHEN I USE INTERNET EXPLORER 11.
    I have no idea if you will be able to reproduce these two critical BUGS but I can assure you that they are not present when I use Firefox 26 and they are present when I use Firefox 27, 28, and 29. More, be aware that I have at least 100 tabs opened but I also have this same number of tabs opened in Firefox 26 and yet I do not experience these two critical bugs when I have Firefox 26!
    Once again, these two bugs touch at two vital, critical very basic functions of Firefox and therefore I will NOT be able to use any version above 26 if these two bugs are still present, as they are present in Firefox 27, 28, and now 29!!!
    Please, make it a priority to solve these two critical bugs. Thanks.
    I did read a post related to the same issues “Firefox stops responding when trying to "save page" or "save image" | Firefox Support Forum | Mozilla Support” at https://support.mozilla.org/en-US/questions/991630?esab=a&as=aaq
    I am still reading it again to try to figure out exactly what the person did to make his problems be solved, as the post is not clear at all on what solved the problems!
    In any case, all the suggestions proposed in this post do not work and I surely cannot do a system restore when it is obvious that the two bugs do not appear in Internet Explorer.

    First, I sent an email to the author of PhotoME to inform him of the serious issues his addon caused with Firefox latest versions.
    Now, for those of you who do not have the PhotoME addon and yet experience the same problem that I had and that I described above, I suggest the following strategy.
    As PhotoME did cause these problems with Firefox latest versions, I am pretty covinved other addons probably might cause these problems too. Therefore, adopt the following method.
    Test one addon at a time to see if this particular addon is behind your Firefox issues like the ones I had.
    So, disable one addon only at a time. Then close your Firefox and restart it from scratch and see if you still have your Firefox problems. You must restart the Firefox browser from scratch. If you still have these Firefox problems, re-enable the disabled addon, restart your Firefox (again!) and repeat the same method for every single addon that you have.
    Try to be selective by choosing first addons that are more likely to cause your Firefox problems such as not very well-known or not very popular addons (like it was the case for the PhotoME addon).
    If this method works or if it does not work, report it on this web page so that others can be helped with your comments.
    I hope this method will help you because I was really upset that I had these Firefox problems and I first thought it was the fault of Firefox, only to discover later that this PhotoME addon was the culprit and had caused me such upset.

  • Downloading images used to go automatically to the last folder used to save images, even when reopening Firefox. In just the past few days, possibly coinciding wih the most recent updates, the folder defaults to the 'Downloads' folder. This is most annoyi

    Downloading images used to go automatically to the last folder used to save images, even when reopening Firefox. In just the past few days, possibly coinciding wih the most recent updates, the folder defaults to the 'Downloads' folder. This is most annoying. What happened? Internet Explorer 8.0 did the same thing. This was one of the reasons why I started using Firefox to download all images. I went into Tools>Options and it only lets me set another folder. I dont want to set a specific folder I want it to always go to the last folder used. So what gives?
    == This happened ==
    Every time Firefox opened
    == possibly when the most recent updates were installed, a few days ago

    Thanks jscher 2000. I guess I didn't make it clear. "It restarts with all the addons activated, and resumes with the tabs that were open before closing it." IE, it's running fine now with all the extensions activated. Everything is OK now.
    So something in the Firefox code was causing the bad behavior. It's not essential that I find out what the problem was - I'm just curious. And if anybody else has this same problem, it might be nice to have it corrected at the source.

  • How to convert JPG image to BMP ? (Printing jpg images in smartforms from content server)

    Hi,
    We have employee photos(JPG Format) stored in Content server. And now we want to print the photos in smartforms. For this I had written the below code to read the photo from content server in binary format as below.
    REPORT ZTEST1.
    PARAMETERS P_PERNR TYPE PERNR_D.
    DATA: PS_CONNECT_INFO TYPE TOAV0,
          IT_BINARY TYPE TABLE OF SDOKCNTBIN.
    CALL FUNCTION 'HR_IMAGE_EXISTS'
      EXPORTING
        P_PERNR                     = P_PERNR
    *   P_TCLAS                     = 'A'
    *   P_BEGDA                     = '18000101'
    *   P_ENDDA                     = '99991231'
    IMPORTING
    *   P_EXISTS                    =
       P_CONNECT_INFO              = PS_CONNECT_INFO
    * EXCEPTIONS
    * ERROR_CONNECTIONTABLE       = 1
    *   OTHERS                      = 2
    IF SY-SUBRC <> 0.
    * Implement suitable error handling here
    ENDIF.
    IF PS_CONNECT_INFO IS NOT INITIAL.
      CALL FUNCTION 'SCMS_DOC_READ'
        EXPORTING
       STOR_CAT                    = SPACE
       CREP_ID                     = PS_CONNECT_INFO-ARCHIV_ID
          DOC_ID                      = PS_CONNECT_INFO-ARC_DOC_ID
    *   PHIO_ID                     =
    *   SIGNATURE                   = 'X'
    *   SECURITY                    = ' '
    *   NO_CACHE                    = ' '
    *   RAW_MODE                    = ' '
    * IMPORTING
    *   FROM_CACHE                  =
    *   CREA_TIME                   =
    *   CREA_DATE                   =
    *   CHNG_TIME                   =
    *   CHNG_DATE                   =
    *   STATUS                      =
    *   DOC_PROT                    =
    TABLES
    *   ACCESS_INFO                 =
    *   CONTENT_TXT                 =
       CONTENT_BIN                 = IT_BINARY
    * EXCEPTIONS
    * BAD_STORAGE_TYPE            = 1
    *   BAD_REQUEST                 = 2
    *   UNAUTHORIZED                = 3
    * COMP_NOT_FOUND              = 4
    *   NOT_FOUND                   = 5
    *   FORBIDDEN                   = 6
    *   CONFLICT                    = 7
    * INTERNAL_SERVER_ERROR       = 8
    *   ERROR_HTTP                  = 9
    * ERROR_SIGNATURE             = 10
    *   ERROR_CONFIG                = 11
    *   ERROR_FORMAT                = 12
    * ERROR_PARAMETER             = 13
    *   ERROR                       = 14
    *   OTHERS                      = 15
      IF SY-SUBRC <> 0.
    * Implement suitable error handling here
      ENDIF.
    ENDIF
    Now the issue is I want to convert that binary data to bitmap image and upload the same in to SE78. So that I can use that BMP image from SE78 in my smartforms.
    I had used the class CL_IGS_IMAGE_CONVERTER to covert the image into bmp but it is giving error that error in IMAGE DATA CORRUPT & Error Code 3. The conversion code used is as below.
    ******* CONVERT THE JPG IMAGE INTO BMP PHOTO. **********
      DATA: L_IGS_IMGCONV TYPE REF TO CL_IGS_IMAGE_CONVERTER,
    L_IMG_BLOB    TYPE W3MIMETABTYPE,
    L_IMG_SIZE    TYPE W3PARAM-CONT_LEN,
    L_IMG_TYPE    TYPE W3PARAM-CONT_TYPE,
             L_IMG_SUBTYPE TYPE W3PARAM-CONT_TYPE,
    L_IMG_URL     TYPE W3URL,
    L_ERR_CODE    TYPE I,
    L_ERR_TEXT    TYPE STRING,
             P_DEST TYPE CHAR32 VALUE 'IGS_RFC_DEST'.
      DATA: G_IMG_BLOB     TYPE W3MIMETABTYPE,
          G_IMG_TYPE     TYPE W3PARAM-CONT_TYPE,
          G_IMG_SIZE     TYPE W3PARAM-CONT_LEN.
      IF NOT IT_BINARY[] IS INITIAL.
        G_IMG_BLOB[] = IT_BINARY.
        CREATE OBJECT L_IGS_IMGCONV
          EXPORTING
            DESTINATION = P_DEST.
        CALL METHOD L_IGS_IMGCONV->SET_IMAGE
          EXPORTING
            BLOB      = G_IMG_BLOB
            BLOB_SIZE = G_IMG_SIZE.
        CASE PS_CONNECT_INFO-RESERVE.
          WHEN 'TIF'.
            G_IMG_TYPE = 'image/tiff'.
          WHEN 'JPG'.
            G_IMG_TYPE = 'image/jpeg'.
          WHEN 'PNG'.
            G_IMG_TYPE = 'image/png'.
          WHEN 'GIF'.
            G_IMG_TYPE = 'image/gif'.
          WHEN 'BMP'.
            G_IMG_TYPE = 'image/x-ms-bmp'.
          WHEN OTHERS.
            EXIT.
        ENDCASE.
    L_IGS_IMGCONV->INPUT  = G_IMG_TYPE.
        L_IGS_IMGCONV->OUTPUT = 'image/x-ms-bmp'.
    *    PERFORM GET_SIZE USING PICTURE_CONTAINER
    * L_IGS_IMGCONV->WIDTH
    * L_IGS_IMGCONV->HEIGHT.
        CALL METHOD L_IGS_IMGCONV->EXECUTE
          EXCEPTIONS
            OTHERS = 1.
        IF SY-SUBRC IS INITIAL.
          CALL METHOD L_IGS_IMGCONV->GET_IMAGE
            IMPORTING
              BLOB      = L_IMG_BLOB
              BLOB_SIZE = L_IMG_SIZE
              BLOB_TYPE = L_IMG_TYPE.
          SPLIT L_IMG_TYPE AT '/' INTO L_IMG_TYPE L_IMG_SUBTYPE.
        ELSE.
          CALL METHOD L_IGS_IMGCONV->GET_ERROR
            IMPORTING
              NUMBER  = L_ERR_CODE
              MESSAGE = L_ERR_TEXT.
          BREAK-POINT.
        ENDIF.
      ENDIF.
    ENDIF.
    So could you please some one help me how to convert JPEG Photo to BMP programatically.
    Regards,
    Mayur.

    johnandersonpalmdesert wrote:
    My printer is requesting a vector file.
    Jpeg File format does not support vectors.  Photoshop has limited vector support and tools.  Photoshop can not save vector file formats like SVG.  What File type does your printer want?
    Adobe Illustrator is Adobe vector application.

  • Save Image works only about 50% of the time

    When I control-click on an image, then select Save Image As ..., it works sometimes but about half the time it doesn't.
    I've learned that even if "Save As: JPEG Picture" is checked off, I still have to manually type in ".jpg" or the image will be saved as a text file. So I know that's not the problem.
    I've tried saving to Desktop, Documents, Home > Pictures, and others but when I cannot download an image nothing seems to make a difference.
    I suspect I am overlooking something very basic but as of now I don't know why I cannot download images half the time.
    Any suggestions?
    Many thanks,
    Mark

    Are you talking about images in your Safari browser? If so just click and hold on the image in the browser window and drag it to your Desktop and drop it. Done. If you are collecting a bunch of images at one time, make a folder on the Desktop, name it for the images or web site or topic, drag 'n drop onto the top of the folder. Done. Very very rarely I run into something that can't be gotten that way, but something that is that locked up can't be gotten by any normal means either. In which case, just take a screen shot with Command-Shift-4 and drag the crosshairs to select the image.
    Francine
    Francine
    Schwieder

  • Save Image in ACR 5.6 vs. Open/Save from Photoshop CS4

    Apologies in advance if this turns out to be cockpit error. Recently started shooting again, after a long hiatus, and boy there have been some changes over the past few years. I feel like Rip Van Winkle.
    Was used to early versions of ACR with CS2 and thought I was doing just fine finding my way around a new PC using ACR 5.6 RC with Photoshop CS4, when I processed my first shoot using the two. Followed my old/usual raw workflow with Photomechanic selects -> Bridge -> batch processing with Photoshop, when I noticed the JPEGs PS was saving from my PS Action didn't reflect adjustments I had set in ACR/Bridge.
    The Action was pretty simple, just did an open, a few simple adjustments, profile/mode conversion, and a save as JPEG. I tried running the Action two different ways, once from Bridge and once directly in PS, and got the same result.
    Scratching my head (this stuff used to work fine), I opened all the images into ACR from Bridge, clicked Select All, then clicked Save Images, and saved them as JPEGs into a folder. This worked, where each JPEG written reflected the crop, WB, exposure/brightness, contrast/black settings I had made through ACR/Bridge.
    Any idea what I've overlooked? I tried this using both 32-bit and 64-bit PS. The PC is running Win7 RTM x64. The camera body is a Canon 7D, which is why I installed ACR 5.6 RC. I'm otherwise really tickled with everything. Nice to see the progress made by everyone in the industry while I was away. Thanks in advance...
    -David

    Dr. Powell wrote:
    Any idea what I've overlooked?
    If you are running an action during a Batch operation you need to be sure that either you DON'T record ad Open step and select Suppress File Open and Color Profile Warnings in which case the Camera Raw settings in play for a given image will be processed in or make sure you _DO_ record an open step making sure you select the correct workflow settings (color space, resolution, etc) but without making ANY adjustments while recording the open step and make sure you've selected the Override Action Open Command...
    It's confusing until you understand what it is your are or not recording...
    When you record a an open step while selecting the Workflow settings and NOT making any image adjustments all you are recording is the workflow settings. Then in Batch you tell the Batch to ignore the Open command and only use the Workflow settings...
    Otherwise you don't actually need to record an explicit open step...you won't have any absolute control over what Workflow setting are in play-but since the Workflow settings are sticky you can open an image to double check the settings and click Done and then you've set the Workflow settings manually (not in an action).
    The other oddity when recording an open action step in Photoshop is that the actual command to open must come from Photoshop...this may seem simple but it's not. I keep a spare raw file on the desktop so when recording an Open action I can start in Photoshop and turn on recording then drag & drop the raw file onto my Photoshop Icon to make sure Photoshop is opening the image then click to set the Workflow settings and specifically do NOT make any other image adjustment steps (they would also be recorded) and continue with the Open, then whatever other steps you need to add before recording the Save and Close steps (yeah, same tricky deal on the end with the Save As recorded and the Override Action Save As Commands...
    If all of the above makes your eye's glaze over (the best time to learn how to do this stuff is NOT when you are under the gun or a deadline) I suggest you try using Image Processor...easier to set up and learn, not nearly as powerful as a Batch Action though...

  • Safari 6.0.5 Mac won't "SAVE IMAGE AS" jpegs from web pages

    Hi. Trying to figure out what has changed here.
    In the past, when I've located a specific graphic on a web page — say, a .png or .jpg file through a Google image search in Safari — I could right click and choose "SAVE IMAGE AS" and download the image to my desktop.
    No more.
    Now Safari insists on appending ".webarchive" to the end of the file (for example, "image.jpg.webarchive" or "image.png.webarchive"), but won't let me download it. I tried to "SAVE IMAGE AS" a file called 27.png from a web page, for example, and got this error message:
    If I try to remove the ".webarchive" extension, I get this error message:
    I used to be able to simply right click an image, select "SAVE IMAGE AS" and save .jpg and .png files to my desktop. It still works that way in Firefox.
    I am not looking for workarounds or other ways to do this, as I have spent many years doing it this way and it has become habit; I am trying to find out how I can get the old Safari behavior back. Any ideas on why this behavior changed in Safari and how I can revert?

    @andyBall_uk
    Inexplicably, it is now working as it should. I don't get it, but I am not going to question it. I tried to figure it out for an hour, then read your reply, did the duck search you linked to and had no trouble "SAVING PICTURE AS" in .jpg form. It now works on the original images I was trying to download as well. I did not close or open Safari, nor did I restart my computer.
    I'm just going to go ahead and say that you fixed whatever was wrong. Nice work!

  • Can't save image, error message ???

    Hi, I'm trying to save a pdf image in photoshop, as I always do, hitting command S, or going to file-save. I keep getting an error message saying "could not save "x" file because the file is already in use or was left open". Well duh, of course it's in use, I'm working on it.
    Anybody know what's going on here? Am I missing something?
    Thanks!!
    Eric

    Thank you! I'll give it a try!
    Date: Sun, 16 Aug 2009 15:31:32 -0600
    From: [email protected]
    To: [email protected]
    Subject: can't save image, error message ???
    happens once in a while not sure why try a save as and over write the file now make changes and do a save and see if it works.
    If does not I would reset the preferences or trash the settings folder.
    >

  • How can i save images in my pc without redownloading from net? windows 7 64bit + last vertion of firefox

    I do right-click on the loaded and displayed image on browser and select "Save Image As" and locate the address to save and click on save, but i see that image start to redownload and save in my pc, but why?! why redownload?! please help me to save instantly from cached data in firefox

    You can look at this extension:
    *Save Images: https://addons.mozilla.org/firefox/addon/save-images/

Maybe you are looking for