I recently installed Drupal specifically for the image module, as it promises to be exactly what I need. Unfortunately the IPTC headers functionality doesn't seem to work either in "slow" or "fast" mode. I have a number of images that I know have valid IPTC headers which I have already been using in small (and clumsy) php scripts I wrote myself, but when I upload them the module takes no notice of the embedded information.

Comments

bruno’s picture

Assigned: Unassigned » bruno

The bug comes from a typo in the slow/fast upload function. Fixed in HEAD and 4.3 branch.
Patch to follow.

bruno’s picture

StatusFileSize
new1.78 KB

Patch for 4.3 branch

bruno’s picture

Anonymous’s picture

I applied the patch but it still doesn't work for me.

Uncas’s picture

Sorry, hadn't realized I wast't logged in. Previous update is mine.

bruno’s picture

StatusFileSize
new1.42 KB

I have found more typos (see attached patch) and ...

bruno’s picture

StatusFileSize
new98.5 KB

...now it should work (see attached screen dump) ;-)

Anonymous’s picture