libvips/libvips/foreign
Kleis Auke Wolthuizen 6fd38df95a Build a dynamically loadable module for OpenSlide
By default, a dynamically loadable module is built for OpenSlide (i.e.
`--with-openslide=module`) when:
* OpenSlide is found;
* GModule is supported (`gmodule_supported` pkg-config variable).

This can be overridden on the command line with:
* `--without-openslide` - to disable OpenSlide usage;
* `--with-openslide[=yes]` - to restore the previous behavior;
* `--disable-modules` - to disable the build of dynamic modules.
2021-04-22 12:28:37 +02:00
..
libnsgif Fix autogen warning 2021-04-22 12:02:29 +02:00
Makefile.am Build a dynamically loadable module for OpenSlide 2021-04-22 12:28:37 +02:00
analyze2vips.c Fix function pointer cast issues 2020-06-30 13:35:41 +02:00
analyzeload.c Update GObject introspection annotations for libvips/foreign directory 2017-09-26 23:39:06 +01:00
cairo.c revise BGRA->RGBA 2020-10-17 13:42:57 +01:00
csvload.c add fitsload_source 2021-02-11 16:44:53 +00:00
csvsave.c flush target at end of write 2020-11-04 09:28:25 +00:00
dbh.h fix compiler warnings 2013-10-18 09:13:24 +01:00
dzsave.c block deprecation warnings from libgsf 2020-11-29 14:41:19 +00:00
exif.c Set minimum glib dependency version of 2.40 (March 2014) 2021-02-24 21:59:21 +00:00
fits.c add fitsload_source 2021-02-11 16:44:53 +00:00
fitsload.c add fitsload_source 2021-02-11 16:44:53 +00:00
fitssave.c Update GObject introspection annotations for libvips/foreign directory 2017-09-26 23:39:06 +01:00
foreign.c Build a dynamically loadable module for OpenSlide 2021-04-22 12:28:37 +02:00
heifload.c start adding jp2k load 2021-03-17 11:31:25 +00:00
heifsave.c Merge branch 'master' into add-openjpeg 2021-03-27 15:22:13 +00:00
jp2kload.c more jp2k tests 2021-03-23 17:15:02 +00:00
jp2ksave.c make autosubsample more consistent 2021-03-27 15:16:38 +00:00
jpeg.h move exif handling out to exif.c 2016-11-07 12:20:56 +00:00
jpeg2vips.c slight formatting improvement 2020-12-29 13:29:27 +00:00
jpegload.c add missing funcs to public C API 2020-08-14 13:36:12 +01:00
jpegsave.c make autosubsample more consistent 2021-03-27 15:16:38 +00:00
magick.c better GraphicsMagick image write 2020-11-12 12:00:11 +00:00
magick.h Add `optimize_gif_frames` and `optimize_gif_transparency` options to `vips_magicksave` 2019-08-08 02:52:54 +06:00
magick2vips.c block 0 width or height images from imagemagick 2020-11-20 12:17:42 +00:00
magick7load.c oops typo in magick7 load 2020-11-22 06:33:11 +00:00
magickload.c Ensure magick buffer+file checks use consistent min length guard 2020-08-17 14:17:55 +01:00
magicksave.c Fix function pointer cast issues 2020-06-30 13:35:41 +02:00
matlab.c Fix function pointer cast issues 2020-06-30 13:35:41 +02:00
matload.c Update GObject introspection annotations for libvips/foreign directory 2017-09-26 23:39:06 +01:00
matrixload.c Merge pull request #1593 from kleisauke/disable-deprecated 2020-06-28 11:07:56 +01:00
matrixsave.c flush target at end of write 2020-11-04 09:28:25 +00:00
niftiload.c Update C++ binding and function list 2021-04-21 18:09:34 +02:00
niftisave.c add vips_niftiload_source() 2021-02-12 15:29:58 +00:00
nsgifload.c improve comment 2021-04-14 11:32:08 +01:00
openexr2vips.c small fix to openexr load 2021-03-18 12:47:03 +00:00
openexrload.c Update GObject introspection annotations for libvips/foreign directory 2017-09-26 23:39:06 +01:00
openslide2vips.c Build a dynamically loadable module for OpenSlide 2021-04-22 12:28:37 +02:00
openslideload.c Build a dynamically loadable module for OpenSlide 2021-04-22 12:28:37 +02:00
pdfiumload.c revise BGRA->RGBA 2020-10-17 13:42:57 +01:00
pdfload.c revise BGRA->RGBA 2020-10-17 13:42:57 +01:00
pforeign.h Build a dynamically loadable module for OpenSlide 2021-04-22 12:28:37 +02:00
pngload.c use libspng for load, libpng for save 2020-06-09 14:38:04 +01:00
pngsave.c improve pngsave compression for palette images 2021-02-14 11:29:22 +00:00
ppmload.c two more small refleaks 2021-02-07 16:09:22 +00:00
ppmsave.c two more small refleaks 2021-02-07 16:09:22 +00:00
quantise.c misplaced include broke the build 2018-06-20 16:19:53 +01:00
radiance.c detect RLE overflow in radiance 2020-07-28 14:03:58 +01:00
radload.c make check passes after stream -> source rename 2019-12-30 12:48:20 +00:00
radsave.c final code cleanups after stream -> source rename 2019-12-30 14:23:51 +00:00
rawload.c add @format and @interpretation to rawload 2019-09-05 16:25:55 +01:00
rawsave.c fix up suffs on all savers 2020-03-13 13:01:15 +00:00
spngload.c add gif background colour as metadata 2021-02-20 04:52:02 +00:00
svgload.c Merge branch '8.10' 2021-02-09 16:23:46 +00:00
tiff.c Cleanup configure.ac and #ifdef's 2021-03-06 15:47:07 +01:00
tiff.h make check passes after stream -> source rename 2019-12-30 12:48:20 +00:00
tiff2vips.c fix out of bounds read in tiffload 2020-11-03 11:48:21 +00:00
tiffload.c add subifd select to tiff load 2020-05-28 12:40:31 +01:00
tiffsave.c comment fix 2021-04-03 16:32:23 +01:00
vips2jpeg.c heifsave: add option to control subsample_mode 2021-01-13 10:01:34 +00:00
vips2tiff.c guard refs to ZSTD 2021-03-05 12:16:38 +00:00
vips2webp.c vips2webp: force low duration frames to 100ms 2021-03-13 22:04:37 +01:00
vipsload.c tiny fixes 2021-02-05 16:56:44 +00:00
vipspng.c add gif background colour as metadata 2021-02-20 04:52:02 +00:00
vipssave.c fix vipssave parent class 2021-01-02 18:36:33 +00:00
webp2vips.c webpload: prevent divide-by-zero when blending pixels 2020-12-17 20:23:06 +00:00
webpload.c final code cleanups after stream -> source rename 2019-12-30 14:23:51 +00:00
webpsave.c add @profile to webpsave 2020-07-18 14:49:37 +01:00