Re: Compression of very large images



thank you all for your resposes

I would like to specify that i need to decompress all the image
completely every time. What I mean is that I am kinda familiar with
PAQ code and that i'm not really a newbie in compression. I'm open to
either lossless or lossy compression. I read about a lot of lossless
image compressors (bmf,calic,etc) but these are old (it could be also
that my sources aren't good). So I was wondering if it is possible to
have a better compression than JPEG2000 using, I don't know, maybe a
PAQ specific adaption algorithm. That can take time to compress but
that is faster to decompress and I mean a lot faster. I know about the
AnalogModel(for audio,bmp,etc) in PAQ but I'm not sure how it works.

.



Relevant Pages

  • Re: Compression of very large images
    ... > PAQ code and that i'm not really a newbie in compression. ... > either lossless or lossy compression. ... > that is faster to decompress and I mean a lot faster. ...
    (comp.compression)
  • Please recomend on a compression
    ... The guidelines are: ... Lossless ... Good compression. ... While the decompress should be very very fast I can alow a very slow ...
    (comp.compression)
  • Re: [PATCH] init: bzip2 or lzma -compressed kernels and initrds
    ... Compression is slowest. ... The kernel size is about 33 per cent smaller with lzma, ... I guess this is done on the internal hard disk of the laptop (this is ... disk, decompress, write to disk. ...
    (Linux-Kernel)
  • Re: zlib and zip files
    ... I need to decompress zip archive. ... The zlib module is for reading and writing the gzip compression format, used by the gzip program; it is not the same as a zip archive a la PKZip. ... The zipfile module will let you read and write zip archives. ... The gzip compressor and decompressor can work on the fly, but the format that it produces is a bit other than the format of compressed data zipfile. ...
    (comp.lang.python)
  • Re: copyng large compressed files
    ... buffer. ... transparent compression. ... To read a file you need to decompress it. ... overhead of decompress. ...
    (comp.lang.java.advocacy)