Getting Started with LEADTOOLS > Imaging Features > Image Compression > Image Compression : Android |
Assembly Class/Package |
Comments |
Help Files |
Demo Project Source Code |
Leadtools.Codecs.JAR libleadtools.codecs.bmp.so Leadtools.Codecs |
The Leadtools.Codecs namespace provides both low and high-level functions that can be used to load/save/convert image files. These functions allow you to work with files in memory buffers or at offsets within disk files. You can also retrieve information about a loaded image. Support includes palettes, memory files, multipage files, compressed files, comments, tags, animations, view perspectives, raw image data, compressed data, alpha channel. |
|
\Examples\Android\ImageProcessingDemo |
The Leadtools.Codecs package provides support for Image Compression.
Image Compression support also requires one or more of the following LEAD File Format Filter shared object libraries:
libleadtools.codecs.bmp.so
libleadtools.codecs.cmp.so
libleadtools.codecs.fax.so
libleadtools.codecs.gif.so
libleadtools.codecs.j2k.so
libleadtools.codecs.jb2.so
libleadtools.codecs.jbg.so
libleadtools.codecs.jls.so
libleadtools.codecs.jxr.so
libleadtools.codecs.pcx.so
libleadtools.codecs.png.so
libleadtools.codecs.psd.so
libleadtools.codecs.so
libleadtools.codecs.tif.so
Each file filter .SO supports one or more file formats for import and export. Refer to the "Files To Be Included With Your Application" topic in the help file for more information about each file filter .SO.