Open rayshan opened 9 years ago
Hi,
1.18.1
Sample image converted to iptctext on the command line generates:
iptctext
2#25#Keyword="lightroom" 2#25#Keyword="photography" 2#25#Keyword="ray shan"
Using identify with format string %[IPTC:2:25] in JavaScript:
identify
%[IPTC:2:25]
With ImageMagick, returns lightroom;photography;ray shan
lightroom;photography;ray shan
With GraphicsMagick, returns just lightroom
lightroom
Can you provide the sample image please?
Hi,
1.18.1
Sample image converted to
iptctext
on the command line generates:Using
identify
with format string%[IPTC:2:25]
in JavaScript:With ImageMagick, returns
lightroom;photography;ray shan
With GraphicsMagick, returns just
lightroom