F45 Wallpaper: Final Wallpaper #25
Labels
No labels
Acceptance
Fedora Design
Acceptance
Needs Info
Acceptance
Wont fix
Design Docs Revamp
Engagement
Long-term
Engagement
Medium-term
Engagement
Short-term
F45 Wallpaper
F46 Wallpaper
Flock 2026
needs review
Newbie
Needs research
Newbie
Well-documented
points
01
points
02
points
03
points
05
points
08
points
13
Priority
High
Priority
Low
Priority
Medium
Status
Backlog
Status
In Progress
Status
In Review
Type
Epic
Type
Request
Type
Sub Epic
No milestone
No project
No assignees
2 participants
Notifications
Due date
Blocks
Depends on
#52 F45 Wallpaper Documentation
design/tickets
#24 F45 Wallpaper: Ask for feedback
design/tickets
Reference
design/tickets#25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This ticket is originally from Gitlab, see here: https://gitlab.com/fedora/design/team/release-artwork/default-wallpaper/-/issues/32
Project filed by me
Here are the final svgs!
Took a while to export at 300 dpi, but just prevailed by hitting the wait button every time it tried to crash lol.
@luya, here are the final PNGs! How are you converting them to JXL? I'm curious how you were planning to do it, so we can update the wallpaper documentation in case we use Inkscape again in the future 😄
Will close for now, but can re-open or just discuss in the comments as its closed.
Thanks @madelinepeck . I am packaging them for this week. Both GIMP and ImageMagick support JXL export.
For GIMP, Files -> Export As... then change the extension to
.jxl(Make sure to uncheck lossless)For ImageMagick in terminal,
magick foo.png foo.jxlBoth jxl for either applications should be identical size wise.
Here is the full documentation:
Working with Wide-Gamut Wallpapers
The first step is to assign your artwork a wide-gamut color profile. For best results, use either DCI-P3 (select the D65 variant) or Display P3 throughout your editing workflow.
Assigning a Color Profile
Exporting to JPEG XL (JXL)
Once your artwork is complete, export it as a PNG (.png) image while preserving the embedded wide-gamut ICC profile by selecting "Save color profile".
ImageMagick
If you already have a PNG or TIFF master image, convert it with ImageMagick:
Alternatively, preserve the existing embedded ICC profile without replacing it:
Verify the embedded profile afterwards:
The output should indicate that an ICC profile is present.
cjxl (libjxl) (Recommended)
For maximum control over encoding, use the reference JPEG XL encoder:
For a visually lossless result:
Or use true lossless compression:
The encoder automatically preserves embedded ICC profiles from the source image when present.
Recommendations