<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Forum posts to 'Archive'</title>
		<link>http://www.silverstripe.org/archive/rss</link>
		<atom:link href="http://www.silverstripe.org/archive/rss" rel="self" type="application/rss+xml" />
		<description></description>

		
		<item>
			<title>Re: Image resizing using GD</title>
			<link>http://www.silverstripe.org/archive/show/60499?start=0#post61162</link>
			<description>&lt;p&gt;Yes, does this&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;% control PrimaryImage %&amp;gt;&lt;br /&gt;  &amp;lt;% control ResizedImage(340,340) %&amp;gt;&lt;br /&gt;   &amp;lt;img src=&quot;$URL&quot; alt=&quot;My resized Image&quot; width=&quot;340px&quot; height&quot;340px&quot; /&amp;gt;&lt;br /&gt;  &amp;lt;% end_control %&amp;gt;&lt;br /&gt; &amp;lt;% end_control %&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;not work (following &lt;a href=&quot;http://doc.silverstripe.com/doku.php?id=imageupload&amp;amp;s=image&quot;&gt;http://doc.silverstripe.com/doku.php?id=imageupload&amp;amp;s=image&lt;/a&gt;, at the end)?&lt;/p&gt;&lt;p&gt;Cheers,&lt;/p&gt;&lt;p&gt;Andy&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Image resizing using GD &lt;a href=&quot;http://www.silverstripe.org/archive/show/60499?start=0#post61162&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/60499?start=0#post61162&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 25 Apr 2008 02:31:25 +1200</pubDate>
			<dc:creator>adiwidjaja</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/60499?start=0#post61162</guid>
		</item>
		
		<item>
			<title>Re: Image resizing using GD</title>
			<link>http://www.silverstripe.org/archive/show/60499?start=0#post61044</link>
			<description>&lt;p&gt;any reason you aren't using the inbuilt resizing image controls?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Image resizing using GD &lt;a href=&quot;http://www.silverstripe.org/archive/show/60499?start=0#post61044&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/60499?start=0#post61044&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 24 Apr 2008 16:06:02 +1200</pubDate>
			<dc:creator>Blackdog</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/60499?start=0#post61044</guid>
		</item>
		
		<item>
			<title>Image resizing using GD</title>
			<link>http://www.silverstripe.org/archive/show/60499#post60499</link>
			<description>&lt;p&gt;I followed the tutpirial on this page: &lt;a href=&quot;http://doc.silverstripe.com/doku.php?id=imageupload&amp;amp;s=image&quot;&gt;http://doc.silverstripe.com/doku.php?id=imageupload&amp;amp;s=image&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Using silverstripe 2.2&lt;/p&gt;&lt;p&gt;Here is my (non working) code (located on ArtistPage.php):&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;class ArtistPage_ResizedImage extends Image {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;function generateArtistResized($gd) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;  $gd-&amp;gt;setQuality(100);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;return $gd-&amp;gt; paddedResize(340,340);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;p&gt;Here is the code on ArtistPage.ss:&lt;/p&gt;&lt;p&gt;&amp;lt;img src=&quot;$Resized.ArtistResized.URL&quot; alt=&quot;$Title&quot;/&amp;gt;&lt;/p&gt;&lt;p&gt;It appears to be exaclty the same as what they told me to do, but it doesn't work!&lt;/p&gt;&lt;p&gt;The image I've uploaded is called PrimaryImage in ArtistPage.php if that has anything to do with it.&lt;/p&gt;&lt;p&gt;Any help?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Image resizing using GD &lt;a href=&quot;http://www.silverstripe.org/archive/show/60499#post60499&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/show/60499#post60499&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 23 Apr 2008 11:52:10 +1200</pubDate>
			<dc:creator>Decisive Flow</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/60499#post60499</guid>
		</item>
		

	</channel>
</rss>