Here's just one of the many examples out there of how to code a plugin for CarrierWave:
http://www.freezzo.com/2010/12/23/create-ffmpeg-processor-for-carrierwave-in-rails-3/ Personally, I find the tooling around Paperclip to be a lot more hackable in this regard. The thumbnail processor can be duplicated in place, modified with different command-line arguments, and used as a different "style" in the collection. It helps that Paperclip does their own thumbnail as a plug-in, so you're on a par with the core functionality. Walter On Apr 9, 2014, at 7:55 PM, Eric Kornmeyer wrote: > I'm creating a project that lets users upload images onto products and > then buy the products. I'm using Carrierwave and Minimagick. I found > this cylnderize script on fmwconcepts. It's a shell script. It is > literally perfect for what I need as a lot of the products are mugs. > Does anyone know how I might be able to convert the script into > minimagick code I can use in my controller? > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/rubyonrails-talk/31c5890c998868fe07630e9531e5c866%40ruby-forum.com. > For more options, visit https://groups.google.com/d/optout. -- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/E747ECFE-D464-45EB-8C0F-5C5AF07D22BE%40wdstudio.com. For more options, visit https://groups.google.com/d/optout.

