diff options
| author | Omar Rizwan <omar@omar.website> | 2026-02-11 16:27:25 +0000 |
|---|---|---|
| committer | Omar Rizwan <omar@omar.website> | 2026-02-11 16:27:25 +0000 |
| commit | fef608dda5e356f62996bc22826acd68f0f3e6bd (patch) | |
| tree | 6fa467b3c7b6a493113275c9c4e565daea9fbacc /test/python-image.folk | |
| parent | Move image-lib into image subfolder. (diff) | |
| download | folk-fef608dda5e356f62996bc22826acd68f0f3e6bd.tar.gz folk-fef608dda5e356f62996bc22826acd68f0f3e6bd.zip | |
Split jpeg-lib and png-lib out from image-lib.folk.
Diffstat (limited to 'test/python-image.folk')
| -rw-r--r-- | test/python-image.folk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/test/python-image.folk b/test/python-image.folk index 3bf326e3..8a2e32fb 100644 --- a/test/python-image.folk +++ b/test/python-image.folk @@ -1,7 +1,9 @@ -When { source builtin-programs/image-lib.folk } -When the image library is /imageLib/ &\ +When { source builtin-programs/image/image-lib.folk } +When { source builtin-programs/image/png-lib.folk } + +When the png library is /pngLib/ &\ the image uvx argtype definer is /defineImageArgtype/ { - set im [$imageLib loadPng "vendor/fonts/CourierPrimeCode.png"] + set im [$pngLib loadPng "vendor/fonts/CourierPrimeCode.png"] fn defineImageArgtype |
