naylorjs Posted April 11, 2009 Share Posted April 11, 2009 Having need for XPM support in Paint.NET, I wrote a plugin to read and write XPM files. It's reasonably robust but doesn't handle every XPM option, most of which I've never seen in the while anyway! So last night I sat down to learn C# (I'm a C++ and Java guy really) and wrote this plugin. All I can say is that it works for me.The source code is available for those who want it.Jonathan Moderators Note: This plugin has been updated. Find the most recent version here: http://forums.getpaint.net/index.php?/topic/14512-xpm-file-type-plugin/?p=389159 XPMFileType.zip Quote Link to comment Share on other sites More sharing options...
LuisR14 Posted July 29, 2009 Share Posted July 29, 2009 where's the source code? O_O Quote "Do not live to anybody's standards, live to your own standards". Link to comment Share on other sites More sharing options...
Simon Brown Posted July 29, 2009 Share Posted July 29, 2009 @LuisR14: Presumably you PM him: The source code is available for those who want it. Quote Link to comment Share on other sites More sharing options...
LuisR14 Posted July 29, 2009 Share Posted July 29, 2009 hmm, ok, i'll do that then Quote "Do not live to anybody's standards, live to your own standards". Link to comment Share on other sites More sharing options...
Axle Posted August 18, 2009 Share Posted August 18, 2009 what is a .xpm file?? Quote My Deviant Art | My Gallery Link to comment Share on other sites More sharing options...
Simon Brown Posted August 18, 2009 Share Posted August 18, 2009 http://tinyurl.com/r5ngm6 Quote Link to comment Share on other sites More sharing options...
dfleury2 Posted March 22, 2013 Share Posted March 22, 2013 (edited) I have reverse this DLL to correct a bug on non square image, and Unix/Windows text file format I have rewritten almost everything (probably reversed from somewhere else anyway) This DLL is to be put on the FileTypes directory. It will register the "X Pixmap" file format for .xpm files. If it can help someone... PS : for the source code...ILSpy is your friend. I have updated the plugin for Paint 4.0 XPMFileType.zip XPMFileType_4.0.zip Edited October 29, 2014 by dfleury2 Quote Link to comment Share on other sites More sharing options...
dfleury2 Posted October 29, 2014 Share Posted October 29, 2014 Hi, may be it will be better to replace the first bug DLL by these 2 ones (probably less buggy) Regards Quote Link to comment Share on other sites More sharing options...
Ego Eram Reputo Posted October 29, 2014 Share Posted October 29, 2014 I'll place a link in the first post - indicating the updated dll's. Quote ebook: Mastering Paint.NET | resources: Plugin Index | Stereogram Tut | proud supporter of Codelab plugins: EER's Plugin Pack | Planetoid | StickMan | WhichSymbol+ | Dr Scott's Markup Renderer | CSV Filetype | dwarf horde plugins: Plugin Browser | ShapeMaker Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.