I am working on a script that uses the image functions to generate an image. The functions are: imagecreatefromstring, imagecreatetruecolor, imagecopyresampled, and imagepng.
I noticed in my local testing that when calling these functions for a list the cpu usage goes up. Will this cause a cpu...