Skip to content

Instantly share code, notes, and snippets.

@thejspr
Last active August 29, 2015 14:02
Show Gist options
  • Save thejspr/d6dce4185286ef9bb9ab to your computer and use it in GitHub Desktop.
Save thejspr/d6dce4185286ef9bb9ab to your computer and use it in GitHub Desktop.
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