Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #373613 by drewish, quicksketch: working around some Debian issues. ↵ | Dries Buytaert | 2009-03-10 |
| | | | | They ship a different GD library. | ||
* | - Patch #373613 by quicksketch and drewish: in order to operate on images ↵ | Dries Buytaert | 2009-03-09 |
multiple times (such as crop, scale, then desaturate) without quality loss, we need to pass images by their raw GD (or other library) resources rather than re-opening the same image repeatedly, which causes wasted processing and loss of quality when using JPEG images. This patch reworks the image toolkits, adds some new image manipulations and adds some impressive SimpleTests. |