Commit Graph

5 Commits (8a0d326a8e134ad4261b9575ce073f9e44b72f60)

Author SHA1 Message Date
Dries Buytaert a4ee7092e1 - Patch #373613 by drewish, quicksketch: working around some Debian issues. They ship a different GD library. 2009-03-10 09:43:01 +00:00
Dries Buytaert 0ea653502c - Patch #373613 by quicksketch and drewish: in order to operate on images 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.
2009-03-09 11:44:54 +00:00
Dries Buytaert 92a8adea65 - Patch #352470 by scor: fixed typos and grammar in comments. 2008-12-30 16:43:20 +00:00
Dries Buytaert 57fe5103da - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now printes #markup, not #value. 2008-07-16 21:59:29 +00:00
Dries Buytaert ffdfefebbc - Patch #270508 by paul.levvik and pwolanin: usability improvement: image toolkits should not have to be copied. 2008-07-08 01:08:15 +00:00