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

Read PNG file headers #7857

Closed
Arty2 opened this issue Oct 18, 2020 · 4 comments
Closed

Read PNG file headers #7857

Arty2 opened this issue Oct 18, 2020 · 4 comments

Comments

@Arty2
Copy link

Arty2 commented Oct 18, 2020

Allow to read the headers of local (?) files to extract arbitrary information. In my case, this will allow to read transparency details from well-formed PNG headers.
I am not familiar with Golang, but perhaps related to methods provided in pkg/mime.

Original community thread: Detect transparency in image resource with imageConfig (?)

@Arty2 Arty2 added the Proposal label Oct 18, 2020
@bep
Copy link
Member

bep commented Oct 18, 2020

A proposal needs to be more concrete. I certainly don't know how to extract "arbitrary information" from a file and make that into something general usable.

@Arty2
Copy link
Author

Arty2 commented Oct 19, 2020

You're right, it cannot be abstracted like that. Let me try to reformulate this into something more specific for PNG images:

This proposal is about implementing a method to extract the IHDR headers from PNG images. These headers store information about an images width and height, Bit depth, compression, transparency etc.

Reading the headers only (assuming the PNG is well formed) could return an object similar to the EXIF information from JPEG files.

@Arty2 Arty2 changed the title Read local file headers Read PNG file headers Oct 19, 2020
@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. The resources of the Hugo team are limited, and so we are asking for your help.
If this is a bug and you can still reproduce this error on the master branch, please reply with all of the information you have about it in order to keep the issue open.
If this is a feature request, and you feel that it is still relevant and valuable, please tell us why.
This issue will automatically be closed in the near future if no further activity occurs. Thank you for all your contributions.

@github-actions
Copy link

github-actions bot commented Apr 2, 2022

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants