Sha256: 12c588abcc6a5186b37ba81dd2ea8c5da94e41d8b88b2d325b906ddc7d24474e
Contents?: true
Size: 231 Bytes
Versions: 44
Compression:
Stored size: 231 Bytes
Contents
module MiniMagick class Tool ## # @see http://www.imagemagick.org/script/identify.php # class Identify < MiniMagick::Tool def initialize(*args) super("identify", *args) end end end end
Version data entries
44 entries across 44 versions & 2 rubygems