1
0

Can anyone point me towards some resources for image generation?

5y 11mon ago by lemmy.ml/u/imperator in php@lemmy.ml

I'm looking at generating images on the fly in response to web requests. I've already created this in Go, but I want to compare it to PHP.

Specifically, I'm curious about two things - the tools available for creating images pixel-by-pixel, and the libraries/packages available for assembling images in more abstract ways, like with geometry helper methods.