Arabic characters in IPTC profile not extracted.

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
rmiglani

Arabic characters in IPTC profile not extracted.

Post by rmiglani »

Hi all,

I have a few JPEG files that have IPTC attributes embedded in them. I am using the following command to extract these attributes.

convert <filename> IPTCTEXT:<outputfile.iptc>
convert <filename> 8BIMTEXT:<outputfile.iptc>

The problem is that some of the files contain Arabic characters. The output file that is created for these images have junk characters instead of proper Arabic characters.

Is there support for these characters in ImageMagick?

Else how may I be able to extract the proper IPTC attribute values from these images?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Arabic characters in IPTC profile not extracted.

Post by magick »

Post a URL to one or two of your images so we can download them and reproduce the problem. Thanks.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Arabic characters in IPTC profile not extracted.

Post by magick »

We can reproduce the problem you posted and will have a fix in the next point release of ImageMagick within a few days. Thanks.
rmiglani

Re: Arabic characters in IPTC profile not extracted.

Post by rmiglani »

Thanks a lot for your help and support. Looking forward to the next point release.
Post Reply