Hello everyone,
I am using paperclip for storing images.
I need to store images in two way in one model,
One: Original image with some styles which I defined.
Second: Rotated original image and some other style which I defined.
Is this possible to do? If yes please advise how can i achieve.
Thank You!
If you’re using paperclip, just add some post-processors.
–
Dheeraj K.
Dheeraj K. wrote in post #1095758:
If you’re using paperclip, just add some post-processors.
GitHub - thoughtbot/paperclip: Easy file attachment management for ActiveRecord
–
Dheeraj K.
Im using image rotating lib found by Google.here is the link