ryantownsend (owner)

Revisions

gist: 46119 Download_button fork
public
Public Clone URL: git://gist.github.com/46119.git
Embed All Files: show embed
Ruby #
1
2
3
4
5
6
7
8
9
10
11
12
has_attached_file :source,
  :styles => {
    :max => ['600x600>', :jpg],
    :large => ['400x400>', :jpg],
    :medium => '300x300>',
    :small => '200x200#'
  },
  :convert_options => {
    :all => "-strip",
    :max => '-background white -flatten -quality 75',
    :large => '-background white -flatten -quality 75'
  }