module ChunkyPNG::Canvas::StreamExporting
def to_abgr_stream
-
(String)
- The RGBA-formatted pixel data.
def to_abgr_stream pixels.pack("V*") end
(String)
- The RGBA-formatted pixel data.
def to_abgr_stream pixels.pack("V*") end