Last active
August 29, 2015 14:02
-
-
Save thejspr/d6dce4185286ef9bb9ab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git c/app/models/photo.rb w/app/models/photo.rb | |
index 60b3ab3..c6a99fb 100644 | |
--- c/app/models/photo.rb | |
+++ w/app/models/photo.rb | |
@@ -51,6 +51,7 @@ class Photo < ActiveRecord::Base | |
:processors => [:thumbnail, :optimize], | |
:convert_options => { | |
:search_v4 => '-quality 70', | |
+ :banner => '-quality 80 -interlace Plane -strip' | |
} | |
}.merge(PHOTO_UPLOAD_OPTIONS).merge(CDN_OPTIONS) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment