Re: [Geotools-devel] JPEG2000 kakadu writer

2011-12-14 Thread Daniele Romagnoli
Hi Jesse, on ImageIO-Ext there are 2 drivers for JP2K writing: - kakadu - gdalkakadujp2 The first one is directly based on the Kakadu library. The second one is based on GDAL framework leveraging on the Kakadu Library. Currently, there isn't any JP2 Writer based on ECW. I agree with Simone

Re: [Geotools-devel] JPEG2000 kakadu writer

2011-12-11 Thread Simone Giannecchini
Ciao Jesse, I am cc'ing daniele on this as he knows better. The best option in term of support for writing JPEG2000 files with geotools is the Kakadu direct driver. However that needs a valid Kakadu license. Regards, Simone Giannecchini ---

[Geotools-devel] JPEG2000 kakadu writer

2011-12-07 Thread Jesse Eichar
It looks like there are two JPEG200 writers in the image-io-ext module. JP2ECWFormat and JP2KFormat. Looking at the code it looks like only reading is supported. Is that correct? Is there anyway to get JPEG2000 (and ECW for that matter) write support? Jesse