diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-10 17:11:02 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-10 17:11:02 +0000 |
commit | f844f89eae41ff16153dc2b25c0706c6dffbd205 (patch) | |
tree | 5c623b2396dd5d45381df003d7c24921239c9eaa /russian | |
parent | 33c7fcfd70a00aa38fba01e087d4a6c3285ae5fb (diff) | |
download | ports-f844f89eae41ff16153dc2b25c0706c6dffbd205.tar.gz ports-f844f89eae41ff16153dc2b25c0706c6dffbd205.zip |
Cram into 80 columns by 24 rows.
Notes
Notes:
svn path=/head/; revision=106669
Diffstat (limited to 'russian')
-rw-r--r-- | russian/gd/pkg-descr | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/russian/gd/pkg-descr b/russian/gd/pkg-descr index af84716b96b9..387d29add15a 100644 --- a/russian/gd/pkg-descr +++ b/russian/gd/pkg-descr @@ -1,23 +1,19 @@ -DESCRIPTION +from the man page: gd is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colors, cut and paste from other images, and flood fills, and write out the result as a .PNG file. This is particularly useful in World Wide Web applications, where .PNG - is the format used for inline images. + is the format used for inline images. - gd is not a paint program. If you are looking for a paint program, try - xpaint by David Koblas, available by anonymous FTP from ftp.netcom.com - in pub/ko/koblas. (That package is for the X Window System; for the Mac - and the PC, paint programs are considerably easier to find.) + gd is not a paint program. [...] gd does not provide for every possible desirable graphics operation. It is not necessary or desirable for gd to become a kitchen-sink graphics package, but version 1.3 incorporates most of the commonly requested features for an 8-bit 2D package. Support for scalable fonts, and truecolor images, JPEG and PNG is planned for version 2.0. - -AUTHOR +[...] gd was written by Thomas Boutell and is currently distributed by boutell.com, Inc. |