Other Posts in Libraries And Releases
- Utility Library
- Craig's Utility Library Updated to 1.2
- Craig's Utility Library has been Updated to Version 1.3
- Craig's Utility Library Updated to 1.4
- Three Project Releases Today
- Updates for CUL, HaterAide, and YABOV
- Craig's Utility Library, HaterAide, and YABOV updated
- New Updates for Craig's Utility Library, HaterAide ORM, and YABOV
- Object to Object Mapper, Part 1
- Object to Object Mapper, Part 2
- Object to Object Mapper, Part 3
- Object to Object Mapper, Part 4
- HaterAide ORM Updated to 1.5
- Application Configuration in C#
- Gestalt.Net Released
- Blammo.Net released
- New Project, Echo.Net, Released
- Two New Projects Released Today
- New Release of Craig's Utility Library Available on CodePlex
- Aspectus, a New AOP Library, Released
- HaterAide ORM updated to 1.6
- Craig's Utility Library 2.0 released
- Building Your Own Unit Testing Framework in C# - Part 1
- Building Your Own Unit Testing Framework in C# - Part 2
- New Releases
- Utility Library Progress
Craig's Utility Library Updated to 1.4
4/6/2009
It's been a while since I've made a new version available but I finally updated Craig's Utility Library to version 1.4. As always, this contains any and all code from my site that is basic enough to only require the .Net framework that I think would be helpful. Anyway,
this update contains these added classes:
- RSD helper class
- BlogML loader
- CSV loader
- Matrix class
- Vector class
- Various Image related classes/functions
- Convolution filter class
- Bump map creator
- Normal map creator
- Box blur, Gaussian blur, Kuwahara blur, Symmetric Nearest Neighbor blur
- Sharpen, Sobel emboss and negative image functions
- Valid email function
- File manager functions added for FTP (password or anonymous access) and HTTP content as well as some binary content fixes
It also contains various fixes to some classes and the Image class now uses the convolution filter for many of its functions. Also the DLLs are now signed. So definitely give it a try (you can download it from CodePlex here), leave feedback, and happy coding.