This repo holds the Source SVGs for the graphics we design for the Featured Images on the Fedora Magazine.
Each article in the Fedora Magazine must have a featured image. The image gives the article added visual appeal. It also appears in links on social media, to attract more viewers.
Quick guidelines and git usage instructions are below. For full documentation on creating a featured image, see the Fedora Magazine docs.
We have a small set of guidelines for the format of the images that help them look their best on the Magazine site. These are:
These images are created as SVG (scalable vector graphic) images. To work with these images, you should install a SVG capable application such as Inkscape. You will also need the git utility installed.
Follow the instructions in the Git for docs writers documentation.
Install inkscape package if you don't have it installed already:
su -c "dnf install inkscape"
Open Inkscape, and choose File > Open... (or hit Ctrl+O). Navigate to the project folder, then into fedoramagazine-images, then into images. Choose the template.svg file.
Save this as a new file with a different name.
You can use the assets inside this file to start with the right-sized document, with some pre-configured backgrounds. Feel free to look at other SVGs for guidance. If you don't have experience with these images, try to stick with fonts and motifs that you see in recent banners. But also feel free to experiment! For instance, use photographs (freely licensed, such as CC-BY or CC-BY-SA) with a text overlay for a nice look. Unsplash.com has a large library of images in the public domain you can use to get started.
When done, if you enter the images folder, you can create a JPEG version of your creation in the correct aspect using the provided Makefile. If your file is called foo.svg, run the command make foo.jpg to create the JPEG version. This can be uploaded to the Fedora Magazine as a featured image.
After you have pushed your changes, can return to Pagure and submit a Pull Request. This lets the Magazine team know you have an image ready to review. Visit your repo at:
https://pagure.io/fork/<username>/fedoramagazine-images
and you should see the Pull Request button next to the branch listing. Select it, and follow the form to submit the PR.