Code Comments
Programming Forum and web based access to our favorite programming groups.Is there a file format which can save a JPEG as uncompressed. Does a BMP or a PPM file perform this task? -Jackson
Post Follow-up to this messageHi, > Is there a file format which can save a JPEG as uncompressed. Does a > BMP or a PPM file perform this task? "JPEG uncompressed" is just an image. You need to represent it someway. Asuming that you want some kind of lossless format (unlike JPEG), then BMP and PNM (of which PPM is just one "flavour") are popular choices. So long, Thomas
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.