Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
XPM support for Mac?
#2
AFAIK The XPM export is part of standard Gimp. This     export as:

Code:
/* XPM */
static char * checkers_xpm[] = {
"20 20 2 1",
"     c #000000",
".    c #FEFEFE",
"          ..........",
"          ..........",
"          ..........",
"          ..........",
"          ..........",
"          ..........",
"          ..........",
"          ..........",
"          ..........",
"          ..........",
"..........          ",
"..........          ",
"..........          ",
"..........          ",
"..........          ",
"..........          ",
"..........          ",
"..........          ",
"..........          ",
"..........          "};
by just using the .xpm extension in the file export file selection dialog.
Reply


Messages In This Thread
XPM support for Mac? - by jdc3 - 11-02-2017, 02:06 PM
RE: XPM support for Mac? - by Ofnuts - 11-02-2017, 09:27 PM
RE: XPM support for Mac? - by jdc3 - 10-30-2018, 05:47 PM
RE: XPM support for Mac? - by Ofnuts - 10-30-2018, 06:19 PM
RE: XPM support for Mac? - by Kevin - 10-31-2018, 09:43 AM

Forum Jump: