aheckmann / gm

GraphicsMagick for node
http://aheckmann.github.com/gm/
6.95k stars 616 forks source link

Only 1 keyword is returned when using GraphicsMagick identify #426

Open rayshan opened 9 years ago

rayshan commented 9 years ago

Hi,

1.18.1

Sample image converted to iptctext on the command line generates:

2#25#Keyword="lightroom"
2#25#Keyword="photography"
2#25#Keyword="ray shan"

Using identify with format string %[IPTC:2:25] in JavaScript:

With ImageMagick, returns lightroom;photography;ray shan

With GraphicsMagick, returns just lightroom

rwky commented 9 years ago

Can you provide the sample image please?