We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b0216 commit dfc1d15Copy full SHA for dfc1d15
libvips/colour/icc_transform.c
@@ -936,7 +936,7 @@ vips_icc_import_line(VipsColour *colour,
936
float *q;
937
int i;
938
939
- /* Buffer of encoded 16-bit pixels we transform.
+ /* Transform to PCS pixels here.
940
*/
941
guint16 encoded[3 * PIXEL_BUFFER_SIZE];
942
@@ -1098,7 +1098,7 @@ vips_icc_export_line_xyz(VipsColour *colour,
1098
VipsPel *q;
1099
int x;
1100
1101
- /* Buffer of encoded float pixels we transform to device space.
+ /* Buffer of PCS pixels we transform to device space.
1102
1103
float encoded[3 * PIXEL_BUFFER_SIZE];
1104
0 commit comments