Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tjamet opened this issue Jul 18, 2018 · 1 comment
Open

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

tjamet opened this issue Jul 18, 2018 · 1 comment
Labels
FeatureRequest NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@tjamet
Copy link

tjamet commented Jul 18, 2018

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.

@gopherbot gopherbot added this to the Unreleased milestone Jul 18, 2018
@FiloSottile FiloSottile added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. FeatureRequest labels Jul 19, 2018
@FiloSottile
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FeatureRequest NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

3 participants