mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-05 13:43:28 +03:00
Fixed typo
This commit is contained in:
parent
e24fad40ad
commit
032027303f
|
@ -49,7 +49,7 @@ table_index3D(int index1D, int index2D, int index3D,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Transforms colors of imIn using provided 3D lookup table
|
Transforms colors of imIn using provided 3D lookup table
|
||||||
and puts the result in imOut. Returns imOut on sucess or 0 on error.
|
and puts the result in imOut. Returns imOut on success or 0 on error.
|
||||||
|
|
||||||
imOut, imIn — images, should be the same size and may be the same image.
|
imOut, imIn — images, should be the same size and may be the same image.
|
||||||
Should have 3 or 4 channels.
|
Should have 3 or 4 channels.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user