-
-
Notifications
You must be signed in to change notification settings - Fork 446
Image quality #278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image quality #278
Conversation
I take a try on both svg and the high quality bitmap scale mode, both displays result similarly. However, both contains a few fuzzy part (not significant and much better than current image). I believe that's due to that we only provide a 48*48 place for displaying the image. |
now that we switched to svg, should we archive mainsearch.png into the 'doc' folder only for future reference instead? |
If we do deside to switch to svg, we can archive the png one, since it is only used here. |
Does svg solve your icon blurry issue? I am not sure because in my computer, the icon looks not that bad. @jjw24 BTW, seems that the svg control makes an issue displaying in the theme tab in setting window. |
solve it....I originally think it is a wrapped mainwindow, but actually they are separately🤣 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
two more changes please per comment before going ahead
lets keep mainsearch.png around for now for reference |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great change, thank you!
Thank you for reviewing! |
fix #273, also link to the image fuzzy for #212