module ChunkyPNG::Canvas::StreamExporting
def to_rgb_stream
-
(String)
- The RGB-formatted pixel data.
def to_rgb_stream pixels.pack('NX' * pixels.length) end
(String)
- The RGB-formatted pixel data.
def to_rgb_stream pixels.pack('NX' * pixels.length) end