Search found 1 match

by Joel
2017-11-24T11:37:14-07:00
Forum: Users
Topic: How do I change or set the variable name while generating a XPM file
Replies: 1
Views: 2822

How do I change or set the variable name while generating a XPM file

Hi:

I'm using IM to convert BMP to XPM, but I'd like to able to set the variable string something like:

Code: Select all

const char* folder_xpm[xxx] // the rest of the string
As you can see I only need to add const and prepend _xpm. Right now I have to open the file and edit it my self,any ideas?