For pointers to sample programs that demonstrate many features, see the table below:
Assemblies, Packages, Frameworks | Metadata | Comments | Demos |
---|---|---|---|
Leadtools.Codecs.DLL | N/A |
Contains .NET classes with properties, methods and events for loading, saving and converting any type of image file and for getting information about loaded bitmaps. These functions allow you to work with files in memory buffers or at offsets within disk files. Both high and low level functions are provided. Support includes: palettes, memory files, multipage files, compressed files, comments, tags, animations, view perspectives, raw image data, compressed data, alpha channel, and others. This namespace also provides classes to load files from a network source in an asynchronous manner. This includes FeedLoad and stream (URL) support. |
\Examples\DotNet\CS\MainDemo \Examples\DotNet\VB\MainDemo\Examples\DotNet\CS\ABCDemo \Examples\DotNet\VB\ABCDemo\Examples\DotNet\CS\FeedLoadDemo \Examples\DotNet\VB\FeedLoadDemo\Examples\DotNet\CS\Jpeg2000Demo \Examples\DotNet\VB\Jpeg2000Demo \Examples\DotNet\CS\OpenSaveDemo \Examples\DotNet\VB\OpenSaveDemo\Examples\DotNet\CS\OpenSaveStampDemo \Examples\DotNet\VB\OpenSaveStampDemo\Examples\DotNet\CS\ThumbnailBrowserDemo \Examples\DotNet\VB\ThumbnailBrowserDemo |
Leadtools.Codecs.DLL | Leadtools.Codecs.winmd | WinRT classes for loading/saving/converting image and non-image data to those image file formats supported in WinRT by LEADTOOLS. | \Examples\WinRT\CS\SimpleLoadSaveDemo \Examples\WinRT\JS\SimpleLoadSaveDemo |
Leadtools.Codecs.JAR | N/A |
Android package for loading/saving image and non-image data to Android image file formats supported by LEADTOOLS. Individual file filters have their own shared object libraries (.so files): libleadtools.codecs.bmp.so |
\Examples\Android\ImageProcessingDemo |
Leadtools.Codecs.framework | N/A | iOS / OS X framework for loading/saving image and non-image data to iOS / OS X image file formats supported by LEADTOOLS. |
\Examples\Xcode\OSX\ImageProcessingDemo |