libvips/libvips
John Cupitt 5771be4186 xres/yres become double
we had them as float before to make load/save easier, but that means we
need lots of hacks to make properties work correctly

instead, convert to/from float on read/write and have them as double
internally
2012-03-02 12:54:50 +00:00
..
arithmetic complex ==, != was broken 2012-03-01 14:09:52 +00:00
cimg fix gcc4.6 warnings 2011-10-18 17:11:04 +01:00
colour small fixes 2012-01-11 15:00:37 +00:00
conversion xres/yres become double 2012-03-02 12:54:50 +00:00
convolution add VIPS_IMAGE_N_PELS() 2012-01-15 11:15:12 +00:00
deprecated im_measure() works on labq 2012-03-01 13:48:44 +00:00
foreign relax assert() checks for foreign 2012-03-01 14:21:06 +00:00
freq_filt clean up fft, reduce memuse 2012-01-28 11:53:45 +00:00
histograms_lut cleanups 2012-02-28 14:17:02 +00:00
include xres/yres become double 2012-03-02 12:54:50 +00:00
inplace much faster smudge 2012-01-30 10:18:06 +00:00
iofuncs xres/yres become double 2012-03-02 12:54:50 +00:00
morphology hackery to get goi working 2011-12-31 18:22:42 +00:00
mosaicing add VIPS_IMAGE_N_PELS() 2012-01-15 11:15:12 +00:00
other hackery to get goi working 2011-12-31 18:22:42 +00:00
resample fix im_shrink() 2012-02-10 13:17:19 +00:00
video Merge remote-tracking branch 'origin/7.26' 2012-01-14 14:00:41 +00:00
Makefile.am small fixes 2012-01-11 15:00:37 +00:00
dummy.c