Lee Fallat wrote: > Excellent. I have time to create a converter as well, but I want > suckless to agree on something final before I proceed. We also need to > decide what our intermediate format is going to be (I was thinking > bmp, because we can just slap a bmp header onto our data), unless > imagemagick provides one.
This format was designed to _be_ an intermediate format. It's essentially a protocol for sending raw pixels across pipes. If we write small scripts that use ImageMagick, both the conversion and viewing problems are solved. ImageMagick has the `convert' and `display' commands which work well from scripts. Please correct me if I'm wrong (really, I'm not angry here), but it seems like writing a new converter and a new viewer is unnecessary work. A better way of developing the format is to confirm whether it's useful or not. I could take a game like SuperTux and swap SDL_image with a loader for this format. Charlie Murphy