diff options
Diffstat (limited to 'libglitter_colour_model_convert_rasters_double.3')
-rw-r--r-- | libglitter_colour_model_convert_rasters_double.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libglitter_colour_model_convert_rasters_double.3 b/libglitter_colour_model_convert_rasters_double.3 index 329b638..0ac525b 100644 --- a/libglitter_colour_model_convert_rasters_double.3 +++ b/libglitter_colour_model_convert_rasters_double.3 @@ -120,7 +120,10 @@ shall be column-major conversion matrix from the source colour model (the output's colour model) to the target colour model (the application's colour model). .PP -All rasters are in row-major order and must be distinct. +All rasters are in row-major order and must be distinct, +except the input rasters are allowed to the same, with +the same offsets, as the output rasters: they must overlap +exactly or not at all. .PP By default, these functions do not use hardware acceleration, they run on the CPU. However the |