stuff
This commit is contained in:
parent
425795a8c8
commit
2872fc8eb8
3
TODO
3
TODO
@ -1,5 +1,3 @@
|
|||||||
- try a 32-bit intermediate for im_conv()
|
|
||||||
|
|
||||||
- gtkdoc for im_profile() next
|
- gtkdoc for im_profile() next
|
||||||
|
|
||||||
|
|
||||||
@ -10,6 +8,7 @@
|
|||||||
paths to search, breaking demo2 for Hamish
|
paths to search, breaking demo2 for Hamish
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- lab [100,0,0] -> srgb [255, 255, 254]? how odd
|
- lab [100,0,0] -> srgb [255, 255, 254]? how odd
|
||||||
|
|
||||||
- could do small masks in a single pass
|
- could do small masks in a single pass
|
||||||
|
@ -103,13 +103,15 @@
|
|||||||
|
|
||||||
TODO
|
TODO
|
||||||
|
|
||||||
- will this change make much difference to the vips benchmark?
|
- tried 8-bit data with a 32-bit intermediate, but it was only
|
||||||
|
slightly faster than C
|
||||||
|
|
||||||
- try a path with a 32-bit sum for larger matrices / scale / offset,
|
16-bit data would be even slower, no speed advantage
|
||||||
|
|
||||||
- make up a signed 8-bit code path?
|
- make up a signed 8-bit code path?
|
||||||
|
|
||||||
- try a 16-bit path
|
- make it more like morphology.c: have a param for the result of the
|
||||||
|
previous pass rather than a separate combining pass
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user