libvips/libvips
John Cupitt 65105a9442 upsize with something other than nearest
vips_resize() uses to just use nearest when upsizing, following standard
practice in repro. This is often unfortunate for image processing, where
small nearest upsizes will produce obvious aliasing.

It now picks a VipsInterpolate which corresponds (roughly) to the
selected VipsKernel and uses that with affine for any upsizing.
2016-06-22 10:33:08 +01:00
..
arithmetic more overcomp reporting 2016-05-19 14:40:16 +01:00
colour conversion to grey16 could lock 2016-06-03 16:24:21 +01:00
conversion improve orientation fetch 2016-06-01 08:59:44 +01:00
convolution make optional args into bullets 2016-05-02 10:12:37 +01:00
create make optional args into bullets 2016-05-02 10:12:37 +01:00
deprecated compiles 2016-05-26 14:58:04 +01:00
draw make optional args into bullets 2016-05-02 10:12:37 +01:00
foreign better dsave zip compression on older libgsfs 2016-06-09 11:58:01 +01:00
freqfilt make optional args into bullets 2016-05-02 10:12:37 +01:00
histogram make optional args into bullets 2016-05-02 10:12:37 +01:00
include free pixel buffers on image close 2016-06-06 13:50:25 +01:00
iofuncs vips_image_write() only refs input when it has to 2016-06-10 13:58:01 +01:00
morphology make optional args into bullets 2016-05-02 10:12:37 +01:00
mosaicing make optional args into bullets 2016-05-02 10:12:37 +01:00
resample upsize with something other than nearest 2016-06-22 10:33:08 +01:00
video
Makefile.am Fix .gir file dependencies 2015-05-18 02:44:34 -04:00
dummy.c
introspect.c