����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 18.118.31.32 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/proc/2905953/root/usr/include/vips/ |
Upload File : |
/* Macros for the header version. */ #ifndef VIPS_VERSION_H #define VIPS_VERSION_H #define VIPS_VERSION "8.16.1" #define VIPS_VERSION_STRING "8.16.1" #define VIPS_MAJOR_VERSION (8) #define VIPS_MINOR_VERSION (16) #define VIPS_MICRO_VERSION (1) /* The ABI version, as used for library versioning. */ #define VIPS_LIBRARY_CURRENT (60) #define VIPS_LIBRARY_REVISION (1) #define VIPS_LIBRARY_AGE (18) #define VIPS_CONFIG "enable Analyze7 load: true\nenable GIF load: true\nenable PPM load/save: true\nenable RAD load/save: true\nenable cplusplus: true\nenable debug: false\nenable deprecated: true\nenable modules: true\nEXR load with OpenEXR: true\nFITS load/save with cfitsio: true\nGIF save with cgif: true\nHEIC/AVIF load/save with libheif: true (dynamic module: true)\nJPEG load/save with libjpeg: true\nJPEG2000 load/save with OpenJPEG: false\nJXL load/save with libjxl: false (dynamic module: false)\nMagick load/save with MagickCore: true (dynamic module: true)\nMatlab load with matio: true\nNIfTI load/save with libnifti: false\nPDF load with poppler-glib: true (dynamic module: true)\nPNG load/save with libpng: true\nSVG load with librsvg-2.0: true\nTIFF load/save with libtiff-4: true\nWSI load with openslide: true (dynamic module: true)\nWebP load/save with libwebp: true\nimage pyramid save with libarchive: true\nimage quantisation with imagequant: true\nEXIF metadata support with libexif: true\nFFTs with fftw3: true\nICC profile support with lcms2: true\nSIMD support with orc-0.4: true\ndeflate compression with zlib: true\nfont file support with fontconfig: true\ntext rendering with pangocairo: true" /* Not really anything to do with versions, but this is a handy place to put * it. */ #define VIPS_ENABLE_DEPRECATED 1 #endif /*VIPS_VERSION_H*/