-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION.in
22 lines (22 loc) · 894 Bytes
/
DESCRIPTION.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: image2k
Type: Package
Title: interface between pixmap and Imlib2 and/or MagickWand
Version: @VERSION@
Priority: other
Date: 2014-06-24
Author: Greg Minshall
Maintainer: Greg Minshall <[email protected]>
URL: https://github.com/greg-minshall/image2k
Description: image2k creates pixmaps from any image file that is
supported by the Imlib2 and/or MagickWand libraries (assuming one or
both of these libraries are available on your machine). similarly,
given a pixmap, image2k can write that to an image file using either
Imlib2 and/or MagickWand. (MagickWand is an optional library from
ImageMagick.)
License: MIT + file LICENSE
Depends: pixmap
Suggests: digest, getopt, methods
SystemRequirements: libImlib2, libMagickWand
Note: image2k requires *one* of libImlib2, libMagickWand, though if
both are on the system, that will provide more flexibility at
run time.