Auto-aligning BEFORE resizing

This commit is contained in:
Will Marshall
2014-05-30 15:23:42 +10:00
parent 3ddd7c31e8
commit de9319f002

View File

@@ -1,3 +1,3 @@
Paperclip::Attachment.default_options[:convert_options] = {
Paperclip::Attachment.default_options[:source_file_options] = {
all: "-auto-orient"
}