This is the first time I come across a format called "xpm". Two things on it:
1 what is .xpm format?
X PixMap (XPM) is an image file format used by the X Window System, created in 1989 by Daniel Dardailler and Colas Nahaboo working at Bull Research Center at Sophia Antipolis, France, and later enhanced by Arnaud Le Hors. (from wiki)
2 how to convert general pictures to this format?
using xnconverter.
1 comment:
How do you open .XPM files in C# Code. I found an XPMFileType .dll but I'm not clear on how to implement it. Have you had a chance to Open, Display and Save .XPM files? If so could you post some examples?
Thanks
Post a Comment