Changes between Initial Version and Version 1 of Epsilon


Ignore:
Timestamp:
Jan 10, 2010, 3:40:44 PM (14 years ago)
Author:
Even Rouault
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Epsilon

    v1 v1  
     1= Epsilon =
     2
     3The !Epsilon library can be used for using wavelets in GDAL.
     4
     5 * http://www.gdal.org/frmt_epsilon.html
     6
     7= Known issues =
     8
     9On Linux (and probably other platforms), libepsilon.so (verified on 0.8.1 version)
     10exports the crc32 and adler32 symbols, which are also exported by libz.so.
     11This will lead to crashes when reading deflate compressed TIFF files for example.
     12Attached a patch to apply to epsilon 0.8.1 sources to avoid the symbols to be duplicated.