Currently, I am creating .RAW files in PaintShopPro, then using bin2o, then linking them into the program with the Makefile. To display them properly, I load them using convertimage() (from spharm).
The .RAW files I am creating are only RGB format, and the convertImage() only reads the RGB values. Is there any way of creating ARGB .RAW files, or is there another format that can be used?
Thanks.