= Epsilon = The Epsilon library can be used for using wavelets in GDAL. * http://www.gdal.org/frmt_epsilon.html = Known issues = On Linux (and probably other platforms), libepsilon.so (verified on 0.8.1 version) exports the crc32 and adler32 symbols, which are also exported by libz.so. This will lead to crashes when reading deflate compressed TIFF files for example. Attached a patch to apply to epsilon 0.8.1 sources to avoid the symbols to be duplicated. Reported as http://sourceforge.net/tracker/?func=detail&aid=2929521&group_id=178829&atid=886707