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!
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!
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++?
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.