ccseer / Seer

Seer bug report
http://1218.io
459 stars 45 forks source link

Suggestion: image files metadata info #366

Closed LuisBurdallo closed 1 year ago

LuisBurdallo commented 2 years ago

Would this be possible? It would be a great addition IMO. Specially now with Ai generated images that kind of info is becoming more valuable than ever before.

ccseer commented 2 years ago

Click Info button on the title bat. Exif info provided for jpg

LuisBurdallo commented 2 years ago

I was looking at that tool 10 min ago but my usual format is PNG. Any chance that can be added somehow?

ccseer commented 2 years ago

Can you send me a sample file? I thought only jpg has exif info

LuisBurdallo commented 2 years ago

In this case the parameters is the added info by the tool I use. Apart from the usual data. I used that exif tool you see above the info to read it. Snippet_002

ccseer commented 2 years ago

looks like only Filter, Interlace and Megapixels that Seer is missing in Property View?

ccseer commented 2 years ago

For jpg, it provides a lot of info image

I just looked into it, seems like only jpg has exif info.

LuisBurdallo commented 2 years ago

Did you see the info from a PNG offered by the tool exiftool.exe? It shows the extra category "parameters" that my PNG files contain. I guess you can add more stuff if you want? I am not sure about it but the tool I use shows it while Seer doesn't see it.

ccseer commented 2 years ago

Can you send me the file?

LuisBurdallo commented 2 years ago

https://www.dropbox.com/s/4cafgdi9u5t4fu9/00005-1815536440-a%20beautiful%20house%20in%20a%20peaceful%20landscape%20by%20Vincent%20Van%20Gogh.png?dl=0

ccseer commented 2 years ago

This can be done in next release, but requires user to install the exiftool plugin. Since it's the same exe file, so Seer can make use of it.

ccseer commented 1 year ago

https://github.com/ccseer/Seer-Scripts/releases/download/Scripts/exif.zip

ccseer commented 1 year ago

https://github.com/ccseer/Seer-Scripts#property

LuisBurdallo commented 1 year ago

Hey thanks for sharing the exif script. It seems JXR isn't in the supported formats. EXR works fine.

ccseer commented 1 year ago

you can delete the script from Settings, then modify the exif.py file. then add again. image

LuisBurdallo commented 1 year ago

I added the jxr format but it doesn't work. I am not sure if that format requires doing more than just adding the extension to the python file.

ccseer commented 1 year ago

Have you removed the script from settings then add modified script again?

On Thu, Jan 5, 2023, 9:26 AM Luis Burdallo @.***> wrote:

I added the jxr format but it doesn't work. I am not sure if that format requires doing more than just adding the extension to the python file.

— Reply to this email directly, view it on GitHub https://github.com/ccseer/Seer/issues/366#issuecomment-1372287368, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADZZIHSTOKTWULAB2FUNELTWQ3K3DANCNFSM6AAAAAAQ6AYKX4 . You are receiving this because you modified the open/close state.Message ID: @.***>

LuisBurdallo commented 1 year ago

Yes.

Snippet_004

LuisBurdallo commented 1 year ago

I actually think we are mixing 2 different conversations here. I thought this was in reference to the JXR I mentioned as a suggestion. But in any case the format isn't previewing so you can't even access the metadata anyway.

ccseer commented 1 year ago

No, the exif script supports reading jxr meta info. Preview and Property are separated.

The preview for JXR is not ready.

LuisBurdallo commented 1 year ago

Sounds good. Thanks for clarifying that.