Main Page » Programming Projects »

UIconEdit v0.7.0.0

Created: / Modified:

Always use secure-HTTP / Unsecure HTTP / Permanent Link

UIconEdit on GitHub: A C# application for opening and editing Windows .CUR and .ICO files, using the Windows Presentation Foundation. In my experiments, I have determined that it is also much faster than WPF's own IconBitmapDecoder class. The app is Windows-only, because it's exclusively for Windows icons and WPF doesn't work anywhere else. The project is divided into three parts:

  • The UIconEdit WPF graphical app.
  • The UIconEdit.Core library, which allows icon creation and modification in code using WPF. It still uses System.Drawing in certain places.
  • The UIconDrawing library, which allows icon creation and modification in code using the System.Drawing namespace.

See the readme for further information.

Releases

Comments (auto-closed) (rss feed)

No comments on this article.