Displaying 1 result from an estimated 1 matches for "image_file_extension".
2007 Jan 03
1
Square thumbnails are blurred
...mage.resize ''x200''
image.resize ''200x<''
image.resize ''50%''
image.gravity ''center''
image.crop ''100x100+0+0''
image.write("#{RAILS_ROOT}/public/images/members/#{@user_id}/#{@id}_100px#{image_file_extension}")
everything works fine, except the image is very blurred.
Do you have any idea what I could be doing wrong?
Thanks
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Grou...