Changes between Version 2 and Version 3 of pngplugin


Ignore:
Timestamp:
Oct 16, 2010, 5:27:58 AM (14 years ago)
Author:
pborissow
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pngplugin

    v2 v3  
    66
    77== 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 ==
     11Create a transparent PNG using orthoigen.
     12{{{
     13ossim-orthoigen -w ossim_png --writer-prop add_alpha_channel=true input.tif output.png
     14}}}
     15