Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@ To use the program you should first run it with --help or -h to see an usage gui
This will tell you how to use the program.
Note that this is a cross platform program.
I have tested it with GNU/Linux and compiled it for windows and tested that with wine.

When you have error on compile with
===================================

`savePng.c undefined reference to png_create_write_struct`

I think you can see the message when you compile this converter on ubuntu machine.
If you so, unzip `libpng12.tar` to `/usr/lib/` on ubuntu directory.
and use `convert` binary file to convert .raw to .png file.
Binary file added convert_ubuntu
Binary file not shown.
Binary file added libpng12.tar
Binary file not shown.