Merged in the scale branch:
authorTony Cook <tony@develop=help.com>
Fri, 18 Aug 2006 04:35:27 +0000 (04:35 +0000)
committerTony Cook <tony@develop=help.com>
Fri, 18 Aug 2006 04:35:27 +0000 (04:35 +0000)
commit658f724ef1381b7c7d0844fc9a2e2c7868e22188
tree04068855db77a11d9c85227542a8a10e10137f51
parent4cda4e766fd2cfec4646c996787a1ed6941cfb3e
Merged in the scale branch:

- adds a new scaling mechanism 'mixing' based on the method
implemented by pnmscale.  Produces better detail when scaling down and
is faster than the 'normal' method.

- the scale() method can now scale non-proportionally if the caller
specifically asks for it with xscalefactor/yscalefactor or by setting
type to 'nonprop'.
Imager.pm
Imager.xs
MANIFEST
Makefile.PL
TODO
imager.h
lib/Imager/Transformations.pod
scale.c [new file with mode: 0644]
t/t40scale.t