This is the changelog for the release of a new minor version (numbered 2.1.3) of the G’MIC image processing framework. This new stable version stays backward compatible with the previous version 2.1.1.
Few improvements on the language syntax and script parser have been done.
G’MIC (GREYC’s Magic for Image Computing) is a full-featured open-source framework for image processing. It provides several different user interfaces to convert/manipulate/filter/visualize generic image datasets, ranging from 1d scalar signals to 3d+t sequences of multi-spectral volumetric images, thus including 2d color images.
The following is the full Changelog of the version 2.1.3, as compared to the previous stable version 2.1.1.
Enjoy !
New features:
New syntax $$name or $${name} allowed, substituted by the G’MIC script code of the custom command name. This allows to save and restore the definition of a command in/from a variable for instance.
Hanoi tower game has been added, with command x_hanoi. The game now appears in the main demos menu.
Changes / Improvements:
Syntax extension: Invoking a command with a double hyphen --command can be now equivalently written with a +, as in +command.
Math parser function date(attr,_filename) now accepts a vector-valued argument attr, to retrieve multiple date info at the same time (e.g. day/month/year).
Well, this doesn’t change anything in that case.
JPEG compression introduces lossy artefacts in generated files, changing the min/max values of the pixels, that’s why you don’t get a [0,255] range when you read the JPEG file again.
I thought about it yes some times ago, but this would mean add another dependency to a sound playing library. And for an image processing tool, it’s probably a bit too much
@lylejk Maybe if you have the programming chops, you could link a music / sound library to gmic and then, with some magic sauce, we can procedurally generate music and images .