Giter Site home page Giter Site logo

hnjm / netimagelibrary Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fschultz/netimagelibrary

0.0 1.0 0.0 982 KB

Library to help with image handling such as resizing, cropping, applying filters (brightess, contrast, unsharpen mask, chroma key etc), watermarking, thumbnail creation, opening/saving files or streams and more.

Home Page: http://kaliko.com/image-library/

License: Other

C# 100.00%

netimagelibrary's Introduction

.Net Image Library

.NET library for easy image handling like:

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

You'll find information on how to get started at http://kaliko.com/image-library/get-started/ and full API documentation at http://kaliko.com/image-library/api/

Get .Net Image Library from NuGet

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

When having access to full trust make sure to use ImageLibrary.FastFilters to greatly improve performance!

Current build contains the following filters:

  • Gaussian blur filter
  • Unsharpen mask filter
  • Chroma key filter
  • Contrast filter
  • Brightness 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

3.0.2

  • Fixed bug where BlitFill doesn't properly fill portrait sized images

3.0.1

  • Added option to prevent upscaling when resizing images

3.0.0

  • Added faster filter alternatives for full trust environmnets
  • Added SetResolution functions

2.0.6

  • Added support to store original or set new resolution (DPI)
  • Added RotateFlip method
  • Added access to bitmap data

2.0.5

  • Rewritten file loader to prevent file locks
  • Fixed image loading to ignore pixel-per-inch resolutions of original images
  • Fixed constructor using System.Drawing.Image to support indexed palettes

2.0.4

  • Added new TextField class for better text support
  • Fixed scaling bug and updated test program

2.0.0

  • Replaced Gaussian blur filter with better implementation (affects unsharpen masks)
  • Added chroma key filter
  • Rewritten API for Scaling
  • Added color space handling

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.

netimagelibrary's People

Contributors

fschultz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.