Re: Decompressing data that was compressed using JPEG style compression
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
On Mar 31, 2:18 pm, Andrew Falanga <af300...@xxxxxxxxx> wrote:
Hi,
I have a need to read out data that was compressed using the JPEG
compression algorithm. Is there anything, e.g. in the System.Drawing
library, that I can use to decompress this data?
Thanks,
Andy
Hi,
I'm not sure of it. IIRC jpeg has a header with metadata about the
image. In your case (just a chunk of dynamic data) do not have this
info.
Of course, you can always implement it , it's not that difficult after
all
.
Relevant Pages
- Re: Data compression
... And if it can take loss, then the question is whether the loss ... JPEG or JPEG2000 are two options. ... However, you will observe quality degration, higher for JPEG, a bit ... compression algorithm is zero, because it is then provably lossy. ... (comp.compression) - Re: Better JPEG standard due in 2009
... JPEG uses 8-bit encoding that provides 256 gradations, ... use 16 bits or more for finer distinctions and more editing flexibility. ... compression algorithm that provides either twice the image quality as ... JPEG at the same file size, or half the file size for the same quality, ... (rec.photo.digital) - Re: Better JPEG standard due in 2009
... JPEG uses 8-bit encoding that provides 256 gradations, ... use 16 bits or more for finer distinctions and more editing flexibility. ... compression algorithm that provides either twice the image quality as ... JPEG at the same file size, or half the file size for the same quality, ... (rec.photo.digital) - Better JPEG standard due in 2009
... JPEG uses 8-bit encoding that provides 256 gradations, ... use 16 bits or more for finer distinctions and more editing flexibility. ... compression algorithm that provides either twice the image quality as ... JPEG at the same file size, or half the file size for the same quality, ... (rec.photo.digital) - Re: Is compact flash airport-safe?
... > probability event -- there isn't much metadata in a JPEG or even RAW ... > An SEU mid-stream can cause the decoder to lose sync, ... > chunk only effects that chunk, though the visible result is from that ... and FAT-16 is a modern file system? ... (rec.photo.digital.slr-systems) |
|