diff options
-rw-r--r-- | Mageia-Default/gfxboot/back.jpg | bin | 28622 -> 24246 bytes | |||
-rw-r--r-- | Mageia-Default/gfxboot/welcome.jpg | bin | 28622 -> 24246 bytes | |||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | ReadMe.md | 5 |
4 files changed, 6 insertions, 1 deletions
diff --git a/Mageia-Default/gfxboot/back.jpg b/Mageia-Default/gfxboot/back.jpg Binary files differindex e5b9df0..1294065 100644 --- a/Mageia-Default/gfxboot/back.jpg +++ b/Mageia-Default/gfxboot/back.jpg diff --git a/Mageia-Default/gfxboot/welcome.jpg b/Mageia-Default/gfxboot/welcome.jpg Binary files differindex e5b9df0..1294065 100644 --- a/Mageia-Default/gfxboot/welcome.jpg +++ b/Mageia-Default/gfxboot/welcome.jpg @@ -2,7 +2,7 @@ NAME=theme # Bump RELEASE for new Mageia release # Bump THEMEVER for new theme version in same release RELEASE=6 -THEMEVER=0 +THEMEVER=1 VERSION=$(RELEASE).$(THEMEVER) THEMES=Mageia-Default @@ -4,6 +4,8 @@ # Documentation + * https://wiki.mageia.org/en/Artwork_Installer + * http://www.freedesktop.org/wiki/Software/Plymouth * http://www.freedesktop.org/wiki/Software/Plymouth/Scripts @@ -19,3 +21,6 @@ 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 |