Skip to content

Releases: geotiffjs/geotiff.js

v2.0.4

22 Mar 09:12
Compare
Choose a tag to compare

v2.0.3

28 Jan 08:10
Compare
Choose a tag to compare

Make GeoTIFFImage available and fix its type imports (#278)

v2.0.2

27 Jan 11:24
Compare
Choose a tag to compare

Fix types and remove unnecessary async (#277)

v2.0.1

27 Jan 10:50
Compare
Choose a tag to compare
  • Fixes for correct result of npm publish (#276)
  • fixed getGDALMetadata (#275)

v2.0.0

26 Jan 15:06
Compare
Choose a tag to compare

Changes

  • Browser: WebP decompression via Browser functionality (#194)
  • Simplification to build system (#269)
  • Simplification for worker handling (#268)
  • Automatic type generation (#255)

Release v1.0.4

02 Apr 11:03
Compare
Choose a tag to compare

Fixing race condition in source/blockedsource.js

Release v1.0.3

02 Apr 11:05
Compare
Choose a tag to compare

Improved readme

v1.0.2

29 Mar 23:16
Compare
Choose a tag to compare

Bugfix release.

parseContentRange function is now more fault tolerant.

v1.0.1

29 Mar 16:12
Compare
Choose a tag to compare

Fixing issue for node JS: Missing AggregateError class definition

v1.0.0

29 Mar 16:11
Compare
Choose a tag to compare

Stable API

This release adds support for

  • n-bit images
  • predictors
  • HTTP range requests (+ HTTP multi-range support)
  • Source based on FileReader

Multi GeoTIFFs

  • Main file + overviews in a single instance

Image decoding in web-workers

RGB reading: automatic translation of color spaces to RGB