dead ends

This commit is contained in:
Bob Omb 2015-12-04 20:28:41 -08:00
parent c177f8658a
commit 408a9d62ec

View File

@ -1,5 +1,5 @@
PROCESSOR = "magick" -- options are: "py", "gm", "magick", "imlib2", "pngLua"
--gm does not work and requires graphicksmagick, py is buggy and requires lunatic-python to be built, and the PIL,
--gm does not work and requires graphicksmagick, py is bit slow and requires lunatic-python to be built, and the PIL,
--imlib2 treats 16-bit as 8-bit and requires imlib2, magick requires magick wand
--convert uses commandline imagemagick "convert" or graphicsmagick "gm convert" ("convert.exe" or "gm.exe convert")
--png locks up and does not work...