Page 1 of 1

All kind of lossless image compression

Posted: Sun Jul 03, 2016 8:26 pm
by useratxnview
Hello, tell me please all possibilities to LOSSLESSLY compress image using NConvert.

So, input data are:
1. I have image in BMP file format, let's it be "testimage.bmp" (8bpp or 24bpp).
2. My operation system is Windows and I need all actions be executed from the command line.
3. I have downloaded NConvert from http://www.xnview.com/en/nconvert/
4. I run "cmd.exe", do "cd" to NConvert directory.

I need to perform all possible types of LOSSLESS image compression, that NConvert do provide. At least I need:
- JPEG-LS;
and I have found another software to compress in (but I would like to know HOW TO compress with NConvert too):
- JPEG2000,
- PNG.

Questions. Please, specify command lines "how to achieve my goal".

Re: All kind of lossless image compression

Posted: Mon Jul 04, 2016 9:08 am
by xnview
JPEG-LS is only in reading

Code: Select all

nconvert -out jp2 -q 100 testimage.bmp

Code: Select all

nconvert -out png testimage.bmp

Re: All kind of lossless image compression

Posted: Tue Jul 05, 2016 9:19 pm
by Sprintdriver
Isn't webp format supported?

It too provide losseless compression, often with smaller files than png's 8)