module ChunkyPNG::Canvas::PNGEncoding
def write(io, constraints = {})
-
constraints
() --
-
io
(IO
) -- The output stream to write to.
def write(io, constraints = {}) to_datastream(constraints).write(io) end
constraints
(
)
--
io
(IO
)
-- The output stream to write to.
def write(io, constraints = {}) to_datastream(constraints).write(io) end