-
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            jcupitt
          
      
      
        Sep 8, 2023 
      
    
    Replies: 1 comment 2 replies
-
| Hi @boan-jfm, 
 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). | 
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
      Answer selected by
        boan-jfm
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    


Hi @boan-jfm,
Creatoris part of XMP (I think), so libvips doesn't handle it for you directly. You'll need to get thexmp-datafield 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).