changeset 230:fad22529c309

todo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 13 Jan 2021 17:44:31 +0100
parents d9bd12e3747a
children 121328eb4a7d a2d4bae64839
files TODO
diffstat 1 files changed, 8 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/TODO	Wed Jan 13 17:40:56 2021 +0100
+++ b/TODO	Wed Jan 13 17:44:31 2021 +0100
@@ -12,12 +12,15 @@
 * Viewer: Configure how missing tiles are displayed for sparse tiling
 
 
------------
-Performance
------------
+-------
+Testing
+-------
 
-* Check out rapidjson: https://github.com/miloyip/nativejson-benchmark
-* Optimize ImageToolbox::Set() and ImageToolbox::Halve()
+* Integration tests for photometric interpretations
+  (https://bugs.orthanc-server.com/show_bug.cgi?id=144) => all
+  possibilities (2x2x3) with "--rencode", "--pyramid", "--compression"
+  X all possible input photometric interpretations (6 = PNG, JPEG, PNG
+  grayscale, TIFF RGB, TIFF YCbCr, TIFF grayscale)
 
 
 -------------