Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Stripping CVS keywords | The Great Git Migration | 2011-02-25 |
| | |||
* | #915174 by sdboyer, sun: Remove pointless files[] declarations on files that ↵ | Angie Byron | 2010-12-20 |
| | | | | are not declaring classes. | ||
* | - 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. |