geotiffjs / geotiff.js

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.
https://geotiffjs.github.io/
MIT License
859 stars 179 forks source link

Feature write uint8 uint16 uint32 float32 typedarrays #366

Open daumann opened 1 year ago

KevinDonnot commented 1 year ago

I juste leaved an issue regarding 1-Bit files (UInt1). Would it be possible to add this type to your work? All my bests!

DanielJDufour commented 1 year ago

@daumann and @KevinDonnot , I would love to see 1-bit support soon, but I would recommend doing that in a follow up PR.