module ChunkyPNG::Canvas::StreamExporting
def to_alpha_channel_stream
-
(String)
- The 0-255 alpha values of all pixels packed as string
def to_alpha_channel_stream pixels.pack("C*") end
(String)
- The 0-255 alpha values of all pixels packed as string
def to_alpha_channel_stream pixels.pack("C*") end