Wallpapers donated by the community (HD Photo or Digital Artwork)
  • Shell 64.9%
  • Makefile 35.1%
Find a file
Ste74 9802ee20db
Corrections when build xml file
Signed-off-by: Ste74 <stefano@manjaro.org>
2019-06-16 15:37:40 +02:00
Albero_Del_Pepe_by_Harisont.jpg Added my own wallpaper. 2019-05-16 11:45:45 +02:00
Austria_by_Rutger_Heijmerikx.jpg Added new original wallpapers 2019-05-22 23:11:07 +02:00
backgrounds-xml.sh Corrections when build xml file 2019-06-16 15:37:40 +02:00
Dutch_Sunset_By_Rutger_Heijmerikx.jpg Added new original wallpapers 2019-05-22 23:11:07 +02:00
LICENSE Add LICENSE 2019-03-23 19:40:55 +01:00
Makefile Add makefile for publish 2019-06-15 16:46:25 +02:00
Manjaro Juhraya (clean) - Mr_Glitch(Projekt:Root).png New one and images optimized 2019-05-25 15:37:34 +00:00
Manjaro Juhraya (without blur) - Mr_Glitch(Projekt:Root).png New one and images optimized 2019-05-25 15:37:34 +00:00
Manjaro Juhraya - dark_2.png New one and images optimized 2019-05-25 15:37:34 +00:00
Manjaro Juhraya - Mr_Glitch(Projekt:Root).png New one and images optimized 2019-05-25 15:37:34 +00:00
Manjaro Juhraya - simple_dark.png New one and images optimized 2019-05-25 15:37:34 +00:00
Manjaro Juhraya_next.png new one 2019-05-27 12:50:34 +00:00
Manjaro Juhraya_square.png New one and images optimized 2019-05-25 15:37:34 +00:00
Manjaro Juhraya_wave.png New one and images optimized 2019-05-25 15:37:34 +00:00
Pastures_New_by_micsim35.jpg Add files via upload 2019-05-11 15:01:45 +01:00
README.md Rules for PNG format 2019-04-24 19:37:12 +02:00
Springtime-Solitaire_by_Isaac-Sloan.jpg springtime solitaire 2019-03-28 18:09:00 -07:00
Sunset-Of-The-Gods_by_Isaac-Sloan.jpg added image sunset of the gods 2019-03-27 20:33:54 -07:00
wMJ_J1b_by_Bogdan-Covaciu.jpg Add Author 2019-04-14 11:02:31 +02:00
wMJ_J2b_by_Bogdan-Covaciu.jpg Add Author 2019-04-14 11:02:31 +02:00
wMJ_J3_by_Bogdan-Covaciu.jpg Add Author 2019-04-14 11:02:31 +02:00
wMJ_J5_by_Bogdan-Covaciu.jpg Add Author 2019-04-14 11:02:31 +02:00

Community Wallpapers

Wallpapers donated by the community (HD Photo or Digital Artwork) For simplicity the artworks can be submitted via PR at https://github.com/Ste74/Community-Wallpapers


To minimize size of the manjaro package and to provide the best experience for our users, we follow these optmization steps for each image:

  • You'll need these packages for the tools used here:
    imagemagick, jhead and mozjpeg

  • Convert image to JPG if in another format if is a photo, we can accept PNG format if the size is not huge:
    mogrify -format jpg <imagefile>

  • Scale down image to match 4K (3840x2400) size:
    mogrify -resize 3840x <image.jpg>

  • If image is still huge in size (above 4MB), check it's quality level:
    identify -verbose <image.jpg> | grep 'Image:\|Quality'
    If higher than 92, reduce it down:
    mogrify -quality 92 <image.jpg>

  • Remove all metadata except XMP and comments:
    jhead -autorot -de -di -du -c <image.jpg>

  • Losslessly optimize images with mozjpeg:
    /opt/mozjpeg/bin/jpegtran -optimize -progressive -outfile 'Output.jpg' 'Input.jpg'

After renaming the resulting image to Image_Title_by_Artist format, it is ready for inclusion.