diff options
author | Mattias Andrée <maandree@kth.se> | 2023-01-26 20:11:27 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-01-26 20:11:27 +0100 |
commit | c7a79293e8d7ea22b06dca7ea386ad5b88e076eb (patch) | |
tree | 3ba2b528453f4446e9a10552428d5d72a353da25 /libglitter_colour_model_convert_rasters_double.3 | |
parent | Fix and test libglitter_get_colour_model_conversion_matrix_{double,float} (diff) | |
download | libglitter-c7a79293e8d7ea22b06dca7ea386ad5b88e076eb.tar.gz libglitter-c7a79293e8d7ea22b06dca7ea386ad5b88e076eb.tar.bz2 libglitter-c7a79293e8d7ea22b06dca7ea386ad5b88e076eb.tar.xz |
m doc + test libglitter_colour_model_convert_rasters_{double,float}
Signed-off-by: Mattias Andrée <maandree@kth.se>
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 |