DISQUS

ruby on rails blog: Watermarking images paperclip’s post-processor

  • Nic · 7 months ago
    Thank you Jonathan.

    Works great in development mode. Do you have any idea why it doesn't work in production mode.
  • Jonathan Ng · 7 months ago
    I'm running this in production without a hitch. Maybe there's a problem with your deployment set up?
  • Millisami · 4 months ago
    Hi, I made this work. Thanks.
    But the only problem is how to tell the processor to do the watermark only on create and not on edit/update?
    Right now, everytime I edit the post with option to attach photo, the previous uploaded gets watermarked again!!
  • ngng · 4 months ago
    If there is no image, it won't process. It should also only process the original, so it shouldn't matter.