Browse Source

README - add bmp2ppm conversion tip

Émile Morel 10 years ago
parent
commit
a8f6432457
1 changed files with 10 additions and 1 deletions
  1. 10 1
      README.md

+ 10 - 1
README.md

@@ -75,7 +75,16 @@ Find IP and ssh on it! (password: olinux)
 ssh root@mybox
 ssh root@mybox
 ```
 ```
 
 
-# Some links:
+# Some links/tips:
+
+## Convert bmp logo to ppm
+
+```shell
+
+bmptoppm Labriqueinter.net.bmp > Labriqueinter.net.ppm
+ppmquant 224 Labriqueinter.net.ppm > Labriqueinter.net224.ppm
+nmnoraw Labriqueinter.net224.ppm > Labriqueinter.net.ppm
+```
 
 
 ## You probably want to Build your own docker image
 ## You probably want to Build your own docker image