Extract image IPTC (captions or headline)

How can I extract IPTC from image files? I’ve check and I can find a way to extract EXIF:
https://getkirby.com/docs/cheatsheet/exif/data

By IPTC metadata, I mean embedded captions or headline. You can embed it with Adobe Photoshop or Lightroom or any other good Digital Assets Management software.

Many thanks,

Nicolas

PHP has the iptcparse() function that you could use to get IPTC header data: http://php.net/manual/de/function.iptcparse.php.

There is no special Kirby method.