WolfgangZ wrote:
Hi,

how do I remove a transparency layer? I used one during the merging process, but conversion to jpg (e.g.) complains about.

Many thanks
Wolg

Wolg,

Are you referring to an alpha band?  If so, you could select a subset of
bands with gdal_translate using the -b flag.


eg.

gdal_translate -b 1 -b 2 -b 3 rgba.tif rgb.jpg

Best regards,
--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmer...@pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Programmer for Rent

_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to