mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-15 18:35:54 -07:00
feat(#49)
This commit is contained in:
parent
f1fc2d662b
commit
c1e0c73d50
2 changed files with 35 additions and 26 deletions
6
vips.h
6
vips.h
|
|
@ -2,6 +2,12 @@
|
|||
#include <vips/vips.h>
|
||||
#include <vips/vips7compat.h>
|
||||
|
||||
#ifdef VIPS_MAGICK_H
|
||||
#define VIPS_MAGICK_SUPPORT 1
|
||||
#else
|
||||
#define VIPS_MAGICK_SUPPORT 0
|
||||
#endif
|
||||
|
||||
enum types {
|
||||
UNKNOWN = 0,
|
||||
JPEG,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue