You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PNG is a lossless format that has a very efficient compression for large single-colored areas like in rasterized vector graphics.
JPEG on the other hand uses a lossy compression based on a DCT. The DCT creates artifacts on high contrast borders because these cannot be represented by the calculated coefficients.
Currently I extract the image from the jar file and use it as the application icon in the desktop file. Only PNG and SVG are supported currently (with XPM being deprecated).
JPG is not really appropriate for such graphics. ;)
The text was updated successfully, but these errors were encountered: