GraphicsFormats is a REALbasic plugin to import and export pictures. The plugin currently supports PNG and Jpeg file formats with the following features:
- Importing from a file.
- Importing from a string.
- Importing from a IBinaryStreamReader.
- Importing with Alpha channels (PNG only)
- Exporting to a file.
- Exporting to a string.
- Exporting to a IBinaryStreamWriter.
- Exporting with Alpha channels (PNG only).
- Setting quality, baseline and smoothing (Jpeg only)
GraphicsFormats supports Mac OS Classic, Mac OS X PPC, Mac OS X x86, Win32 and Linux compile.
WHAT'S NEW
Version 2.9.1:
- JpegImporter now more gracefully handles certain types of corrupted JPEG images.
- RAWJpegImporter now more gracefully handles certain types of corrupted JPEG images.
- Did some changes to make the plugin work on the latest REALbasic version.
- Plugin is now linked against and dependent on libstdc++6 instead of libstdc++5 on Linux systems.
REQUIREME
. Follow the link and
free download GraphicsFormats now.
DETAILS