Jump to content

is paint.net using pure .net code(what language?) developed?


Recommended Posts

C# is not too slow, it depends on how you use it

If you use GetPixel and/or SetPixel, stop doing that immediately. Instead, just lock the bitmap once and use unsafe code to change the pixel data. Don't forget to unlock when you're done.

I really doubt that you're doing that now, since it isn't slow at all

PDN is pure .NET (except the shell integration and installer, right?)

I would write plugins, if I knew what kind of plugins were needed.. :(

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...