Short: Converts PNG to RGB RAW Author: anihirash@gmail.com (Aleksandr Sharikhin aka Nihirash) Uploader: anihirash gmail com (Aleksandr Sharikhin aka Nihirash) Type: gfx/conv Version: 1.2 Architecture: m68k-amigaos >= 3.0 Distribution: Aminet About ===== pngconv is a command-line tool for converting PNG files to RAW chunky files. It uses lodepng and doesn't depends on any datatypes. This tool can be useful for making software for Apollo V4 SAGA. RAW files can be: - RGB888 - ARGB888 - RGB565 - ARGB555 Also you can add or not add some noise to image during convertion(for allowing keep more details on image during bit reducing). Usage ===== pngconv 555 Y input_file_name.png output_file_name.raw Will create ARGB555(one bit alpha) raw image with added noise. `555` can be replaced replaced to: - `888` for RGB888 - `A888` for RGBA8888 - `565` for RGB565 - `555` for ARGB555