diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-03 04:08:15 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-03 04:08:15 +0000 |
commit | a8c72e3fdf23cf2c880909aaf6b4cf0e2c95a516 (patch) | |
tree | a0651588cc34e8996ff3a61a87a2542baf06a6a3 /japanese/libimg/pkg-descr | |
parent | Conform to handbook's guidelines for pkg/DESCR, esp. wrt WWW: (diff) |
Initial import of ja-libimg version 1.2b2.
A Tcl/Tk library with support for many image types.
PR: 11337
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
Diffstat (limited to '')
-rw-r--r-- | japanese/libimg/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/japanese/libimg/pkg-descr b/japanese/libimg/pkg-descr new file mode 100644 index 000000000000..95a1c231aa3d --- /dev/null +++ b/japanese/libimg/pkg-descr @@ -0,0 +1,14 @@ +"Img" package enhances Tk, adding support for many other Image formats: +BMP, XBM, XPM, GIF (with transparency), PNG, JPEG, TIFF and +postscript. This version only works with Tcl/Tk 8.0 or higher +(tested up to Tk8.1b2). If you are using Tk4.2 or lower, +stick with Img1.1.4 (which is still available). + +The most recent info is always available at: + http://home.wxs.nl/~nijtmans/img.html + +Note that both graphics/img and japanese/img are mutually exclusive and +SHOULD NOT BE INSTALLED SIMULTANEOUSLY! + +-KIRIYAMA Kazuhiko +<kiri@pis.toba-cmt.ac.jp> |