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
866 stars 182 forks source link

Added write support for Artist, Make, Model, ImageDescription & Copyright ASCII Baseline TIFF tags #431

Closed timhj closed 3 months ago

timhj commented 3 months ago

Mapping additional Baseline ASCII TIFF Tags (Artist, Make, Model, ImageDescription & Copyright) to an ASCII data type which allows them to be written into GeoTIFFs per https://github.com/geotiffjs/geotiff.js/issues/430

Tested and tags are now written successfully when supplied in metadata object to writeArrayBuffer().

DanielJDufour commented 3 months ago

Awesome work! Looks good to me!

constantinius commented 3 months ago

Thanks @timhj, looks solid.

timhj commented 3 weeks ago

@DanielJDufour @constantinius - Nice to see this progressing, thanks for checking it. Any idea when the next release will happen that includes this fix?