<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Création site internet Prestashop, chef de projet &#38; reférencement &#187; redimensionner image php</title>
	<atom:link href="http://www.t-prod.net/tag/redimensionner-image-php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.t-prod.net</link>
	<description></description>
	<lastBuildDate>Wed, 08 Sep 2010 07:45:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Recadrer et redimensionner vos images à la volée en PHP</title>
		<link>http://www.t-prod.net/blog/diaporama-slideshow/recadrer-et-redimensionner-vos-images-a-la-volee-en-php</link>
		<comments>http://www.t-prod.net/blog/diaporama-slideshow/recadrer-et-redimensionner-vos-images-a-la-volee-en-php#comments</comments>
		<pubDate>Sun, 27 Jul 2008 08:43:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Diaporama / Galleries]]></category>
		<category><![CDATA[recadrage php]]></category>
		<category><![CDATA[redimensionnement]]></category>
		<category><![CDATA[redimensionner image php]]></category>

		<guid isPermaLink="false">http://www.t-prod.net/2008/07/27/recadrer-et-redimensionner-vos-images-a-la-volee-en-php/</guid>
		<description><![CDATA[Au lieu de redimensionner vos images ou les recadrer dans l&#8217;administration, il est possible d&#8217;effectuer un appel de vos images via le script PHP Smart Image Resizer. Très simple d&#8217;emploi, il gère les format GIF, PNG et JPEG, un appel comme ci-dessous suffit à son utilisation. Des ratios de recadrage sont possible (1:1&#8230; ) et [...]]]></description>
			<content:encoded><![CDATA[<p class="dropcap-first">Au lieu de redimensionner vos images ou les recadrer dans l&#8217;administration, il est possible d&#8217;effectuer <strong>un appel de vos images</strong> via le script PHP <a href="http://shiftingpixel.com/2008/03/03/smart-image-resizer/" title="Smart Image Resizer" target="_blank"><strong>Smart Image Resizer</strong></a>. Très simple d&#8217;emploi, il gère les format <strong>GIF, PNG et JPEG</strong>, un appel comme ci-dessous suffit à son utilisation. Des <strong>ratios de recadrage sont possible</strong> (1:1&#8230; ) et selon la largeur de l&#8217;image que vous souhaitez.<span id="more-10"></span></p>
<h4>Redimensionner une image</h4>
<pre><code>&lt;img src="/image.php/coffee-bean.jpg?width=200&amp;height=200?=/mes-images/coffee-bean.jpg" mce_src="/image.php/coffee-bean.jpg?width=200&amp;height=200?=/mes-images/coffee-bean.jpg" alt="Coffee Bean" /&gt;</code></pre>
<h4>Recadrer une image à la volée en PHP</h4>
<pre><code>&lt;img src="/image.php/coffee-bean.jpg?width=150&amp;height=150&amp;cropratio=1:1?=/</code><code>mes-images</code><code>/coffee-bean.jpg" alt="Coffee Bean" /&gt;</code></pre>
<p><strong>Source :</strong> <a href="http://shiftingpixel.com/2008/03/03/smart-image-resizer/" title="Demo" target="_blank">http://shiftingpixel.com/2008/03/03/smart-image-resizer/</a><br />
Requiert <strong>PHP et la librairie GD</strong> installée</p>
]]></content:encoded>
			<wfw:commentRss>http://www.t-prod.net/blog/diaporama-slideshow/recadrer-et-redimensionner-vos-images-a-la-volee-en-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
