mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
f8816cb4eb
formats. PR: ports/105410 Submitted by: Gea-Suan Lin <gslin at gslin.org>
8 lines
346 B
Plaintext
8 lines
346 B
Plaintext
This is primarily a library for reading portable bitmap (PBM),
|
|
portable graymap (PGM), and portable pixmap (PPM) files. These image
|
|
formats are only the barest step up from raw data, and have a very
|
|
simple format which is the key to be "portable". Writing out images in
|
|
these formats is very easy.
|
|
|
|
WWW: http://search.cpan.org/dist/Image-PBMlib/
|