PHP image pixelate?
I need to make this effect with php. I know that there is IMG_FILTER_PIXELATE in PHP image filter. But I need it to be smoother and embossed? like in this image: This effect will make any image uploaded by user become pixelated and the edge of the picture become red (I know IMG_FILTER_EDGEDETECT but I don't know how to use it to change edge color). I have no idea how to do this. Henrik Peinar As the last answer was theoretical and seemed to be not enough, I've created a practical example: Note: This is far from the "ideal" and perfect pixelate effect function, but it does it's job. Feel free