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! -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/f4mLd0IrcMAJ. For more options, visit https://groups.google.com/groups/opt_out.
If you''re using paperclip, just add some post-processors. https://github.com/thoughtbot/paperclip#post-processing -- Dheeraj Kumar On Thursday 7 February 2013 at 6:26 PM, Saravanan P wrote:> 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! > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org (mailto:rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org). > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org (mailto:rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org). > To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/f4mLd0IrcMAJ. > For more options, visit https://groups.google.com/groups/opt_out. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
Dheeraj Kumar wrote in post #1095758:> If you''re using paperclip, just add some post-processors. > > https://github.com/thoughtbot/paperclip#post-processing > > -- > Dheeraj KumarIm using image rotating lib found by Google.here is the link http://www.rasteredge.com/how-to/csharp-imaging/rotate-image/ -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/ee8cb141f9ea364b66ac07e33c5f6a10%40ruby-forum.com. For more options, visit https://groups.google.com/groups/opt_out.