Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

image is not recognized by the 'identify' command #1111

Closed
chebyte opened this issue Dec 18, 2012 · 7 comments
Closed

image is not recognized by the 'identify' command #1111

chebyte opened this issue Dec 18, 2012 · 7 comments

Comments

@chebyte
Copy link

chebyte commented Dec 18, 2012

hi guys I just upgrade to paperclip 3.3.1 and now I'm getting this error

Command :: identify -format %wx%h '/var/folders/_t/v67kdbqd7px3dw6jrxqqr0tr0000gn/T/logo funda 6x6 300dpi20121218-9352-105evqw.png[0]'
[paperclip] An error was received while processing: #<Paperclip::Errors::NotIdentifiedByImageMagickError: /var/folders/_t/v67kdbqd7px3dw6jrxqqr0tr0000gn/T/logo funda 6x6 300dpi20121218-9352-105evqw.png is not recognized by the 'identify' command.>

in my gemfile I have

gem 'paperclip',                 '3.3.1'  
gem 'cocaine', "0.4.2"
gem 'aws-sdk'

anyone knows why?

@nathany
Copy link

nathany commented Dec 19, 2012

Do you have ImageMagick installed and can you run identify from the command line?

@chebyte
Copy link
Author

chebyte commented Dec 19, 2012

of course, I have both

#which identify
/Users/chebyte/Developer/bin/identify

@nathany
Copy link

nathany commented Dec 19, 2012

:-) I saw a similar error recently when the file path was wrong (though I was messing with Fog/S3). Not sure if that helps. If not, I think I'll let the Paperclip devs take it from here...

@inspire22
Copy link

I had this problem when paperclip was locked to 3.1 but cocaine updated itself in the gemfile (bad cocaine!). Seems you're on the new version, but might be worth double checking your gemfile.lock to see what it says.

@chebyte
Copy link
Author

chebyte commented Dec 21, 2012

I have all gems with the versions!

@nathany yeap I tried changing the path manually but I still get the same error

@carl0s
Copy link

carl0s commented Dec 22, 2012

any update with that? I have the same error and gems with versions!

@djcp
Copy link
Contributor

djcp commented Jan 18, 2013

This should be fixed in the latest version of paperclip, if you're still seeing problems can you try against master and report back?

@djcp djcp closed this as completed Jan 18, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants