on an external image library, like RMagick. It tries to be memory efficient and reasonably fast. It supports reading and writing all PNG variants that are defined in the specification, with one limitation: only 8-bit color depth is supported. ok jeremy@ abieber@
19 lines
324 B
Makefile
19 lines
324 B
Makefile
COMMENT = pure ruby library for chunk-level access to PNG
|
|
|
|
DISTNAME = chunky_png-1.4.0
|
|
|
|
CATEGORIES = graphics
|
|
|
|
HOMEPAGE = https://github.com/wvanbergen/chunky_png/wiki
|
|
|
|
MAINTAINER = Kurt Mosiejczuk <kmos@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|