<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1022331" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1022331</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/compress-image-imagemagick#comment-1137674</link>
    <description> &lt;p&gt;Right now I am using this (PHP):&lt;/p&gt;
&lt;p&gt;system(&quot;/usr/local/imagemagick/mogrify -quality 25 file.jpg&quot;);&lt;/p&gt;
&lt;p&gt;adn that is in test.php, which is in the same directory as file.jpg...&lt;/p&gt;
 </description>
     <pubDate>Fri, 12 Sep 2003 00:37:46 +0000</pubDate>
 <dc:creator>KandieMan101</dc:creator>
 <guid isPermaLink="false">comment 1137674 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/compress-image-imagemagick#comment-1137672</link>
    <description> &lt;p&gt;well to reduce the image size you&#039;d need to reduce the colors, reduce the resolution, or shrink the image&lt;/p&gt;
&lt;p&gt;sometimes you can just do:&lt;br /&gt;
mogrify image.jpg&lt;br /&gt;
which may or may not reduce the image size.&lt;/p&gt;
&lt;p&gt;otherwise, resize:&lt;br /&gt;
mogrify -geometry {$sizex}x{$sizey}! image.jpg&lt;/p&gt;
&lt;p&gt;colors:&lt;br /&gt;
mogrify -colors 256 image.jpg&lt;/p&gt;
&lt;p&gt;resolution:&lt;br /&gt;
not sure, i think -density may do it.&lt;/p&gt;
 </description>
     <pubDate>Fri, 12 Sep 2003 00:24:25 +0000</pubDate>
 <dc:creator>ROB</dc:creator>
 <guid isPermaLink="false">comment 1137672 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
