Geotiff.js Versions Save

geotiff.js is a small library to parse TIFF files for visualization or analysis. It is written in pure JavaScript, and is usable in both the browser and node.js applications.

v2.0.4

2 years ago

v2.0.3

2 years ago

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

v2.0.2

2 years ago

Fix types and remove unnecessary async (#277)

v2.0.1

2 years ago
  • Fixes for correct result of npm publish (#276)
  • fixed getGDALMetadata (#275)

v2.0.0

2 years ago

Changes

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

v1.0.3

3 years ago

Improved readme

v1.0.4

3 years ago

Fixing race condition in source/blockedsource.js

v1.0.2

3 years ago

Bugfix release.

parseContentRange function is now more fault tolerant.

v1.0.1

3 years ago

Fixing issue for node JS: Missing AggregateError class definition

v1.0.0

3 years ago

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