PHP Image Processing
I wrote a small PHP script last night to do image processing. I was surprised that it works. I needed to accept a file name, rotation angle, and color. The script opens the PNG file, enlarges it a few pixels to ensure that the rotation doesn’t cause edge…
Continue reading