vecto
vecto copied to clipboard
Draw vector graphics into PNG files
Would you be interested in adding a canvas function `save-png-octet-vector` or `save-png-data` that simply returns an octet vector with the entire *png* file for in-memory storage? Seems like a simple...
The current Quicklisp version of vecto does not contain the contrib added in #10. Is it possible to make a new release so Quicklisp can switch over to it? What...
Hello, I have found that running this test program with SBCL 1.2.1 produces infinite calls to VECTO::APPROXIMATE-ARC. Do you have any idea what is going wrong here? ``` (defpackage :arc-test...
Hi Zach, Offering these performance enhancements to VECTO, which can be rather slow sometimes on mobile devices. A major speedup is for string drawing, under a new function DRAW-STRING-FAST, which...
Example PNG files were generated with a buggy Salza2 and new zlib/libpng combos do not accept them any more. New salza2 does not seem to have the same problem. Regenerate...