Update documentation
This commit is contained in:
parent
68d9233e01
commit
e4885e4afa
|
@ -294,6 +294,10 @@ sudo umount $HOME/live-ubuntu-from-scratch/chroot/run
|
||||||
|
|
||||||
2. Create image 640x480 in png format (splash.png)
|
2. Create image 640x480 in png format (splash.png)
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src="image/splash.png"><br>
|
||||||
|
</p>
|
||||||
|
|
||||||
3. Convert png image to ppm (indexed 16 colors)
|
3. Convert png image to ppm (indexed 16 colors)
|
||||||
```
|
```
|
||||||
convert +dither -colors 16 splash.png splash.ppm
|
convert +dither -colors 16 splash.png splash.ppm
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
Reference in New Issue