<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>e2interactive forums Topic: Image Resize and Thumbnail size</title>
<link>http://www.e2interactive.com/blog/forums/</link>
<description>e2interactive forums Topic: Image Resize and Thumbnail size</description>
<language>en</language>
<pubDate>Thu, 04 Dec 2008 20:49:38 +0000</pubDate>

<item>
<title>kerns on "Image Resize and Thumbnail size"</title>
<link>http://www.e2interactive.com/blog/forums/topic/97#post-480</link>
<pubDate>Tue, 26 Feb 2008 09:37:40 +0000</pubDate>
<dc:creator>kerns</dc:creator>
<guid isPermaLink="false">480@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Very nice product indeed!&#60;/p&#62;
&#60;p&#62;Any plans of including a script that dynamically resizes on the fly?  For instance, I made 2 variables in the config file to specify the max x or y dimensions of the thumbnails and main images, and then I run that through an image resize script when the image is displayed.&#60;/p&#62;
&#60;p&#62;Something like this:&#60;br /&#62;
&#38;lt;img src=&#34;resize.php?file='.$path.'/'.$file[name].'&#38;#38;size='.$thumbSize'.&#34; ...&#60;/p&#62;
&#60;p&#62;I currently have this working for the thumbs, now working on the main image.  I think this would be a great feature to be integrated with your build.
&#60;/p&#62;</description>
</item>
<item>
<title>e2 on "Image Resize and Thumbnail size"</title>
<link>http://www.e2interactive.com/blog/forums/topic/97#post-424</link>
<pubDate>Fri, 15 Feb 2008 10:02:10 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">424@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Thank you.  Glad to hear you love it.&#60;/p&#62;
&#60;p&#62;Yes you can set the resize.  Two ways.&#60;/p&#62;
&#60;p&#62;1.  Simply bypass using the uploader and resize your images using another program and FTP'ing them to your site.&#60;/p&#62;
&#60;p&#62;2. Open up the index.php file in the uploader file and locate the following:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$handle-&#38;gt;image_resize       = true;
$handle-&#38;gt;image_ratio         = true;
$handle-&#38;gt;image_y               = 600;
$handle-&#38;gt;image_x               = 600;
$handle-&#38;gt;jpeg_quality        = 95;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change it to:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$handle-&#38;gt;image_resize       = true;
$handle-&#38;gt;image_ratio         = true;
$handle-&#38;gt;image_y               = 800;
$handle-&#38;gt;image_x               = 600;
$handle-&#38;gt;jpeg_quality        = 95;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;See if that works for you.
&#60;/p&#62;</description>
</item>
<item>
<title>rsunny on "Image Resize and Thumbnail size"</title>
<link>http://www.e2interactive.com/blog/forums/topic/97#post-421</link>
<pubDate>Fri, 15 Feb 2008 05:05:24 +0000</pubDate>
<dc:creator>rsunny</dc:creator>
<guid isPermaLink="false">421@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Hello&#60;br /&#62;
First of all congratulations on the AMAZING product. Simply loved it and there is no better way to put it.&#60;/p&#62;
&#60;p&#62;Here are my queries&#60;/p&#62;
&#60;p&#62;1) The image sizes which i am using are BIG, 1280+ images. The maximum i can go is 800*600. Is there a way to automatically set the re-size levels to 800*600?&#60;/p&#62;
&#60;p&#62;Thank you so much.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
