Tutorials » PHP

Sharp images with GD - Cover

Sharp images with GD

Published by David on 25. December 2011

Unfortunately PHP has no built-in function like so we have to help ourselve to get such a function which could sharp images which are created or loaded with GD (Graphics Draw) in PHP. You could use that sharpening if you resize images, rotate them or create thumbnail views of images. Example

View whole tutorial »