module ChunkyPNG::Canvas::StreamExporting

def to_abgr_stream

Returns:
  • (String) - The RGBA-formatted pixel data.
def to_abgr_stream
  pixels.pack('V*')
end