The ImageKit.NET3 supports the following image formats by using plugin files that ship with the ImageKit.NET3

    Compressed BMP
    Progressive Jpeg
    8 bit grayscale Jpeg
    FlashPix
    JPEG2000

Because .NET Framework does not support these formats, to use them, you will need to include the following plugin files with your application.

These plugin files can be found in the along with the standard ImageKit.NET3 assemblies in the "System" folder under the directory where you installed the ImageKit.NET3.


The plugin files should be copied to the same folder as the standard ImageKit.NET3 assembiles.

 

32 bit module files
     Ik9Com.dll ..... Absolutely necessary
     IK9File.dll ..... Absolutely necessary
     Ik9Bmp.dll ..... Needed if supporting compressed BMP
     Ik9Jpeg.dll ..... Needed if supporting progressive Jpeg or 8 bit grayscale Jpeg
     Ik9Fpx.dll ..... Needed if supporting FlashPix
     Ik9J2k.dll ..... Needed if supporting JPEG2000

64 bit module files
     Ik9Com64.dll ..... Absolutely necessary
     IK9File64.dll ..... Absolutely necessary
     Ik9Bmp64.dll ..... Needed if supporting compressed BMP
     Ik9Jpeg64.dll ..... Needed if supporting progressive Jpeg or 8 bit grayscale Jpeg
     Ik9Fpx64.dll ..... Needed if supporting FlashPix
     Ik9J2k64.dll ..... Needed if supporting JPEG2000

 

IMPORTANT: These plugin files are unmanaged code.

ImageKit.NET3 trial version does not contain these dll files.

 

The ImageKit.NET3 is created by Newtone Corporation