mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
c89075e0c9
- Update maintainer's email PR: 17140 Submitted by: Maintainer
17 lines
542 B
Plaintext
17 lines
542 B
Plaintext
This program aims to view many variously formated pictures
|
|
easily. So far, it can treat below formats:
|
|
|
|
- Archiver: BZ2 DRI GZ LIBARC (requires libarc) MISC PAK TAR
|
|
- Loader: ALD BMP GRP JPEG LFG MAG PIC PNG PNM XMB XPM
|
|
- Saver: JPEG PMS PNG
|
|
|
|
It has been implemented plugin mechanism so that each user
|
|
can choose each format support linked in main program or separated
|
|
as plugin. Moreover, you can make your own plugins to extend
|
|
supported formats.
|
|
|
|
WWW: http://enfle.fennel.org/
|
|
|
|
--
|
|
Yuuki SAWADA <yuuki@goldmoon.org>
|