Daniel J. Dufour
Daniel J. Dufour
That's awesome! I'll try to review it as soon as I can. Thank you!
Hi, @timhj . That's an excellent question. [geotiffwriter.js](https://github.com/geotiffjs/geotiff.js/blob/master/src/geotiffwriter.js) is still in beta, so there are definitely things that are missing. Could you try to add `ExtraSamples: 1` or `ExtraSamples: 2`...
Technically speaking if you need a quick workaround you could also define a no-data value and use that like transparency. Most applications won't display those values, but it's a far...
writeArrayBuffer shouldn't be changing any values, but there always could be a bug. Would you be able to write a test or provide the code you are using? I think...
Hello, you could try https://github.com/GeoTIFF/geotiff-palette and see if it helps in your use case?
@daumann and @KevinDonnot , I would love to see 1-bit support soon, but I would recommend doing that in a follow up PR.
Hi @aLemonFox , that's a great question! Unfortunately, that's not currently a capability that the [geotiffwriter](https://github.com/geotiffjs/geotiff.js/blob/master/src/geotiffwriter.js) has. Would you be interested in working on a PR?
I think you are on the right path! Could you describe in a little more detail your use case for writing multiple images? Are you simply trying to write simplified...
hello. firstly, big fan of your work on flatgeobuf :-) I received a notification on this issue and because the file is rather small, I just uploaded the file to...
sounds good to me