Sha256: d36f44681f3fa87d7a5f33ff53f11a2224eb4caf1c9b02006563c790d4626447

Contents?: true

Size: 202 Bytes

Versions: 23

Compression:

Stored size: 202 Bytes

Contents

class PSD
  module ImageFormat
    # Parses a RAW uncompressed image
    module RAW
      private

      def parse_raw!
        @channel_data = @file.read(@length).bytes.to_a
      end
    end
  end
end

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
psd-3.9.0 lib/psd/image_formats/raw.rb
psd-3.8.0 lib/psd/image_formats/raw.rb
psd-3.7.0 lib/psd/image_formats/raw.rb
psd-3.6.0 lib/psd/image_formats/raw.rb
bench9000-0.1 vendor/psd.rb/lib/psd/image_formats/raw.rb
psd-3.5.0 lib/psd/image_formats/raw.rb
psd-3.4.0 lib/psd/image_formats/raw.rb
psd-3.3.3 lib/psd/image_formats/raw.rb
psd-3.3.2 lib/psd/image_formats/raw.rb
psd-3.3.1 lib/psd/image_formats/raw.rb
psd-3.2.4 lib/psd/image_formats/raw.rb
psd-3.2.3 lib/psd/image_formats/raw.rb
psd-3.2.2 lib/psd/image_formats/raw.rb
psd-3.2.1 lib/psd/image_formats/raw.rb
psd-3.2.0 lib/psd/image_formats/raw.rb
psd-3.1.5 lib/psd/image_formats/raw.rb
psd-3.1.4 lib/psd/image_formats/raw.rb
psd-3.1.3 lib/psd/image_formats/raw.rb
psd-3.1.2 lib/psd/image_formats/raw.rb
psd-2.1.2 lib/psd/image_formats/raw.rb