#guile_png — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #guile_png, aggregated by home.social.
-
Some new generative art created with Guile-PNG (https://github.com/artyom-poptsov/guile-png).
Now I can draw regular polygons with arbitrary number of sides.
-
Now Guile-PNG (https://github.com/artyom-poptsov/guile-png) can draw hexagons. Here an example of a rather quite simple form of generative art, created with Guile-PNG.
-
Updated Guile-PNG to the version 0.8.0 in GNU Guix:
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=53455b6b332022e4c46374051a37ff34f0110f72 -
Released Guile-PNG version 0.8.0:
https://github.com/artyom-poptsov/guile-png/releases/tag/v0.8.0Main changes:
- New "png" CLI tool that prints human-readable information in org-mode format about the given PNG file.
- New "<square>" type in "(png graphics rectangle)" module.
- New "(png version)" module that provides procedures to get the information about the current Guile-PNG version. -
Implemented "png" CLI tool for Guile-PNG (https://github.com/artyom-poptsov/guile-png) that prints the contents of a given PNG file (or the file coming from the standard input) to the standard output in org-mode format.