Changes between Version 2 and Version 3 of pngplugin
- Timestamp:
- 10/16/10 05:27:58 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pngplugin
v2 v3 6 6 7 7 == Writer Properties == 8 * '''add_alpha_channel''' By default, the PNG Plugin does not create transparent PNGs. To create a transparent PNG, you must add an alpha channel 8 * '''add_alpha_channel''' By default, the PNG Plugin does not create transparent PNGs. To create a transparent PNG, you must add an alpha channel. 9 10 == Examples == 11 Create a transparent PNG using orthoigen. 12 {{{ 13 ossim-orthoigen -w ossim_png --writer-prop add_alpha_channel=true input.tif output.png 14 }}} 15