I would like to crop images on upload using Paperclip to get square thumbs from the center of the original picture. I find out a method in documentation that seems to do exa
You only need to use # instead of > as a parameter:
has_attached_file :picture, :styles => { :thumb => "200x200#" }