summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/image_test.module
Commit message (Collapse)AuthorAge
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see ↵Dries Buytaert2010-03-26
| | | | also links.
* - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵Dries Buytaert2009-12-04
| | | | compliance with standards.
* #269337 by egfrith and wrunt: Added support for more image types (PDF, TIFF, ↵Angie Byron2009-09-01
| | | | EPS, etc.).
* - Patch #472642 by stella, agentrickard: remove 'implementation of' ↵Dries Buytaert2009-05-27
| | | | nominalizations from Docblocks.
* - Patch #373613 by drewish, quicksketch: working around some Debian issues. ↵Dries Buytaert2009-03-10
| | | | They ship a different GD library.
* - Patch #373613 by quicksketch and drewish: in order to operate on images ↵Dries Buytaert2009-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.