Hi.
I''m making an app where people can share gifs and everything was
working
properly or so i thought, the problem came when i tried to upload a gif
with a large amount of frames and i noticed that the upload process, which
is handled by carrierwave, hangs forever. I think that the problem rises
when i try to convert this into a "jpeg" using MiniMagick, is anybody
else
experiencing the same problem? i would like to get some insight on wich is
the best way to handle gif uploads in carrierwave and converting them into
jpeg''s
This is the code im using to convert gifs into jpeg
version :thumb do
process convert: :jpg
process resize_to_limit: [200,200]
end
Thanks in advance!
--
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.