module ChunkyPNG::Canvas::StreamExporting

def to_alpha_channel_stream

Returns:
  • (String) - The 0-255 alpha values of all pixels packed as string
def to_alpha_channel_stream
  pixels.pack('C*')
end