Image class demo
================

This archive contains some test apps I wrote when developing the Image classes
that are now part of Syllable. This work was done back in the AtheOS days, and
has only been updated to compile on Syllable 0.5.3.

imgtest
=======

Example of how to use Image, BitmapImage, ImageView and MemFile

iconvert
========

Uses the BitmapImage class to load an image and save it in AtheOS icon format.
Requires the Icon Translator (icontrans).

pngconvert
==========
Uses the BitmapImage class to load an image and save it in PNG format.
Requires the new PNG Translator.

mftest
======

Example of how to use MemFile.

Source files
============
imgtest.cpp, mainwin.cpp/h app.cpp/h crect.h icon.h - Imgtest

mftest.cpp - mftest

pngconvert.cpp - pngconvert

iconvert.cpp - iconvert

icon.png is used by imgtest

