Can you go back into your logs and see if you have any errors the first time you tried to load in the images? (This would be during the "rake db:sample_data:load")
It can be hard to tell exactly what's going on since the image_science gem works through ruby_inline which compiles some C code to call FreeImage functions. Sometimes you get an obvious horrible error but other times you might get a silent failure. RMagick/ImageMagick doesn't have to jump through as many runtime hoops as image_science/FreeImage. But the hard part can be getting ImageMagick installed if you're building it from source if you don't want to/can't use a pre-built binary package. Long On Thu, Nov 6, 2008 at 8:10 PM, Bharat <[EMAIL PROTECTED]> wrote: > > I have managed to get around the problem by installing ImageMagick and > RMagick instead of FreeImage and ImageScience. I am not sure what is > wrong with my installation of FreeImage and ImageScience. Did anyone > else have this experience? The thumbnail resizing did not work at all > in FreeImage and ImageScience. > Bharat > > > -- Long Nguyen [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ Insoshi developer site: http://dogfood.insoshi.com/ Insoshi documentation: http://docs.insoshi.com/ You received this message because you are subscribed to the Google Groups "Insoshi" 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/insoshi?hl=en -~----------~----~----~----~------~----~------~--~---
