libvips/libvips/foreign
Lovell Fuller 3ad7363104 heifsave: add option to control subsample_mode
Defaults to no subsampling when Q>90 for consistency with jpegsave.

Deprecate VipsForeignJpegSubsample enum, replace with more generic
VipsForeignSubsample.
2021-01-13 10:01:34 +00:00
..
Makefile.am add an experimental libspng reader 2020-05-01 16:05:48 +01: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 Merge pull request #1593 from kleisauke/disable-deprecated 2020-06-28 11:07:56 +01: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 fix out of bounds exif read in heifload 2020-10-20 08:54:54 +01:00
fits.c make RGB and sRGB synonmous 2019-12-22 11:40:09 +00:00
fitsload.c Update GObject introspection annotations for libvips/foreign directory 2017-09-26 23:39:06 +01:00
fitssave.c Update GObject introspection annotations for libvips/foreign directory 2017-09-26 23:39:06 +01:00
foreign.c add vipssave_target() 2021-01-02 15:49:32 +00:00
gifload.c backport gifheight check 2020-11-21 14:25:09 +00:00
heifload.c more debugging code for heifload and save 2020-12-24 15:50:56 +00:00
heifsave.c heifsave: add option to control subsample_mode 2021-01-13 10:01:34 +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 heifsave: add option to control subsample_mode 2021-01-13 10:01:34 +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 fix up nifti load/save 2019-09-09 16:06:22 +01:00
niftisave.c fix up nifti load/save 2019-09-09 16:06:22 +01:00
openexr2vips.c Fix function pointer cast issues 2020-06-30 13:35:41 +02:00
openexrload.c Update GObject introspection annotations for libvips/foreign directory 2017-09-26 23:39:06 +01:00
openslide2vips.c fix crash with some openslide images 2020-07-17 10:50:09 +01:00
openslideload.c add vipsload_source 2020-12-31 19:47:36 +00: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 heifsave: add option to control subsample_mode 2021-01-13 10:01:34 +00:00
pngload.c use libspng for load, libpng for save 2020-06-09 14:38:04 +01:00
pngsave.c add 1/2/4 bit PNG save 2020-06-25 10:40:43 +01:00
ppmload.c add some more ppm tests 2020-12-26 18:35:11 +00:00
ppmsave.c fix ppmsave regression 2020-12-03 10:30:03 +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 better error detection in spngload 2021-01-05 03:54:48 +00:00
svgload.c Merge branch '8.10' 2020-12-18 17:16:24 +00:00
tiff.c add casts for tiff seek 2020-01-14 14:50:46 +00: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 fix handling of "squash" param in tiffsave 2020-09-01 12:34:09 +01:00
vips2jpeg.c heifsave: add option to control subsample_mode 2021-01-13 10:01:34 +00:00
vips2tiff.c fix tiff pyramid save region-shrink 2020-11-03 23:14:44 +00:00
vips2webp.c fix write ICC profile to webp 2020-08-05 15:29:54 +01:00
vipsload.c fix a refleak in the new vipsload 2021-01-02 18:59:34 +00:00
vipspng.c Exclude libpng load when building with libspng 2020-12-29 13:34:22 +01: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