class GD2::AnimatedGif::Frame

Public Instance Methods

read() click to toggle source
# File lib/gd2/animated_gif.rb, line 7
def read
  ptr.get_bytes(0, size.get_int(0))
end