Attachment_fu error
Posted
by cswebgrl
on Stack Overflow
See other posts from Stack Overflow
or by cswebgrl
Published on 2010-05-28T16:03:57Z
Indexed on
2010/06/18
16:33 UTC
Read the original article
Hit count: 400
Hello,
I am getting an error while trying to upload images on an Ubuntu machine that's running Rails 2.3.4, Ruby 1.8.6 using attachment_fu with image science.
FreeImage exception for type ???: IPTC: Invalid key 'Tag 0x025C'
The error seems to point to this line in the image_science_processor in the attachment_fu plugin:
def with_image(file, &block)
::ImageScience.with_image file, &block
end
My initial thoughts are that it has something to do with meta tags and the images and maybe free image. I don't actually see this error on my dev machine - Mac Snow Leopard, Rails 2.3.5, Ruby 1.8.7. Before I start messing versions on the production boxes, has anyone else encountered this issue and have an idea to fix it?
THANKS!!!!
© Stack Overflow or respective owner