blob: a45d3371429ba36e9da0f62a334a3b99252d5bd5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# About
# Documentation
* https://wiki.mageia.org/en/Artwork_Installer
* http://www.freedesktop.org/wiki/Software/Plymouth
* http://www.freedesktop.org/wiki/Software/Plymouth/Scripts
# Items to check or do
* review all backgrounds and animations to match Mageia theme:
- common/plymouth/logo_mageia.png and *.png
- Mageia-Default/background/*
- Mageia-Default/gfxboot/*.jpg
- Mageia-Default/plymouth/
# GfxBoot specs
Images should be color JPEG, non-progressive with a 4:2:0 sampling
(see advanced parameters in GIMP).
Also ImageMagick with:
convert -resize 800 -quality 90 -sampling-factor 2x2 -interlace none
Mageia-Default-1600x1200.png back.jpg
|