lbm2bin
diff README @ 2:a8988e958120
added readme and license
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sat, 15 Jul 2017 13:31:10 +0300 |
parents | |
children | c5e5bf1769d8 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/README Sat Jul 15 13:31:10 2017 +0300 1.3 @@ -0,0 +1,9 @@ 1.4 +ILBM -> binary converter 1.5 +------------------------ 1.6 +Converts LBM images (ILBM and PBM) to a raw binary, chunky or planar. 1.7 + 1.8 +Copyright (C) John Tsiombikas 2017 1.9 +This program is free software, feel free to use, modify, and/or redistribute 1.10 +it, under the terms of the GNU General Public License v3, or (at your option) 1.11 +any later version published by the Free Software Foundation. See COPYING for 1.12 +details.