23.03.2016, 19:11, "André Somers" <an...@familiesomers.nl>: > Op 23/03/2016 om 17:04 schreef Konstantin Tokarev: >> 23.03.2016, 19:03, "Sean Harmer" <sean.har...@kdab.com>: >>> On Wednesday 23 March 2016 16:57:04 Jason H wrote: >>> Notice the -no-compress option too this can save runtime CPu costs >>> involved with decompressing the data especially for already >>> compressed formats such as most video codecs. >> I haven't noticed any difference when using this option with png assets, >> resulting files were byte-identical > > That's because qrc is clever enough to not even try compressing pngs. It > doesn't know about all possible file types though.
No. It just checks if each file compresses well[1], otherwise file is stored without compression. [1] See -threshold argument of rcc. By default it is 70 which means that reduction must be >= 70 % -- Regards, Konstantin _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest