Hello guys
I want to make little application to convert png files to xpm I wonder what is the easiest approach! Load the image in DC and save as xpm? or what?

Thanks!

Recommended Answers

All 2 Replies

In linux, there is a command called convert that does just that. The shortest path is to call this command from python.
It's part of a thing called ImageMagick which also seems to exist in windows, so you should have a look at it.

so you suggest for me to do with ImageMagick and C++?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.