Doc: fix xpm scaling example in config.h

* Add conversion back to xpm in the example command, otherwise the error message is `Failed to load x11tiles: XpmFileInvalid`
This commit is contained in:
Bernhard E. Reiter
2023-11-03 02:44:08 -07:00
committed by PatR
parent 75384b95d4
commit 733b41347a
+2 -1
View File
@@ -154,7 +154,8 @@
* the free XPM library. The second option allows you to then use other * the free XPM library. The second option allows you to then use other
* programs to generate tiles files. For example, the PBMPlus tools * programs to generate tiles files. For example, the PBMPlus tools
* would allow: * would allow:
* xpmtoppm <x11tiles.xpm | pnmscale 1.25 | ppmquant 90 >x11tiles_big.xpm * xpmtoppm <x11tiles.xpm | pnmscale 1.25 | ppmquant 90 | \
* ppmtoxpm >x11tiles_big.xpm
*/ */
/* # define USE_XPM */ /* Disable if you do not have the XPM library */ /* # define USE_XPM */ /* Disable if you do not have the XPM library */
#ifdef USE_XPM #ifdef USE_XPM