This commit is contained in:
John Cupitt 2009-10-02 10:30:22 +00:00
parent b6cb3cbcbd
commit caa84d3deb

12
TODO
View File

@ -1,3 +1,15 @@
- constant images:
we make them with im_black(), then m_lintra(), then im_clip(). How
about instead making a 1x1 pixel image and expanding it with im_emed()
would this be quicker?
test wth nip2
might be rather similar, nip2 will use im_black() + im_maplut() I
guess
maybe optimise the expand-one-pixel mode of im_embed()?
- im_flood*() should use inline rather than #define