Module: Paperclip

Defined in:
lib/paperclip-watermark/watermark.rb

Overview

from github.com/ng/paperclip-watermarking-app with modifications from exviva.posterous.com/watermarking-images-with-rails-3-and-papercli and even more modifications to ensure works with paperclip >= 2.3.8 and rails >= 3

Note: In rails 3 paperclip processors are not automatically loaded. You must add the following above your model class definition:

require ‘paperclip_processors/watermark’

Defined Under Namespace

Classes: Watermark