diff --git a/TODO b/TODO index 1b61aaaf..98a29873 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,7 @@ +- perspective transform with a matrix ... base it on the Lenz transformer, but + partial +- need something to test the morph operators - lab [100,0,0] -> srgb [255, 255, 254]? how odd @@ -14,20 +17,6 @@ -- how do we wrap inplace ops in C++ now? will checking the RW bit help at all? - -- consider: - - if( im_check_vector( "im__vector_to_ink", n, im ) ) - return( -1 ); - - n must be 1 or im->Bands ... but what about n > 1 and im->Bands == 1? - - look at im_lintra_vec(), what happens here? - - - - - use D65 in cmsCreateLab4Profile() ? not sure - im_divide() can /0 for complex