Paperclipで画像サイズの最後に使うコレ
has_attached_file :foo, :style => {:thumb => '100x80>'}
いつも意味忘れてググるけどImageMagickのオプションなので下記に書いてある。
Resize or Scaling -- IM v6 Examples
- Ignore Aspect Ratio ('!')
- Only Shrink Larger ('>')
- Only Enlarge Smaller ('<')
- Fill Given Area ('^')
- Percentage Resize ('%')
- Pixel Area Limit ('@')
- Cropping ('#')