Support for ECW files
Brought to you by:
mrijk
An SDK for the ECW (Enhanced Compressed Wavelet) file
format is available here:
http://www.ermapper.com/products/ecw/ecw_body.htm
this lib (libecw) has also support for jpeg2000, which
is an often requested feature for GIMP.
Some sample code
Logged In: YES
user_id=21209
[21:51] <jonp> it need only have one method, e.g. init()
[21:51] <maurits> sure... compressed wavelets.. can't be
that difficult
[21:51] <jonp> properly link that new lib against your other
libs
[21:51] <jonp> then DllImport your new lib, call init, and
_then_ DllImport the other libs & execute their methods
[21:52] <jonp> that way you properly ensure the libs are all
loaded
Logged In: YES
user_id=21209
Lowering priority because this also seems to be a Google
summer of code project.