fix a comment
This commit is contained in:
parent
54d8e4808f
commit
1654ac7e5b
@ -65,7 +65,7 @@ typedef VipsConversionClass VipsUnpremultiplyClass;
|
||||
|
||||
G_DEFINE_TYPE( VipsUnpremultiply, vips_unpremultiply, VIPS_TYPE_CONVERSION );
|
||||
|
||||
/* Unpremultiply a greyscale (two band) image.
|
||||
/* Unpremultiply an N-band image.
|
||||
*/
|
||||
#define UNPRE_MANY( IN, OUT ) { \
|
||||
IN * restrict p = (IN *) in; \
|
||||
|
Loading…
Reference in New Issue
Block a user