Thanks. It's simpler then I thought. Didn't realize all processing
happened on save. I'm more familiar with Paperclip's method.
On Feb 1, 2:48 am, Ajay Kumar <
aroopchan...@gmail.com> wrote:
> Scott,
>
> I did exactly the same stuff. I had used delayed_job and ran the
> processing in background as I has > 500k images. If the number of images
> that needs to be processed is less then probably you can do it from console.
>
> You can find the code that I have used athttps://
gist.github.com/1715817