Etienne,<br>you are really reason.<br><br>I often forgot the great powerful of the tiff driver and so forgot also to read the tiff driver page.<br><br>Thx to remenber me this.<br><br>Regards,<br><br><div class="gmail_quote">
2011/9/3 Etienne Tourigny <span dir="ltr">&lt;<a href="mailto:etiennesky.dev@gmail.com">etiennesky.dev@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Andrea,<br>
<br>
please read the gtiff driver page at <a href="http://www.gdal.org/frmt_gtiff.html" target="_blank">http://www.gdal.org/frmt_gtiff.html</a><br>
<br>
you need to add a few options, such as -co COMPRESS=CCITTFAX4 -co NBITS=1<br>
<font color="#888888"><br>
Etienne<br>
</font><div><div></div><div class="h5"><br>
On Fri, Sep 2, 2011 at 7:15 PM, Andrea Peri &lt;<a href="mailto:aperi2007@gmail.com">aperi2007@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi Frank,<br>
&gt; thx for very rapid response.<br>
&gt;<br>
&gt; gdal_merge.py now work and the result is intellegible.<br>
&gt;<br>
&gt; testing the result ,<br>
&gt; I notice the result is a 256 color image.<br>
&gt;<br>
&gt; Instead the starting image was true CCITTFax4 raster.<br>
&gt; This mean a huge dimension of files.<br>
&gt;<br>
&gt; Is possible to have a real Tiff4 (1 bit color) image as result ?<br>
&gt;<br>
&gt; Thx,<br>
&gt;<br>
&gt; Andrea.<br>
&gt;<br>
&gt; 2011/9/2 Frank Warmerdam &lt;<a href="mailto:warmerdam@pobox.com">warmerdam@pobox.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; Andrea,<br>
&gt;&gt;<br>
&gt;&gt; I think the problem is that these are one bit files with<br>
&gt;&gt; a black/white color table and by default gdal_merge.py<br>
&gt;&gt; does not copy the color table.  If you add the -pct<br>
&gt;&gt; switch it should do so.<br>
&gt;&gt;<br>
&gt;&gt; I imagine the result file does have pixels with values of<br>
&gt;&gt; zero and one, but you won&#39;t see them as different in<br>
&gt;&gt; most viewers.<br>
&gt;&gt;<br>
&gt;&gt; Best regards,<br>
&gt;&gt;<br>
&gt;&gt; On Fri, Sep 2, 2011 at 2:40 PM, Andrea Peri &lt;<a href="mailto:aperi2007@gmail.com">aperi2007@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Hi,<br>
&gt;&gt; &gt; I need to merge some Tiff4 (bw) raster and obtain 1 only more big tiff4<br>
&gt;&gt; &gt; raster.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I&#39;m try-ing this with gdal_merge.py<br>
&gt;&gt; &gt; and using a comand like this:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; python gdal_merge.py -o ../raster/216.tif -n 1 -ot Byte<br>
&gt;&gt; &gt; ../raster/10k/216*.tif<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Unfortunately the resulted raster is intellegible (the input raster was all<br>
&gt;&gt; &gt; clearly visible).<br>
&gt;&gt; &gt; It is an all black image :(<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I tried also with option &quot;-n 0&quot; but the result is the same.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I analyze the input raster using gdalinfo, and the result is this.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; ------------------<br>
&gt;&gt; &gt;&gt;gdalinfo.exe ../raster/10k/216100.tif<br>
&gt;&gt; &gt; Driver: GTiff/GeoTIFF<br>
&gt;&gt; &gt; Files: ../raster/10k/216100.tif<br>
&gt;&gt; &gt;        ../raster/10k/216100.tfw<br>
&gt;&gt; &gt; Size is 10065, 10049<br>
&gt;&gt; &gt; Coordinate System is:<br>
&gt;&gt; &gt; LOCAL_CS[&quot;unnamed&quot;,<br>
&gt;&gt; &gt;     UNIT[&quot;unknown&quot;,1]]<br>
&gt;&gt; &gt; Origin = (1561222.860009765700000,4927094.449960937700000)<br>
&gt;&gt; &gt; Pixel Size = (0.500000000000000,-0.500000000000000)<br>
&gt;&gt; &gt; Metadata:<br>
&gt;&gt; &gt;   AREA_OR_POINT=Point<br>
&gt;&gt; &gt;   TIFFTAG_RESOLUTIONUNIT=1 (unitless)<br>
&gt;&gt; &gt;   TIFFTAG_SOFTWARE=Arc/Info<br>
&gt;&gt; &gt;   TIFFTAG_XRESOLUTION=2<br>
&gt;&gt; &gt;   TIFFTAG_YRESOLUTION=2<br>
&gt;&gt; &gt; Image Structure Metadata:<br>
&gt;&gt; &gt;   COMPRESSION=CCITTFAX4<br>
&gt;&gt; &gt;   INTERLEAVE=BAND<br>
&gt;&gt; &gt;   MINISWHITE=YES<br>
&gt;&gt; &gt; Corner Coordinates:<br>
&gt;&gt; &gt; Upper Left  ( 1561222.860, 4927094.450)<br>
&gt;&gt; &gt; Lower Left  ( 1561222.860, 4922069.950)<br>
&gt;&gt; &gt; Upper Right ( 1566255.360, 4927094.450)<br>
&gt;&gt; &gt; Lower Right ( 1566255.360, 4922069.950)<br>
&gt;&gt; &gt; Center      ( 1563739.110, 4924582.200)<br>
&gt;&gt; &gt; Band 1 Block=10065x32 Type=Byte, ColorInterp=Palette<br>
&gt;&gt; &gt;   Image Structure Metadata:<br>
&gt;&gt; &gt;     NBITS=1<br>
&gt;&gt; &gt;   Color Table (RGB with 2 entries)<br>
&gt;&gt; &gt;     0: 255,255,255,255<br>
&gt;&gt; &gt;     1: 0,0,0,255<br>
&gt;&gt; &gt; -----------------<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; What am I wrong ?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Thx,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; --<br>
&gt;&gt; &gt; -----------------<br>
&gt;&gt; &gt; Andrea Peri<br>
&gt;&gt; &gt; . . . . . . . . .<br>
&gt;&gt; &gt; qwerty àèìòù<br>
&gt;&gt; &gt; -----------------<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; gdal-dev mailing list<br>
&gt;&gt; &gt; <a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
&gt;&gt; &gt; <a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; ---------------------------------------+--------------------------------------<br>
&gt;&gt; I set the clouds in motion - turn up   | Frank Warmerdam, <a href="mailto:warmerdam@pobox.com">warmerdam@pobox.com</a><br>
&gt;&gt; light and sound - activate the windows | <a href="http://pobox.com/%7Ewarmerdam" target="_blank">http://pobox.com/~warmerdam</a><br>
&gt;&gt; and watch the world go round - Rush    | Geospatial Software Developer<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; -----------------<br>
&gt; Andrea Peri<br>
&gt; . . . . . . . . .<br>
&gt; qwerty àèìòù<br>
&gt; -----------------<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; gdal-dev mailing list<br>
&gt; <a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
&gt; <a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>-----------------<br>Andrea Peri<br>. . . . . . . . . <br>qwerty àèìòù<br>-----------------<br><br>