by masonicb00m on 9/23/18, 7:30 PM with 5 comments
by gus_massa on 9/23/18, 7:51 PM
Also, you can use the image library of Racket. You can mix bitmaps and vectorial images. See for example the https://docs.racket-lang.org/quick/index.html
by rgovostes on 9/24/18, 2:23 AM
The language and IDE are designed for beginners but it is not limited by it, and in fact many professional designers use it still. The documentation is great, with simple live examples of virtually every function. Here's save() for writing out an image file: https://www.processing.org/reference/save_.html
More recently, they've opened it up to make it easy to get third-party libraries for making web requests, running physics simulations, or augmenting the IDE itself.
by bananicorn on 9/24/18, 6:06 AM
by pzone on 9/23/18, 9:55 PM
If you're looking for something to run headless on a server, Imagemagick is a good choice.