Convert an image to fake Sepia with PHP
It’s pretty easy to do image manipulation with PHP. Here’s a sample of converting an image from color into sepia using PHP’s imagefilter. Be sure that your memory_limit will handle the image sizes you want to process. @imagecreatefromjpeg will return … Continue reading