Sha256: b99d4572f8e119ff3dbce0fc61fb0b74bdc44ea2e4017e2060a89607180c6892

Contents?: true

Size: 142 Bytes

Versions: 1

Compression:

Stored size: 142 Bytes

Contents

module FastImageParsing
  class Psd < ImageBase # :nodoc:
    def dimensions
      @stream.read(26).unpack("x14NN").reverse
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fastimage-2.4.0 lib/fastimage/fastimage_parsing/psd.rb