![]() |
![]()
| ![]() |
![]()
NAMEj2k_to_image - This program reads in a jpeg2000 image and converts it to another image type. It is part of the OpenJPEG library. Valid input image extensions are .j2k, .jp2, .j2c, .jpt Valid output image extensions are .bmp, .pgm, .pgx, .png, .pnm, .ppm, .raw, .tga, .tif . For PNG resp. TIF it needs libpng resp. libtiff . SYNOPSISj2k_to_image -i infile.j2k -o outfile.png j2k_to_image -ImgDir images/ -OutFor bmp j2k_to_image -h Print help message and exit See JPWL OPTIONS for special options OPTIONS
JPWL OPTIONSOptions usable only if the library has been compiled with -DUSE_JPWL REDUCTIONSet the number of highest resolution levels to be discarded. The image resolution is effectively divided by 2 to the power of the number of discarded levels. The reduce factor is limited by the smallest total number of decomposition levels among tiles. TILESSet the maximum number of quality layers to decode. If there are less quality layers than the specified number, all the quality layers are decoded. AUTHORSCopyright (c) 2002-2007, Communications and Remote Sensing
Laboratory, Universite catholique de Louvain (UCL), Belgium
SEE ALSOimage_to_j2k(1) j2k_dump(1)
|