Sha256: a205940ac62073ba137aeef30696e3e97569c1d04d4ea1d594b14744cfe21111
Contents?: true
Size: 333 Bytes
Versions: 96
Compression:
Stored size: 333 Bytes
Contents
# frozen_string_literal: true require "dragonfly/image_magick/commands" module Alchemy module Dragonfly module Processors class AutoOrient def call(content) ::Dragonfly::ImageMagick::Commands.convert( content, "-auto-orient" ) end end end end end
Version data entries
96 entries across 96 versions & 1 rubygems