When I try the Xlib example program, enclosed in the documentation for imlib, to load a simple .ppm file, I get the following error: sh: /convert: No such file or directory sh: /convert: No such file or directory IMLIB ERROR: Cannot load image: tmp.ppm All fallbacks failed. I guess this means someone forgot to compile in PPM support, and that the path to fallback tool convert is wrong. I tried to check the imlib documentation to find a way to set the path to convert, but did not find anything.
Created attachment 56 [details] PPM test image
Created attachment 57 [details] Xlib test program.
This seems to be fixed now.