mirror of
https://github.com/lovell/sharp.git
synced 2026-02-06 22:56:16 +01:00
Start to use libvips 8.1.0+ features #152
Use native (un)premultiply Support normalise on Windows
This commit is contained in:
@@ -9,16 +9,6 @@ namespace sharp {
|
||||
*/
|
||||
int Composite(VipsObject *context, VipsImage *src, VipsImage *dst, VipsImage **out);
|
||||
|
||||
/*
|
||||
* Premultiply alpha channel of `image`.
|
||||
*/
|
||||
int Premultiply(VipsObject *context, VipsImage *image, VipsImage **out);
|
||||
|
||||
/*
|
||||
* Unpremultiply alpha channel of `image`.
|
||||
*/
|
||||
int Unpremultiply(VipsObject *context, VipsImage *image, VipsImage **out);
|
||||
|
||||
/*
|
||||
* Stretch luminance to cover full dynamic range.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user