Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | base64: Avoid override warnings. | Ricardo Wurmus | 2021-01-03 | 1 | -9/+14 |
| | |||||
* | sxml: Disallow *DEFAULT* as an abbreviation. | Ricardo Wurmus | 2019-02-10 | 1 | -1/+3 |
| | | | | * pict/sxml.scm (xml->sxml)[name->sxml]: Filter *DEFAULT*. | ||||
* | pict: Support loading of PNGs. | Ricardo Wurmus | 2019-02-09 | 1 | -0/+256 |
| | | | | | | * pict.scm (pict-from-file): Detect and support PNGs. (png-size): New procedure. * pict/base64.scm: New file. | ||||
* | Add pict-from-file. | Ricardo Wurmus | 2019-02-07 | 1 | -0/+180 |
* pict/sxml.scm: New file. * pict.scm (pict-from-file): New procedure. (pict-height, pict-width): Support string values. |