<table><tr><td style="">bruns added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D29397">View Revision</a></tr></table><br /><div><div><blockquote style="border-left: 3px solid #8C98B8;
          color: #6B748C;
          font-style: italic;
          margin: 4px 0 12px 0;
          padding: 8px 12px;
          background-color: #F8F9FC;">
<div style="font-style: normal;
          padding-bottom: 4px;">In <a href="https://phabricator.kde.org/D29397#663902" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">D29397#663902</a>, <a href="https://phabricator.kde.org/p/broulik/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;">@broulik</a> wrote:</div>
<div style="margin: 0;
          padding: 0;
          border: 0;
          color: rgb(107, 116, 140);"><blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>At the risk of asking a stupid question, why?</p></blockquote>

<p>The text thumbnailer should be able to produce readable text on high dpi, or the folder thumbnailer should render the folder icon sharply and the picture frames non-pixelated</p></div>
</blockquote>

<p>The folder thumbnailer does not care for DPR, the folder backdrop is rendered at full native resolution, and the sub-thumnails are rendered with a scale ~0.45 on top.</p>

<p>The text thumbnailer currently renders previews in the file list with a height of either 256 or 128, and then scales it down. For an icon size of e.g. 64 the 128px thumb is scaled down, so the effective DPR becomes nativeDpr * 0.5. Assuming a native DPR of 2.0 (HiDPI), should the text in this case be rendered with a DPR of 1.0 or 2.0? One will be blurry, and the other one will hardly contain any text at all (how many characters can you squeeze into 48x64px?).</p>

<p>For dolphin, there is actually another reason for blurriness. The thumbnail icons are scaled so after adding the drop shadow the icon has the selected size - at 256px, the 256px thumbnail is scaled to 250px. For natural images (Photos, Video thumbnails, cover images ...) this is hardly visible, but very noticeable for text.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R241 KIO</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D29397">https://phabricator.kde.org/D29397</a></div></div><br /><div><strong>To: </strong>meven, dfaure, broulik, Frameworks, ngraham<br /><strong>Cc: </strong>bruns, elvisangelaccio, kossebau, davidedmundson, kde-frameworks-devel, LeGast00n, cblack, michaelh, ngraham<br /></div>