Image Library for .NET

by · July 12, 2005

I’ve written a small wrap around the DevIL image library .

It allows any .NET program (VB.NET, C#, etc) to open and save files in all formats supported by the DevIL library (most notably it can open PSD, PSP, TGA and DDS – yes it can directly open Photoshop files ;) ). Also it opens them as System.Drawing.Bitmap objects, so that it works optimally with existing code.

Also it is very simple to use.

Check it out here!

UPDATE :
Minor bugfix, and uploaded samples of C# and VB.NET code

Filed Under: .NET, Programming, Uncategorized

Discussion3 Comments

  1. admin says:

    I will add the sln/vcproj to the sources as soon as I find the problem with your gif :)

    Edit : the problem was found and the fix will come in a few days.

    Grazie mille, Marco

  2. Davide says:

    One litte problem, loading gif images width you library and sample is unsuccesfull. Can you do some thing?
    It seems that any gif image is loaded, but i also include an url
    to a simple gif so you can try with the same image I tried.

    http://research.lumeta.com/ches/map/gallery/i-isp-ss.gif

    Thanks a lot!
    By Davide

  3. Davide says:

    Beatiful porting!
    How about publishing also the .NET project used porting DevIL Library?
    Hi Davide

Add a Comment