Changes between Version 11 and Version 12 of img2rr


Ignore:
Timestamp:
Oct 16, 2010, 6:53:07 AM (14 years ago)
Author:
pborissow
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • img2rr

    v11 v12  
    8989== Compression Options ==
    9090By default, overviews are uncompressed TIFF files. However, there are several options available to create compressed overviews.
    91  * '''JPEG compression''' With ossim_tiff_box and ossim_tiff_nearest, you can create JPEG compressed overviews by setting "--compression-type JPEG". You can also specify the compression quality using the "--compression-quality" argument.
     91 * '''JPEG compression''' With ossim_tiff_box and ossim_tiff_nearest, you can create JPEG compressed overviews by setting "--compression-type JPEG". You can also specify the compression quality using the "--compression-quality" argument. Example:
     92{{{
     93ossim-img2rr --compression-type JPEG --compression-quality 75 image.tif
     94}}}
    9295 * '''JPEG 2000 compression''' With ossim_kakadu_nitf_j2k, users have the option to create JPEG 2000 compressed NITF files.
     96{{{
     97ossim-img2rr -t ossim_kakadu_nitf_j2k --writer-prop threads=4 --writer-prop compression_quality=visually_lossless image.tif
     98}}}
    9399 * '''ERDAS Imagine compression''' With gdal_hfa_nearest and gdal_hfa_average, users have the option to create overviews in ERDAS Imagine format.
    94100