Commit 8ee9d69
authored
Add openjpeg as requirement for forge templates that have DICOM (#4563)
While debugging an algorithm, I found that we also require
`pylibjpeg-openjpeg` for decompression of: `'High-Throughput JPEG 2000
with RPCL Options Image Compression (Lossless Only)'`.
At the same time, I found out the `slice.decompress()` is actually
in-place. Cleaned that up as well.1 parent 56ed7f9 commit 8ee9d69
3 files changed
Lines changed: 6 additions & 1 deletion
File tree
- app/grandchallenge/forge/templates/forge/partials
- example_algorithm
- example_evaluation_method
- functions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
0 commit comments