<div dir="ltr">thanks <span style="font-family:arial,sans-serif;font-size:13px">Hanlie.</span></div><div class="gmail_extra"><br clear="all"><div><div dir="ltr">cleo</div></div>
<br><br><div class="gmail_quote">On Fri, Aug 22, 2014 at 9:01 PM, Hanlie Pretorius <span dir="ltr"><<a href="mailto:hanlie.pretorius@gmail.com" target="_blank">hanlie.pretorius@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi Cleo,<br>
<br>
I used<br>
<br>
-scale 0 4095 0 255<br>
<br>
The reason for the 4095 is that the images actually use only the first<br>
12 bits of the 16 bits (according to the documentation) and 2^12 =<br>
4096.<br>
<br>
If it was a true 16 bit image I would use 65535 for the 'max from' value.<br>
<br>
Regards<br>
Hanlie<br>
<br>
<br>
<br>
2014-08-22 13:56 MGT+02:00, Cleo Drakos <<a href="mailto:cleo21drakos@gmail.com">cleo21drakos@gmail.com</a>>:<br>
<div class="HOEnZb"><div class="h5">> hi Hanlie,<br>
> can you tell me what value you put for -scale to convert into 8 bit?<br>
><br>
> cleo<br>
><br>
><br>
> On Fri, Aug 22, 2014 at 7:02 PM, Hanlie Pretorius <<br>
> <a href="mailto:hanlie.pretorius@gmail.com">hanlie.pretorius@gmail.com</a>> wrote:<br>
><br>
>> Hi Even,<br>
>><br>
>> Yes, I quoted the exact message, but it displays in the QGIS interface.<br>
>><br>
>> I tried gdal_translate with the -ot and -scale parameters on the<br>
>> multispectral image and that worked much better, thanks.<br>
>><br>
>> Regards<br>
>> Hanlie<br>
>><br>
>> 2014-08-21 20:33 MGT+02:00, Even Rouault <<a href="mailto:even.rouault@spatialys.com">even.rouault@spatialys.com</a>>:<br>
>> > Le jeudi 21 août 2014 08:57:32, Hanlie Pretorius a écrit :<br>
>> >> Hi,<br>
>> >><br>
>> >> I'm working with a 16 bit SPOT 6 image that I want to convert from 16<br>
>> >> bit pixel depth to 8 bit pixel depth. I say 16 bit, but if I load the<br>
>> >> file into Envi, it reports that uses only 12 bits. However gdalinfo<br>
>> >> reports 16 bit (see below).<br>
>> >><br>
>> >> I've manage to do so on the multispectral image, but the result is<br>
>> >> poor colour wise.<br>
>> >><br>
>> >> So I split the image into its four bands that is, I now have one image<br>
>> >> per<br>
>> >> band.<br>
>> >><br>
>> >> When I now try to convert to 8 bit, I get a message that says:<br>
>> >> "Warning 742327101_R1C1_band1_8bit.TIF not created".<br>
>> ><br>
>> > Are you quoting the exact message ? I can't find any trace of it in the<br>
>> > relevant parts of the source code. Did you check that you have write<br>
>> > permissions in the directory where you launch the command ?<br>
>> ><br>
>> > Anyway for what you want to do you likely need to explore the -scale<br>
>> option<br>
>> > of<br>
>> > gdal_translate. But that's unrelated to the error<br>
>> ><br>
>> >><br>
>> _______________________________________________<br>
>> gdal-dev mailing list<br>
>> <a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
>> <a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
>><br>
><br>
</div></div></blockquote></div><br></div>