diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2010-06-23 16:07:40 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-06-29 00:36:35 -0500 |
commit | a4e30f9f3e827cd1b0245e72fcba87cb8d9b1a60 (patch) | |
tree | 189b64a89edb75d59f7be8e913e1d36d196a8498 /graphics/exact-image/README | |
parent | 5e48145d7d7d792a5033872202b8b40a809082d3 (diff) | |
download | slackbuilds-a4e30f9f3e827cd1b0245e72fcba87cb8d9b1a60.tar.gz |
graphics/exact-image: Added (image processing library)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'graphics/exact-image/README')
-rw-r--r-- | graphics/exact-image/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/exact-image/README b/graphics/exact-image/README new file mode 100644 index 0000000000..50317b273d --- /dev/null +++ b/graphics/exact-image/README @@ -0,0 +1,9 @@ +ExactImage is an image processing library which reimplements ImageMagick +functions with a significant speed improvement. The library also provides +several new algorithms: lossless JPEG transforms and creation of searchable +PDFs from hOCR annotated HTML. There are bindings for PHP, Lua, Perl, and +Python. See /usr/doc/exact-image-*/examples/ for information on using +exactimage with Perl, Python, PHP and Lua. + +This requires agg. lua and evas are optional dependencies, as is bardecode, +but bardecode is not available from SlackBuilds.org. |