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

Writer to output 1-Bit TIFF #367

Open KevinDonnot opened 1 year ago

KevinDonnot commented 1 year ago

Hello,

I am working on a raster processor in the browser and am looking for a solution to output 1-Bit TIFF files. As other issues mentioned, the GeoTIFF writer is currently working with UInt8 types. Is there some plans to enable other types, especially UInt1? Would you have some clues on how to implement it? (I could give a try, but this is really not my area of expertise...)

All my bests,

Kevin Donnot