Skip to content

Releases: geotiffjs/geotiff.js

v1.0.0-beta.1

15 May 20:54
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

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 with webpack

New features:

  • Predictor support for deflate compression
  • JPEG compression

Various bug fixes

v0.4.1

05 Apr 08:57
Compare
Choose a tag to compare

Using babel config babel-preset-env

v0.4.0

05 Apr 08:56
Compare
Choose a tag to compare

Adding a plain babel build alongside the browserify one.

v0.3.6

02 Mar 14:17
Compare
Choose a tag to compare

new features:

  • LZW compression
  • BigTIFF support
  • Adding readRGB method

fixes:

  • Images with multiple IFDs
  • various other.