Converting to black & white and sepia using GD library
Nutter
2:13 am on Jun 2, 2006 (gmt 0)
Is there a way to use the GD libraries to convert a color image to black & white and sepia? I'm using ImageMagick right now, but some people don't have that installed so I'd like to have a backup plan.
eelixduppy
2:22 am on Jun 2, 2006 (gmt 0)
How about imagefilter [us2.php.net]?; more specifically IMG_FILTER_GRAYSCALE.