summaryrefslogtreecommitdiffstats
path: root/logotool/README
diff options
context:
space:
mode:
Diffstat (limited to 'logotool/README')
-rw-r--r--logotool/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/logotool/README b/logotool/README
new file mode 100644
index 0000000..b872d3a
--- /dev/null
+++ b/logotool/README
@@ -0,0 +1,17 @@
+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`