My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

MAJOR REWRITE PLANNED! PLEASE POST YOUR FEATURE REQUEST AT http://code.google.com/p/imagelibrary/issues/entry

C# library for ease image handling like:

  • Filters
  • Cropping
  • Thumbnail creation
  • Saving as JPG/GIF/PNG files or streams
  • Opening images from streams or URLs

Using only safe code making this library possible to use on web hosts with medium trust.

Current build contains the following filters:

  • Gaussian blur filter
  • Contrast filter
  • Brightness filter
  • Unsharpen mask filter
  • Invert filter
  • Desaturnation filter

If you plan using this library with WPF or simular, read this post on how to convert an KalikoImage object to System.Windows.Media.Imaging.BitmapImage and System.Windows.Controls.Image.

History

1.2.4 Updated to Visual Studio 2010.

Code clean-up.
Unwanted-border-artifact-problem fixed (thanks Richard!)
IDisponable has been implemented.

1.2.3 Minor changes.

First API documentation uploaded. Still missing a whole lot, but it's a start :)

1.2.2 Minor changes

1.2.1 Bug in thumbnail function fixed.

Code cleaned up.

Powered by Google Project Hosting