-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathtodo.txt
50 lines (32 loc) · 1.52 KB
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
TODO
--------------------------------------------------------------------
REFACTORING
--------------------------------------------------------------------
* color/plane -> layer
Simple naming fix. A layer should always be called a layer.
The layers might be called colors after converting to RGB.
--------------------------------------------------------------------
CAMF AND OTHER FILE FORMAT ISSUES
--------------------------------------------------------------------
* The CAMF matrix data has the dimensions in the description out of
order, at least for older cameras and also for Quattro. What does
that mean for the stored data? Does that follow the order or the
index n in the info?
* Signed vs unsigned for CAMF matrix data ?
--------------------------------------------------------------------
SMALL THINGS
--------------------------------------------------------------------
* Logic for getting thumbs images is wrong. There might be two
and they might be of same type but different size.
* Expanding non square image data.
--------------------------------------------------------------------
COLOR AND CONVERSION
--------------------------------------------------------------------
* Green cast ?
--------------------------------------------------------------------
LONG TERM
--------------------------------------------------------------------
--------------------------------------------------------------------
DOCUMENTATION
--------------------------------------------------------------------
* Document the format