aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/Makefile
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2006-10-08 19:17:49 +0800
committersat <sat@FreeBSD.org>2006-10-08 19:17:49 +0800
commitbf4e3aa375a5f1e4ec582e2b6ef435ad4d3bdad2 (patch)
tree4ebba7885c178ccd7e0bdd5ff1b544e317ada290 /graphics/Makefile
parent71b086d1b12b67b6b6341ffd87c2ba9cf478c261 (diff)
downloadfreebsd-ports-gnome-bf4e3aa375a5f1e4ec582e2b6ef435ad4d3bdad2.tar.gz
freebsd-ports-gnome-bf4e3aa375a5f1e4ec582e2b6ef435ad4d3bdad2.tar.zst
freebsd-ports-gnome-bf4e3aa375a5f1e4ec582e2b6ef435ad4d3bdad2.zip
Add port graphics/tkpng:
This port implements support for loading and using PNG images with Tcl/Tk. Although other extensions such as Img also add support for PNG images, I wanted something that was lightweight, did not depend on libpng, and which would be suitable for inclusion in the Tk core, as Tk does not currently support any image formats natively that take advantage of its internal support for alpha blending, and alpha antialiasing and drop shadows really go a long way toward beautifying Tk applications. At this time, the package supports reading images from files or binary data. Base64 decoding is supported as of version 0.6. Exporting images to PNG format is not supported yet. The package supports the full range of color types, channels and bit depths from 1 bit black & white to 16 bit per channel full color with alpha (64 bit RGBA) and interlacing. Ancillary "chunks" such as gamma, color profile, and text fields are ignored, although they are checked at a minimum for correct CRC. WWW: http://www.muonics.com/FreeStuff/TkPNG/ Author: Michael Kirkham <mikek@muonics.com>
Diffstat (limited to 'graphics/Makefile')
-rw-r--r--graphics/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 614b46423c6f..93e620a78a0f 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -643,6 +643,7 @@
SUBDIR += tifmerge
SUBDIR += timeless
SUBDIR += tintfu
+ SUBDIR += tkpng
SUBDIR += togl
SUBDIR += truevision
SUBDIR += tulip