• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

IE 5.5 and 6.0 - Saving Images - BMP only

 
Ranch Hand
Posts: 3695
IntelliJ IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've googled and been to annoyances.org. I've seen (surprisingly?) very few references to this problem.

If I right click and image and 'save as...' I only get the option to save as BMP, no matter what format the picture actually is.

Some places describe a -1byte file size problem. Indeed when I right click our friend the moose, I see that the file size is 18817 bytes, and I can save it as a gif. But anything with "File Size Not Available" gets only the BMP option.

This turns out to be lots of images, included any Hotmail attachments!

Anyone else experience this and know the solution?

And yes... there ARE other browsers.
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I never heard of it, could it be a setting? not sure...
 
Ranch Hand
Posts: 2596
Android Firefox Browser Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Looks like lot of ppl are facing this problem recently...
Have a look at these articles and see if they are of any help -
http://support.microsoft.com/directory/article.asp?ID=KB;EN-US;Q260650
http://support.microsoft.com/default.aspx?scid=kb;EN-US;250747
HTH,
- Manish
 
Ranch Hand
Posts: 4716
9
Scala Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
if you go ahead and save the file as .bmp can you look at it? is it a "good" file? if so 9its an annoyance is all. what do you expect from MS? :roll:
 
Sheriff
Posts: 9109
12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You could save it as a bmp, open it in Paint or another image app and save it as a different file format (jpg for example).
 
reply
    Bookmark Topic Watch Topic
  • New Topic