Skip to content

Vips is not reading all tags (metadata) #219

Closed Answered by jcupitt
boan-jfm asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @boan-jfm,

Creator is part of XMP (I think), so libvips doesn't handle it for you directly. You'll need to get the xmp-data field and decode that using an xmp library.

You can see all the exif tags here:

https://exiftool.org/TagNames/EXIF.html

JPEGs also have ICC profiles (containing many internal metadata fields) and IPTC data blocks (with even more metadata).

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@boan-jfm
Comment options

@jcupitt
Comment options

Answer selected by boan-jfm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants