archimatetool / archi

Archi: ArchiMate Modelling Tool
https://www.archimatetool.com
MIT License
944 stars 269 forks source link

Create images and icons at 150% size #757

Closed Phillipus closed 1 year ago

Phillipus commented 3 years ago

When setting the following argument on Windows you can simulate different scalings on Archi for 200% or 150% scaling to get an idea of what it looks like on hi-res monitors:

-Dswt.autoScale=200

-Dswt.autoScale=150

We have icons for 100% and 200% scaling but not 150% scaling. And I think that some people on Windows do use 150% scaling.

The naming convention is:

icon.png
icon@1.5x.png
icon@2x.png

To create all the icons would take some time, and would need some adjustment if converting from the 2x icons.

Perhaps someone might care to contribute this?

Phillipus commented 1 year ago

Close this as it just ain't gonna happen.