[Zope] Re: image hot fix
seb bacon
seb@jamkit.com
Tue, 28 Aug 2001 12:30:28 +0100
* seb bacon <seb@jamkit.com> [010828 10:34]:
> The tests you mention are scaling images by powers of two (i.e. 480 =
> 1024 / 2, 128 = 1024 / 2^3) which will minimise the number of
> rounding errors (I'm guessing a bit - can you tell? ;-). Have you
> tried scaling down by 1/3, 1/7, etc?
*cough* my thesis is proved entirely wrong by my inability to divide
1024 by 2. I guess that doesn't lend credibility to my
assertion that PIL makes jagged images, either. Oh well ;-)
seb