Hello All,
I'm using ImageMagick to write some 8BIMTEXT to a PSD file. Actually I'm using the version ImageMagick 6.7.7-10 2014-04-30 Q16.
My problem is related to /n character. I'm trying to write the following metadata:
2#105#Headline="Bacalhau Boa Pesca Posta Higienizada Congelada Kg"
Using the to put a end of line.
The command that I use is:
convert +profile "*" +comment -profile IPTCTEXT:image_1400145490556.txt 29.psd FOTO_DEST.psd
When I open the generated PSD file into the Photoshop the result is:
Queijo Flamengo Barra
Valfor
K13;Kg
Benfica
and should be:
Bacalhau
Boa Pesca
Posta Higienizada
Congelada
Kg
If I remove a line and use only 3 lines everything goes well.
Thank you very much.