<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I don't know about binary formats but you should find what you want
here : <a class="moz-txt-link-freetext" href="http://www.gdal.org/formats_list.html">http://www.gdal.org/formats_list.html</a><br>
<br>
<br>
You can use a bat file to convert all files from a folder :<br>
<blockquote><tt>mkdir converted<br>
FOR %%g in (*.tif) do gdal_translate -of JPEG "%%nxg"
"converted\%%ng.jpg"<br>
  </tt></blockquote>
<br>
Regards,<br>
Beno&icirc;t Andrieu<br>
<br>
<br>
<br>
Le 12/02/2010 11:00, Carlos Padovani a &eacute;crit&nbsp;:
<blockquote
 cite="mid:16f071851002120300w5d4b2c87v954acf422f0c05e8@mail.gmail.com"
 type="cite">Dear users of FWTools,<br>
I need to convert a lot of images form TIFF format to binary format. <br>
It is possible to do it in FWTools, but I do not know which is the
format available in the software that correspond to binary format.
Another thing is that in FWTools I can convert the images one by one,
and as I have a lot of images to convert,&nbsp;I would like a way to convert
a lot of images at once. I use Windows WP as operacional system.<br>
Could someone help me?<br>
Thanks in advance. <br clear="all">
Carlos
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
FWTools mailing list
<a class="moz-txt-link-abbreviated" href="mailto:FWTools@lists.maptools.org">FWTools@lists.maptools.org</a>
<a class="moz-txt-link-freetext" href="http://lists.maptools.org/mailman/listinfo/fwtools">http://lists.maptools.org/mailman/listinfo/fwtools</a>
<a class="moz-txt-link-freetext" href="http://fwtools.maptools.org/">http://fwtools.maptools.org/</a>
  </pre>
</blockquote>
</body>
</html>