Sha256: eb87cb30acc912b4db5db16bd08fcf0fc5383934dba96b76c9e0e5fe58b4c4e8
Contents?: true
Size: 322 Bytes
Versions: 22
Compression:
Stored size: 322 Bytes
Contents
module Dragonfly module ImageMagick module Processors class Encode def update_url(attrs, format, args="") attrs.ext = format.to_s end def call(content, format, args="") content.process!(:convert, args, 'format' => format) end end end end end
Version data entries
22 entries across 22 versions & 1 rubygems