From fef608dda5e356f62996bc22826acd68f0f3e6bd Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Wed, 11 Feb 2026 11:27:25 -0500 Subject: Split jpeg-lib and png-lib out from image-lib.folk. --- test/python-image.folk | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'test/python-image.folk') 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 -- cgit v1.2.3