Module: Rszr

Defined in:
lib/rszr/identification.rb,
lib/rszr.rb,
lib/rszr/fill.rb,
lib/rszr/color.rb,
lib/rszr/image.rb,
lib/rszr/stream.rb,
lib/rszr/version.rb,
lib/rszr/buffered.rb,
lib/rszr/color/base.rb,
lib/rszr/color/cmya.rb,
lib/rszr/color/rgba.rb,
lib/rszr/color/point.rb,
lib/rszr/orientation.rb,
lib/rszr/color/gradient.rb,
lib/rszr/batch_transformation.rb,
ext/rszr/rszr.c

Overview

Type reader adapted from fastimage github.com/sdsykes/fastimage/

Defined Under Namespace

Modules: Buffered, Color, Identification, Orientation Classes: BatchTransformation, Error, ErrorWithMessage, FileNotFound, Fill, Image, InternalError, LoadError, SaveError, Stream, TransformationError

Constant Summary collapse

VERSION =
'1.4.0'
@@autorotate =
nil

Class Method Summary collapse

Class Method Details

.autorotateObject



20
21
22
# File 'lib/rszr.rb', line 20

def autorotate
  @@autorotate
end

.autorotate=(value) ⇒ Object



24
25
26
# File 'lib/rszr.rb', line 24

def autorotate=(value)
  @@autorotate = !!value
end