summaryrefslogtreecommitdiffstats
path: root/logotool/README
diff options
context:
space:
mode:
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`