Embedding Quotation Marks in IPTC
Posted: 2012-07-12T15:52:44-07:00
Is there a way to embed quotation marks in the IPTC data of a TIFF image? I've been using the following command in a script
along with a text file of the following format
The problem is when the text I'd like to insert contains as quotation mark - ImageMagick assumes that the quotation mark indicates the end of the field. Is there any way to include a quotation mark in the iptc data? An escape character or something along that line?
Code: Select all
convert $image +profile 8bim +comment -profile 8BIMTEXT:$iptc $image
Code: Select all
8BIM#1028="IPTC"
2#0="�"
2#120#Caption="Caption"
2#105#Headline="Headline"
2#55#Created Date="00000000"
2#115#Source="Source"