Socket
Book a DemoInstallSign in
Socket

grayscale_paperclip_processor

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grayscale_paperclip_processor

bundlerRubygems
Version
0.0.1
Version published
Maintainers
1
Created
Source

grayscale_paperclip_processor

Grayscale processor for Paperclip gem

Usage:

Gemfile:

gem "grayscale_paperclip_processor"

Model:

has_attached_file :data,
  :processors => [:watermark],
  :styles => {
    :grayscale => {
      :processors => [:grayscale],
      :geometry => "361x226!"
    }
    :normal => "361x226#",
    ...

FAQs

Package last updated on 28 Mar 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts