Welcome to MSDN Blogs Sign in | Join | Help

Paint.NET texture importer

Daniel Hanson made a Paint.NET (.pdn) texture importer for the XNA Framework Content Pipeline.

Now we have direct support for Photoshop, Gimp, and Paint.NET images.

/me wonders what's next...

Published Thursday, July 23, 2009 12:57 PM by ShawnHargreaves

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

Thursday, July 23, 2009 11:15 PM by Gabriel Rotar

# re: Paint.NET texture importer

Support for importing your kitchen sink :P. That would be great though what one would use it for still boggles the mind. A nice and stupid easy to use animated models importer would be nice or an importer/implementation for GTK/QT GUI's

Friday, July 24, 2009 1:17 AM by bzizizi

# re: Paint.NET texture importer

Next should be splitting layers into separate Texture2D's!!

Friday, July 24, 2009 12:15 PM by DFHanson

# re: Paint.NET texture importer

"A nice and stupid easy to use animated models importer would be nice"

XNAnimation is pretty darn good, IMO. I recommend checking it out.

"Next should be splitting layers into separate Texture2D's!!"

As I recall, you can only generate one XNB file from each source content file, so I don't think this is possible with. Shawn can correct me here if necessary.

Friday, July 24, 2009 12:19 PM by ShawnHargreaves

# re: Paint.NET texture importer

> As I recall, you can only generate one XNB file from each source content file

You can only have one "master" output file, but the process of building this can trigger building of other linked things (eg. the textures on a model). And that output file can also contain complex data structures or collections.

For instance the importer could return a List<TextureContent>.

Friday, July 24, 2009 3:25 PM by DFHanson

# re: Paint.NET texture importer

Looks like I need to do v2 of PdnImporter!

Friday, July 31, 2009 12:45 AM by tony

# re: Paint.NET texture importer

how about throwing out a challenge for a the milkshape3D .ms3d file?

Monday, August 10, 2009 2:53 PM by Olivier

# re: Paint.NET texture importer

very nice one, thanks for sharing!

Wednesday, September 16, 2009 6:16 AM by zander

# re: Paint.NET texture importer

I added a sprite sheet processor to the project which splits each layer into a different section of the image.

No more laying out of sprite sheets manually! :)

Leave a Comment

(required) 
required 
(required) 

  
Enter Code Here: Required
 
Page view tracker