You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm using ImageMagick to converting my images to XPM files. And ImageMagick uses color names, which can be problem with SDL. I got error colour parse error when i try to load this cube.scad.xpm.gz xpm. Other application works fine, so the problem can be in missing color names definitions.
My versions:
Linux thinkpad 6.0.0-4-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.0.8-1 (2022-11-11) x86_64 GNU/Linux
ii libsdl2-2.0-0:amd64 2.24.2+dfsg-1 amd64 Simple DirectMedia Layer
ii libsdl2-dev:amd64 2.24.2+dfsg-1 amd64 Simple DirectMedia Layer development files
ii libsdl2-image-2.0-0:amd64 2.6.2+dfsg-2 amd64 Image loading library for Simple DirectMedia Layer 2, libraries
ii libsdl2-image-dev:amd64 2.6.2+dfsg-2 amd64 Image loading library for Simple DirectMedia Layer 2, development files
ii libsdl2-mixer-2.0-0:amd64 2.6.2+dfsg-2 amd64 Mixer library for Simple DirectMedia Layer 2, libraries
ii libsdl2-ttf-2.0-0:amd64 2.20.1+dfsg-2 amd64 TrueType Font library for Simple DirectMedia Layer 2, libraries
ii libsdl2-ttf-dev:amd64 2.20.1+dfsg-2 amd64 TrueType Font library for Simple DirectMedia Layer 2, development files
The text was updated successfully, but these errors were encountered:
Yes, we don't build in color name support by default because of the size of the table, but you can define EXTENDED_XPM_COLORS when compiling IMG_xpm.c to get the full list.
Hi,
i'm using ImageMagick to converting my images to XPM files. And ImageMagick uses color names, which can be problem with SDL. I got error
colour parse error
when i try to load thiscube.scad.xpm.gz xpm. Other application works fine, so the problem can be in missing color names definitions.
My versions:
The text was updated successfully, but these errors were encountered: