Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dfc1d15

Browse files
committed
clarify some comments
1 parent 07b0216 commit dfc1d15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libvips/colour/icc_transform.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ vips_icc_import_line(VipsColour *colour,
936936
float *q;
937937
int i;
938938

939-
/* Buffer of encoded 16-bit pixels we transform.
939+
/* Transform to PCS pixels here.
940940
*/
941941
guint16 encoded[3 * PIXEL_BUFFER_SIZE];
942942

@@ -1098,7 +1098,7 @@ vips_icc_export_line_xyz(VipsColour *colour,
10981098
VipsPel *q;
10991099
int x;
11001100

1101-
/* Buffer of encoded float pixels we transform to device space.
1101+
/* Buffer of PCS pixels we transform to device space.
11021102
*/
11031103
float encoded[3 * PIXEL_BUFFER_SIZE];
11041104

0 commit comments

Comments
 (0)