Request for higher resolution icons
mxa opened this issue · comments
only the main icon exists in scaleable format (qjackctl.svg)... all others are 16x16, sorry.
contributions are welcome :)
In 2 months I will have time for this. Glad to be able to help!
The issue also affects the other icons showing up in the task switcher. The preferences, Messages, Graph windows have their own icons, all showing up in low-res pixel style. I think a mere vecorization of the 3d-style might not be enough and they could be redesigned in a flat design variant.
Oh, and regarding the Jack icon, I was thinking we could improve the sound quality by using a gold-plated connector!
😄
(April 1st update for QjackCtl, maybe?)
Oh, and regarding the Jack icon, I was thinking we could improve the sound quality by using a gold-plated connector!
haha yes I thought that too! 😄
Personally I think both icons we've designed could work small. I've removed some of the detail on my one and it still reads well.
I could probably simplify the gradient a bit too.
as said 1year ago: the main official logo icon already has its .svg version--there's no need for you to make up a new one.
what is actually needed, and really appreciated, is about your contribution to all the others that make part of the main window panel buttons, namely (under src/images
):
about1.png
backward1.png
connections1.png
forward1.png
graph1.png
messagesstatus1.png
patchbay1.png
pause1.png
play1.png
quit1.png
rewind1.png
session1.png
setup1.png
stop1.png
you rather focus on the these first (as corresponding .svg versions); only after they shall replace their .png counterparts, in code and runtime rendering (via qtsvg module alright).
thanks anyway
as said 1year ago: the main official logo icon already has its .svg version--there's no need for you to make up a new one.
Except, it is a (highish res) pixel graphic embedded in an SVG. Only the shadow is a proper vector graphic.
Except, it is a (highish res) pixel graphic embedded in an SVG. Only the shadow is a proper vector graphic.
I don't really see a problem there though;)
Except, it is a (highish res) pixel graphic embedded in an SVG. Only the shadow is a proper vector graphic.
I don't really see a problem there though;)
I think the problem was shown in @mxa's first post. When compared to other icons the qtjackctl icon just doesn't look good when scaled.
I think the problem was shown in @mxa's first post. When compared to other icons the qtjackctl icon just doesn't look good when scaled.
because that is still the old raster icon (.png; 32x32px) being scaled--it's not the .svg which is NOT in the code yet; the same with all other sub-windows icons (messagesstatus1; session1; connections1; graph1; patchbay1; etc.)