Click to See Complete Forum and Search --> : Saving image bmp/gif
August 9th, 1999, 04:43 PM
Can someone possibly tell me how to do this or what the problem is: I have an image on my program, i can save it as .bmp .gif or .jpg, but when i save it as all 3 (3 differnt files) they are all turn out the same file size. i.e. when i save a .gif or .jpg in my real paint program they are always half the size of .bmp files. Can someone tell me how to save .gifs at a much smaller size? I am soory if this is hard to understand i have been up all night. Thanks
Chris Eastwood
August 10th, 1999, 03:57 AM
I think you'll find that although you are saving your bitmaps with an extension of GIF, JPG etc, you'll still be saving them in the BMP format. (Unless there's something you aren't telling us).
In order to convert the files, you'll need a file-conversion routine. You can either find one on the net (search this forum for GIF, JPG and conversion), or write one yourself.
Chris Eastwood
CodeGuru - the website for developers
http://www.codeguru.com/vb
August 10th, 1999, 11:07 PM
Wow, ok that makes sence. Yea, your right I was just saving the extention *slaps head*. I just spent a few hours searching all over the web and i did find a bmp to jpg sample that works, but what i need exactly is bmp to gif, and no one seems to have one. It seems everyone needs that but its no where to be found other than in a ocx I found that was shareware. I'm sure i cant write somthing like that, and clues on where to find a bmp to gif conversion sample? Appreciate it much.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.