- Timestamp:
-
10/16/10 07:01:28 (3 years ago)
- Author:
-
pborissow
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v13
|
v14
|
|
| 91 | 91 | ossim-img2rr --compression-type JPEG --compression-quality 90 image.tif |
| 92 | 92 | }}} |
| 93 | | When using JPEG compression, null areas are replaced with black pixels (RGB 0,0,0). To retain the null pixels, you must create a mask file. Example: |
| | 93 | When using JPEG compression, null areas are replaced with black pixels (RGB 0,0,0). To retain the null pixels, you must create a mask file. Example: |
| 94 | 94 | {{{ |
| 95 | 95 | ossim-img2rr --compression-type JPEG --compression-quality 75 --create-mask image.tif |
|