comparison TODO @ 230:fad22529c309

todo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 13 Jan 2021 17:44:31 +0100
parents bdc5cb0db9bf
children 2defc8008b33
comparison
equal deleted inserted replaced
229:d9bd12e3747a 230:fad22529c309
10 * Thoroughly test sparse tiling (both in encoder and decoder) 10 * Thoroughly test sparse tiling (both in encoder and decoder)
11 * Display physical scale in Web viewer 11 * Display physical scale in Web viewer
12 * Viewer: Configure how missing tiles are displayed for sparse tiling 12 * Viewer: Configure how missing tiles are displayed for sparse tiling
13 13
14 14
15 ----------- 15 -------
16 Performance 16 Testing
17 ----------- 17 -------
18 18
19 * Check out rapidjson: https://github.com/miloyip/nativejson-benchmark 19 * Integration tests for photometric interpretations
20 * Optimize ImageToolbox::Set() and ImageToolbox::Halve() 20 (https://bugs.orthanc-server.com/show_bug.cgi?id=144) => all
21 possibilities (2x2x3) with "--rencode", "--pyramid", "--compression"
22 X all possible input photometric interpretations (6 = PNG, JPEG, PNG
23 grayscale, TIFF RGB, TIFF YCbCr, TIFF grayscale)
21 24
22 25
23 ------------- 26 -------------
24 Documentation 27 Documentation
25 ------------- 28 -------------