golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
122.8k stars 17.51k forks source link

x/image/tiff: implement a generic tiff parser #26450

Open tjamet opened 6 years ago

tjamet commented 6 years ago

Hi,

I am currently working on a project handling tiff based content (proprietary raw from Canon and Nikon, as well as Exif).

There is a library handling my needs regarding Exif but this one re-implements the tiff parser in order to access fields.

I am wondering it could not be interesting to expose a tiff parser in the x/image/tiff package that developers could use to handle content in a TIFF container.

Happy to help if you think this is an interesting idea.

FiloSottile commented 6 years ago

If you want to propose a generally-useful API for that, feel free to turn this issue into a Proposal. See https://golang.org/s/proposal-process