IptcParser

object IptcParser

Properties

Functions

Link copied to clipboard

Checks if the ByteArray starts with the Photoshop identifaction header. This is mandatory for IPTC embedded into APP13.

Link copied to clipboard
fun parseIptc(bytes: ByteArray, startsWithApp13Header: Boolean = true): IptcMetadata

Parses IPTC from the given string.