Module: NL::FastPng
- Defined in:
- lib/nl/fast_png.rb,
lib/nl/fast_png/version.rb,
ext/nl-fast_png/png_ext.c
Defined Under Namespace
Modules: PngExt
Constant Summary collapse
- VERSION =
"0.0.1"
Class Method Summary collapse
-
.store_png(width, height, depth, data) ⇒ Object
Returns a String containing a compressed PNG version of the given grayscale
data
, which haswidth
columns,height
lines, and has a bit depth ofdepth
(either 8 or 16).