ADD: Rotate Image via EXIF Information

This commit is contained in:
HausdorffHimself
2013-09-13 01:44:07 +02:00
parent ca6858c0a0
commit be55462e35
2 changed files with 13 additions and 0 deletions

View File

@@ -30,7 +30,11 @@ class FotoUploader < CarrierWave::Uploader::Base
# def scale(width, height)
# # do something
# end
# general settings
process :fix_exif_rotation
process :strip
process :convert => 'jpg'
# Create different versions of your uploaded files:
version :thumb do