mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
9 lines
188 B
C
9 lines
188 B
C
// https://libvips.github.io/libvips/API/current/VipsImage.html
|
|
|
|
#include <stdlib.h>
|
|
#include <vips/vips.h>
|
|
|
|
int has_alpha_channel(VipsImage *image);
|
|
|
|
void clear_image(VipsImage **image);
|