Short:        Converts jpg,png and bmp to RAW64 format
Author:       Hogne [m0ns00n] Titlestad, AmigaOS 4.0 compile by Spot / Up Rough
Uploader:     spot triad se (Spot / Up Rough)
Type:         gfx/conv
Requires:     AmigaOS 4.0 and a JPEG image
Architecture: ppc-amigaos >= 4.0.0

What is this?
-------------

This software converts jpg, png and bmp to RAW64 format, a 64-bit
RGBA format which is uncompressed, and readable by current Lunapaint.

Usage
-----

Usage is simple, and image2raw uses SDL_Image to load the image, so
it automatically figures out which image format to read:

   image2raw infile.jpg outfile.raw

Disclaimer
----------

image2raw does not always manage to produce perfect results. Take
this program and the source code as-is and modify it if you feel you
can improve upon it. I might do this myself at a later time.

Hogne [m0ns00n] Titlestad