<div dir="ltr">Hello,<br><br>I have been working on adding support for HiDpi thumbnails in KDE frameworks. [1]<br><br><div>So I'd like to take the high road and update the specification [2]</div><div><br></div>The crust of my specification update proposal is as follows :<br><br>Thumbnails generated with high-dpi (usually using a scale factor of 2) should be stored in folder using a suffix a @<scale-factor as int>x suffix, i.e :<br><br>$XDG_CACHE_HOME/thumbnails/large@2x contains up to 512x512 thumbnails with a scale factor of 2<br>$XDG_CACHE_HOME/thumbnails/normal@2x contains up to 256x256 thumbnails with a scale factor of 2<br><br>An additional attribute Thumb::DevicePixelRatio might be added to store the actual scale factor (as an int).<br><br>The @2x suffix is already used in breeze-icons to symbolize 2x scale ratio resources. [3]<br><br>Once I have some traction with the proposal I will submit a merge request [4].<br><br><div>[1]: <a href="https://phabricator.kde.org/D29397">https://phabricator.kde.org/D29397</a></div><div>[2]: <a href="https://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html">https://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html</a></div><div>[3]: <a href="https://invent.kde.org/frameworks/breeze-icons/-/commit/2dcc2b712a88e726f31f3a4732ba2c39c01a2bce">https://invent.kde.org/frameworks/breeze-icons/-/commit/2dcc2b712a88e726f31f3a4732ba2c39c01a2bce</a></div><div>[4]: <a href="https://gitlab.freedesktop.org/xdg/xdg-specs/-/blob/master/thumbnail/thumbnail-spec.sgml">https://gitlab.freedesktop.org/xdg/xdg-specs/-/blob/master/thumbnail/thumbnail-spec.sgml</a></div><div><br></div><div>Cheers,</div><div><br></div>--<br>Méven Car</div>