Writing IPTC headers does not work with version 6.3.0
Posted: 2007-02-09T02:03:35-07:00
Hi,
I'm trying to write IPTC headers to JPEG images with ImageMagick. I succeeded to do so with ImageMagick version 6.0.6 11/15/06. However, on the server I'm using there is ImageMagick 6.3.0. 12/18/06 and with this newer version it does not work any more. Here is what I have done:
convert +profile 8BIM +comment -profile 8BIMTEXT:iptc.txt in.jpg out.jpg
My iptc.txt file has the following content:
8BIM#1028="IPTC"
2#55#Date Created="20050606"
2#105#Headline="My Image"
2#116#Copyright Notice="(c) wasu"
2#122#Writer="wasu"
When I'm running the command with version 6.0.6 it works fine (the command "identify -verbose out.jpg" shows the IPTC headers.) However when I'm using version 6.3.0 I get the following error (in german):
convert: magick/token.c:137: DestroyTokenInfo: Zusicherung »token_info->signature == 0xabacadabUL« nicht erfÌllt.
Abgebrochen
Ist this a bug of version 6.3.0 or must I do anything different with version 6.3.0?
Thanks for help,
Walter
I'm trying to write IPTC headers to JPEG images with ImageMagick. I succeeded to do so with ImageMagick version 6.0.6 11/15/06. However, on the server I'm using there is ImageMagick 6.3.0. 12/18/06 and with this newer version it does not work any more. Here is what I have done:
convert +profile 8BIM +comment -profile 8BIMTEXT:iptc.txt in.jpg out.jpg
My iptc.txt file has the following content:
8BIM#1028="IPTC"
2#55#Date Created="20050606"
2#105#Headline="My Image"
2#116#Copyright Notice="(c) wasu"
2#122#Writer="wasu"
When I'm running the command with version 6.0.6 it works fine (the command "identify -verbose out.jpg" shows the IPTC headers.) However when I'm using version 6.3.0 I get the following error (in german):
convert: magick/token.c:137: DestroyTokenInfo: Zusicherung »token_info->signature == 0xabacadabUL« nicht erfÌllt.
Abgebrochen
Ist this a bug of version 6.3.0 or must I do anything different with version 6.3.0?
Thanks for help,
Walter