Git Product home page Git Product logo

community-wallpapers's Introduction

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.

community-wallpapers's People

Contributors

arehtykitna avatar bogdancovaciu avatar elorest avatar harisont avatar heijmerikx avatar ste74 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

community-wallpapers's Issues

Is this repo still maintained?

Hi.
I wish to submit backdrops that I developed, but was not sure if you are still maintaining this, being that the timestamps are 2 years old or more.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.