I created some scripts for converting rgb565/rgb16 and rgb888/rgb24 to png
and jpeg

https://github.com/coolaj86/image-examples/tree/master/scripts


You can install these files on a regular user account like so:

    mkdir ~/local/bin -p
    echo 'PATH=~/local/bin/:${PATH}' >> ~/.bashrc
    source ~/.bashrc

    cd ~/
    git clone git://github.com/coolaj86/image-examples.git
    rsync -avh ~/image-examples/scripts/ ~/local/bin/

In the next few weeks I hope to get a few more simple C examples up as well.

If you care to contribute with either scripts or compiled language examples
that would be great.

AJ ONeal

/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/

Reply via email to