<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Progressive?</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Progressive-80820</link>
        <description></description>
        <pubDate>Fri, 15 May 2026 03:44:29 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Progressive-80820" rel="self" type="application/rss+xml" />

                <item>
          <title>Progressive?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240104#post2240104</link>
          <description><![CDATA[<p>Magic, will give that a whirl. </p>
<p>Think it's a useful feature for the next release, so well done on that. </p>
<p>Cheers, as ever you guys and gals rock!</p>
<p>Adrian</p>]]></description>
          <pubDate>Tue, 24 Jan 2017 10:50:30 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240104#post2240104</guid>
        </item>
                <item>
          <title>Progressive?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240101#post2240101</link>
          <description><![CDATA[<p>Hi Adrian, </p>
<p>I've added this to the next release.  If you're comfortable modifying PHP code you can try the following changes.  Be sure to create a backup file first.</p>
<ol><li>Created a backup of /cmsb/lib/image_functions.php</li>
<li>Edit file and search for: save target image</li>
<li>Add the code in red:</li>
</ol><p><code>  // resample image<br />  $quality = 4; // v2.60 Speed up resizing (was 5 previously)<br />  _fastimagecopyresampled($targetImage, $sourceImage, 0, 0, $dst_x,  $dst_y,  $targetWidth, $targetHeight, $sourceWidth, $sourceHeight, $imageType, $quality) || die("There was an error resizing the uploaded image!");<br /><br /><span style="color:#ff0000;">  // enable progressive JPEGs</span><br /><span style="color:#ff0000;">  imageinterlace($targetImage, true);</span><br /><br />  // save target image<br />  $savedFile = false;<br />  switch($imageType) {</code></p>
<p>Note that only newly created thumbnails and uploads will be interlaced.  But you can go into the field editor and click "recreate" for pre-existing thumbnails if you want to regenerate them.</p>
<p>Let me know if that works for you!</p>]]></description>
          <pubDate>Tue, 24 Jan 2017 10:39:08 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240101#post2240101</guid>
        </item>
                <item>
          <title>Progressive?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240092#post2240092</link>
          <description><![CDATA[<p>Thanks David. Yes it may be useful. What's involved in changing it?</p>]]></description>
          <pubDate>Tue, 24 Jan 2017 08:33:42 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240092#post2240092</guid>
        </item>
                <item>
          <title>Progressive?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240057#post2240057</link>
          <description><![CDATA[<p>Hi Adrian, </p>
<p>Standard, but we can add some code to do progressive if you'd like.  Let me know.</p>
<p>Thanks!</p>]]></description>
          <pubDate>Tue, 17 Jan 2017 10:33:11 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240057#post2240057</guid>
        </item>
                <item>
          <title>Progressive?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240053#post2240053</link>
          <description><![CDATA[<p>Hi all ...<br /><br />When the CMS uploads images such as jpgs are they uploaded and optimised as progressive jpgs or just standard jpgs?</p>
<p>Best<br />Adrian</p>]]></description>
          <pubDate>Tue, 17 Jan 2017 04:20:14 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240053#post2240053</guid>
        </item>
              </channel>
    </rss>
  