<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Aptos;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:11.0pt;
        font-family:"Aptos",sans-serif;
        mso-ligatures:standardcontextual;
        mso-fareast-language:EN-US;}
span.EstiloCorreo17
        {mso-style-type:personal-compose;
        font-family:"Aptos",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:11.0pt;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 3.0cm 70.85pt 3.0cm;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="ES" link="#467886" vlink="#96607D" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-GB">Hello, I am using GDAL version 3.6.2 to make a Hillshade map from an elevation map (tif) using the gdaldem command.
<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">My question is because I need the background of the image generated with the previous command to be transparent,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">I have tried different ways but it usually gives me this error:<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">ERROR 1: Error: band 1 has no color table<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">These are the commands I have tried:<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">gdal_translate -b 1 -b 1 -b 1 -b 1 -ot UInt16 --> Generates image with four bands, but all in white<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">gdal_translate -co PHOTOMETRIC=RGB -co ALPHA=YES--> gives ERROR1<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">gdal_translate -expand rgba --> gives ERROR1<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">gdalwarp -dstalpha -->creates an image with a transparent background with two bands, but AUTOCAD does not recognize it well and considers the entire image transparent and not just the background.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">Could you give me any solution? <o:p></o:p></span></p>
<p class="MsoNormal">Thanks and regards.<o:p></o:p></p>
</div>
</body>
</html>