mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-14 09:55:56 -07:00
refactor(vips): check image type
This commit is contained in:
parent
da8c9707c9
commit
125806e589
2 changed files with 6 additions and 7 deletions
6
vips.h
6
vips.h
|
|
@ -2,12 +2,6 @@
|
|||
#include <vips/vips.h>
|
||||
#include <vips/vips7compat.h>
|
||||
|
||||
int
|
||||
vips_initialize()
|
||||
{
|
||||
return vips_init("bimg");
|
||||
};
|
||||
|
||||
int
|
||||
vips_affine_interpolator(VipsImage *in, VipsImage **out, double a, double b, double c, double d, VipsInterpolate *interpolator)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue