Does the identify command of ImageMagick help at all? I'm pretty sure that its installed or if not it is required as part of the paperclip gem.
The command is something like identify -format %[exif:*] image.jpg Steve On 8 Jun 2010, at 15:54, Keenan Brock wrote: > Kinda a hack but.... > > If you look at mysql, they compile native c code. > > I played with this in http://github.com/kbrock/tclink > > Not sure what the dependencies are, but wonder if the code is tight enough to > embed it in a gem. > > > --K > On Jun 8, 2010, at 10:37 AM, Richard Conroy wrote: > >> >> >> On Tue, Jun 8, 2010 at 3:15 PM, Patrick Crowley <[email protected]> wrote: >> Has anyone been able to extract EXIF information from photo uploads on >> Heroku? >> >> Most EXIF parsing gems are wrappers for libraries that aren't >> available on the Heroku stack. (And we can't install these libraries >> manually as you'd normally do on a VPS.) >> >> >> You can install non-standard gems on heroku. You need to look into updating >> your .gems file manifest. It can be a bit tricky if your gem has dependencies >> that are not part of the heroku stack. It will compile native gems for you >> (within >> reason - no Win32 gems for instance) and generally works pretty well. >> >> It can make your app size very big though, and can make deploy times very >> lengthy. >> >> >> -- >> http://richardconroy.blogspot.com >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Heroku" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/heroku?hl=en. > > > -- > You received this message because you are subscribed to the Google Groups > "Heroku" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en. -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
