summaryrefslogtreecommitdiffstats
path: root/logotool/README
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-11-25 20:52:16 +0100
committerPali Rohár <pali.rohar@gmail.com>2012-11-25 20:52:16 +0100
commit880a3e084651509177b8cbcc1104f7cee3c97ac6 (patch)
treeabe892f5b35fbd90e874dfb983b4da49e915943b /logotool/README
parent9833f94dad5785551da6351c199afb1155e79554 (diff)
download0xFFFF-880a3e084651509177b8cbcc1104f7cee3c97ac6.tar.bz2
Remove old logotool from tree
Diffstat (limited to 'logotool/README')
-rw-r--r--logotool/README17
1 files changed, 0 insertions, 17 deletions
diff --git a/logotool/README b/logotool/README
deleted file mode 100644
index b872d3a..0000000
--- a/logotool/README
+++ /dev/null
@@ -1,17 +0,0 @@
-Compressing/Uncompressing images
-================================
-
-To compress your image type:
-
- $ gimp -> create an image and save as raw rgb (24 bits)
- $ logotool -w 300 -h 200 -c MyImage.rgb
-
-This command will create MyImage.rgb.logo
-
-You can check if the image is fine typing:
-
- $ logotool -u MyImage.rgb.logo
-
-To see the image you'll need mplayer and type this:
-
- $ `logotool -u MyImage.rgb.logo`