Releases: geotiffjs/geotiff.js
Releases · geotiffjs/geotiff.js
v1.0.0-beta.1
Major restructuring of the codebase:
- Factoring of the
source
: abstraction of async access to parts of a file - Initial parsing, image access and data reading is now asynchronous
- Enabling use of web-worker pools to improve decoding performance
- Replacing
browserify
withwebpack
New features:
- Predictor support for deflate compression
- JPEG compression
Various bug fixes
v0.4.1
Using babel config babel-preset-env
v0.4.0
Adding a plain babel build alongside the browserify one.
v0.3.6
new features:
- LZW compression
- BigTIFF support
- Adding
readRGB
method
fixes:
- Images with multiple IFDs
- various other.