[Interest] What image format and size should I use in my QML app?

Gianluca gmaxera at gmail.com
Sun Sep 25 22:54:59 CEST 2016


I use SVG format.
No matter what resolution and pixel density, they always look great because they can be resized at any scale without any loss.
They are a bit slower than other formats, but with the power of the average device user won’t notice it.
On the other hand you save a lot of space for your app.

Ciao,
Gianluca.


> Il giorno 25 set 2016, alle ore 21:21, Артур Истомин <art.istom at yandex.ru> ha scritto:
> 
> I want to use images for icons from google's icons set. 
> For example https://design.google.com/icons/#ic_search
> 
> So I have options: 18dp, 24dp, 36dp, 48dp PNGs or SVGs. Moreover
> if I choose PNG format, there are 5 different images for different
> screens: hdpi, mdpi, xhdpi, xxhdpi, xxxhdpi.
> 
> My software targets Android and Windows (desktop) devices with different
> screens and resolution and will have Material and Universal UI respectively. 
> The app is writen with Qt Quick.
> 
> What should I use? 
> 
> Thank you!
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest




More information about the Interest mailing list