mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-11 00:10:27 -07:00
Fixes issue with typecast from GType to int
This commit is contained in:
parent
1a210d1b18
commit
7c042eba31
1 changed files with 1 additions and 1 deletions
2
vips.h
2
vips.h
|
|
@ -47,7 +47,7 @@ typedef struct {
|
|||
double Background[3];
|
||||
} WatermarkOptions;
|
||||
|
||||
static int
|
||||
static unsigned long
|
||||
has_profile_embed(VipsImage *image) {
|
||||
return vips_image_get_typeof(image, VIPS_META_ICC_NAME);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue