August 4th, 1999, 08:28 PM
How can i compress an images size like a .gif or .bmp without losing the picture or its quality? Anyone?
|
Click to See Complete Forum and Search --> : image compress August 4th, 1999, 08:28 PM How can i compress an images size like a .gif or .bmp without losing the picture or its quality? Anyone? Peter Moor January 29th, 2001, 05:16 AM I don't think that's possible. What you can try, is: reducing a picture with paintpicture just throws away a lot of pixels. For example, if the size becomes the half, then one on two pixels in a row will be deleted. Instead, you can make a source code which looks at both pixels and makes one new pixel what's in between. But when you then enlarge the picture, it's still not the good quality... I think you should just look for a way to save gif or jpg, which is much smaller than bmp. Peter Moor codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |