From 2abee4653b13385256019d1ce870bdf9fc4dfceb Mon Sep 17 00:00:00 2001 From: Harald Kuhr Date: Wed, 2 Mar 2011 17:24:25 +0100 Subject: [PATCH] Added TODO. --- common/common-image/todo.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 common/common-image/todo.txt diff --git a/common/common-image/todo.txt b/common/common-image/todo.txt new file mode 100644 index 00000000..c8ed52d1 --- /dev/null +++ b/common/common-image/todo.txt @@ -0,0 +1,6 @@ +TODO: + Remove compile-time dependency on JMagick: + - Extract interface for MagickAccelerator + - Move implementation to separate module + - Instantiate impl via reflection +DONE: \ No newline at end of file