summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2013-01-05 13:06:18 +0100
committerYorhel <git@yorhel.nl>2013-01-05 13:06:18 +0100
commit5fb01aeb58c77d2abda4e11d72be2217215a0ce5 (patch)
tree5d59608330ebb3879b9183cbe239d356aa13151f /README
parenta208fac4225ab8775a57c72eca0f042ee743b7bc (diff)
Don't use Multi for processing VN cover images
I used to do this to avoid loading Image::Magick in each TUWF process, decreasing memory usage, and lowering the blocking time by avoiding too much processing. Memory isn't much of a problem nowadays, and processing images is fast enough, too, so this complexity isn't necessary anymore. (Character images and screenshots pending)
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index c7d011c5..41f68c2f 100644
--- a/README
+++ b/README
@@ -27,6 +27,7 @@ Requirements
Algorithm::Diff::XS
DBI
DBD::Pg
+ Image::Magick
TUWF (get it from http://g.blicky.net/tuwf.git/)
FCGI (optional, for running as a FastCGI script)
PerlIO::gzip (optional, for output compression)