<div dir="ltr">Hi all,<div><br></div><div>I'm not sure I'm writing to a right address, but I have a rather simple problem, at least a first glance.</div><div>I'm trying to convert an indexed transparent PNG to transparent GeoTIFF</div><div><br></div><div>I've tried many different things (using gdal_translate):</div><div>- convert indexed PNG to rgba PNG with external tool (Gimp) and then to Geotiff with -expand rgba, -co ALPHA=YES and number of combinations I've found on the internet</div><div>- convert directly this png to GeoTiff</div><div>- convert to rgba with pct2rgb.py -rgba image.png image_rgba.tif</div><div>- convert png to .vrt, edited a color map and no data entry, a tried to convert vrt to rgb</div><div>- and some other stuff like external apps, imagick, gimp, PS, etc.</div><div><br></div><div>I cannot get an image with transparent part as in original PNG.</div><div><br></div><div>I've read that you can use MEM format and convert it in python (<a href="https://lists.osgeo.org/pipermail/gdal-dev/2007-May/013197.html">https://lists.osgeo.org/pipermail/gdal-dev/2007-May/013197.html</a>) but didn't try in till now. I was hoping I can do it with GDAL commands.</div><div><br></div><div>What are my options?</div><div>Here is my test file:</div><div><a href="http://s000.tinyupload.com/index.php?file_id=50896113004130896594">http://s000.tinyupload.com/index.php?file_id=50896113004130896594</a><br></div><div><br></div><div>Please help :)</div><div><br></div></div>