GDAL has working SWIG bindings for Java and you could do the same as gdal_translate is doing by using the SWIG API.<br>Some examples about how to use the java bindings can be found in the GDAL source tree:<br><br><a href="http://trac.osgeo.org/gdal/browser/trunk/gdal/swig/java/apps">http://trac.osgeo.org/gdal/browser/trunk/gdal/swig/java/apps</a><br>
<br>Best regards,<br><br>Tamas<br><br><br><br><br><div class="gmail_quote">2009/5/13 Landon Blake <span dir="ltr"><<a href="mailto:lblake@ksninc.com">lblake@ksninc.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Daniel,<br>
<br>
I think this would do the trick. I know just enough shell scripting to<br>
be dangerous, but I think that I could pull this off.<br>
<br>
I appreciate the suggestion.<br>
<br>
Landon<br>
Office Phone Number: (209) 946-0268<br>
Cell Phone Number: (209) 992-0658<br>
<div><div></div><div class="h5"><br>
<br>
<br>
-----Original Message-----<br>
From: <a href="mailto:discuss-bounces@lists.osgeo.org">discuss-bounces@lists.osgeo.org</a><br>
[mailto:<a href="mailto:discuss-bounces@lists.osgeo.org">discuss-bounces@lists.osgeo.org</a>] On Behalf Of Daniel Morissette<br>
Sent: Wednesday, May 13, 2009 8:11 AM<br>
To: OSGeo Discussions<br>
Subject: Re: [OSGeo-Discuss] Open Source Library For ECW Conversion<br>
<br>
Landon Blake wrote:<br>
> I'm looking for an open source library that will allow me to convert<br>
ECW<br>
> images into a more common format like JPG or TIFF. I'd love it if<br>
there<br>
> were something in Java, but I'm not running across anything via search<br>
<br>
> engine query so far.<br>
><br>
><br>
<br>
Sounds like a job for gdal_translate:<br>
<br>
   <a href="http://gdal.org/gdal_translate.html" target="_blank">http://gdal.org/gdal_translate.html</a><br>
<br>
Don't let the complicated list of options scare you... for a simple<br>
conversion you'd use something like:<br>
<br>
   gdal_translate -of GTiff src.ecw out.tif<br>
<br>
Not in Java, but you don't need to do any coding anyway, except perhaps<br>
write a script to run multiple conversions in batch.<br>
<br>
Daniel<br>
--<br>
Daniel Morissette<br>
<a href="http://www.mapgears.com/" target="_blank">http://www.mapgears.com/</a><br>
_______________________________________________<br>
Discuss mailing list<br>
<a href="mailto:Discuss@lists.osgeo.org">Discuss@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/discuss" target="_blank">http://lists.osgeo.org/mailman/listinfo/discuss</a><br>
<br>
<br>
</div></div><div class="im">Warning:<br>
Information provided via electronic media is not guaranteed against defects including translation and transmission errors. If the reader is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this information in error, please notify the sender immediately.<br>

</div><div><div></div><div class="h5">_______________________________________________<br>
Discuss mailing list<br>
<a href="mailto:Discuss@lists.osgeo.org">Discuss@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/discuss" target="_blank">http://lists.osgeo.org/mailman/listinfo/discuss</a><br>
</div></div></blockquote></div><br>