<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Crop &amp; Resize with JavaScript, PHP, and ImageMagick</title>
	<atom:link href="http://mondaybynoon.com/2007/01/22/crop-resize-with-javascript-php-and-imagemagick/feed/" rel="self" type="application/rss+xml" />
	<link>http://mondaybynoon.com/2007/01/22/crop-resize-with-javascript-php-and-imagemagick/</link>
	<description>A resource for Web designers and developers to read about and discuss their craft.</description>
	<lastBuildDate>Wed, 28 Jul 2010 19:29:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Avlesh</title>
		<link>http://mondaybynoon.com/2007/01/22/crop-resize-with-javascript-php-and-imagemagick/#comment-1020</link>
		<dc:creator>Avlesh</dc:creator>
		<pubDate>Sat, 26 Jan 2008 02:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://mondaybynoon.com/2007/01/22/crop-resize-with-javascript-php-and-imagemagick/#comment-1020</guid>
		<description>@Jonathan - Hats off!!! Brilliant script (especially the JS part of it). I am hooked on to it for the last two days.

@Mehul - I can understand your problem. In fact I faced it myself and none of the solutions specified above were working. When i tried getting into the code it turned out to be a JS error. The JS was not updating the recent coordinates and dimensions to the form fields and thus they were not even being sent to the backend. This seemed to work for me -

Event.observe(window, &#039;load&#039;, function() {
  new Cropper.Img(
  &#039;cropImage&#039;,{
         ratioDim: {x:0,y:0},
         minWidth: 200,
         minHeight:200,
         maxWidth:200,
         maxHeight:200,
         displayOnInit:true,
         onEndCrop:onEndCrop,
         captureKeys:true,
         onloadCoords:null
    });} );

I duplicated all the init parameters being used by Jonathan in his creating the instance method.

- best
Avlesh</description>
		<content:encoded><![CDATA[<p>@Jonathan &#8211; Hats off!!! Brilliant script (especially the JS part of it). I am hooked on to it for the last two days.</p>
<p>@Mehul &#8211; I can understand your problem. In fact I faced it myself and none of the solutions specified above were working. When i tried getting into the code it turned out to be a JS error. The JS was not updating the recent coordinates and dimensions to the form fields and thus they were not even being sent to the backend. This seemed to work for me -</p>
<p>Event.observe(window, &#8216;load&#8217;, function() {<br />
  new Cropper.Img(<br />
  &#8216;cropImage&#8217;,{<br />
         ratioDim: {x:0,y:0},<br />
         minWidth: 200,<br />
         minHeight:200,<br />
         maxWidth:200,<br />
         maxHeight:200,<br />
         displayOnInit:true,<br />
         onEndCrop:onEndCrop,<br />
         captureKeys:true,<br />
         onloadCoords:null<br />
    });} );</p>
<p>I duplicated all the init parameters being used by Jonathan in his creating the instance method.</p>
<p>- best<br />
Avlesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cabz</title>
		<link>http://mondaybynoon.com/2007/01/22/crop-resize-with-javascript-php-and-imagemagick/#comment-1021</link>
		<dc:creator>cabz</dc:creator>
		<pubDate>Thu, 24 Jan 2008 07:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://mondaybynoon.com/2007/01/22/crop-resize-with-javascript-php-and-imagemagick/#comment-1021</guid>
		<description>excellent work dude! this is what im looking for.
btw, is it possible to skip the resize page? how :D
Thanks!</description>
		<content:encoded><![CDATA[<p>excellent work dude! this is what im looking for.<br />
btw, is it possible to skip the resize page? how :D<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis Aucoin</title>
		<link>http://mondaybynoon.com/2007/01/22/crop-resize-with-javascript-php-and-imagemagick/#comment-1019</link>
		<dc:creator>Dennis Aucoin</dc:creator>
		<pubDate>Mon, 14 Jan 2008 14:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://mondaybynoon.com/2007/01/22/crop-resize-with-javascript-php-and-imagemagick/#comment-1019</guid>
		<description>How do you upload from a link?</description>
		<content:encoded><![CDATA[<p>How do you upload from a link?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Christopher</title>
		<link>http://mondaybynoon.com/2007/01/22/crop-resize-with-javascript-php-and-imagemagick/#comment-1018</link>
		<dc:creator>Jonathan Christopher</dc:creator>
		<pubDate>Wed, 26 Dec 2007 19:37:56 +0000</pubDate>
		<guid isPermaLink="false">http://mondaybynoon.com/2007/01/22/crop-resize-with-javascript-php-and-imagemagick/#comment-1018</guid>
		<description>@Mehul: That is not easily accomplished with the example provided. The example provided is meant to act as a starting point for custom installations.</description>
		<content:encoded><![CDATA[<p>@Mehul: That is not easily accomplished with the example provided. The example provided is meant to act as a starting point for custom installations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harneet</title>
		<link>http://mondaybynoon.com/2007/01/22/crop-resize-with-javascript-php-and-imagemagick/#comment-1017</link>
		<dc:creator>harneet</dc:creator>
		<pubDate>Tue, 25 Dec 2007 18:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://mondaybynoon.com/2007/01/22/crop-resize-with-javascript-php-and-imagemagick/#comment-1017</guid>
		<description>thanks dude! its really work and i m using it very well

can u tell me how can i optimize this for best image cropping......

:)

again thanks dude</description>
		<content:encoded><![CDATA[<p>thanks dude! its really work and i m using it very well</p>
<p>can u tell me how can i optimize this for best image cropping&#8230;&#8230;</p>
<p>:)</p>
<p>again thanks dude</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mehul</title>
		<link>http://mondaybynoon.com/2007/01/22/crop-resize-with-javascript-php-and-imagemagick/#comment-1016</link>
		<dc:creator>Mehul</dc:creator>
		<pubDate>Tue, 25 Dec 2007 06:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://mondaybynoon.com/2007/01/22/crop-resize-with-javascript-php-and-imagemagick/#comment-1016</guid>
		<description>can anybody tell me how can i make crop and resize in one page only....</description>
		<content:encoded><![CDATA[<p>can anybody tell me how can i make crop and resize in one page only&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crop and Resize Images with GD or ImageMagick (v1.1) - Monday By Noon</title>
		<link>http://mondaybynoon.com/2007/01/22/crop-resize-with-javascript-php-and-imagemagick/#comment-1015</link>
		<dc:creator>Crop and Resize Images with GD or ImageMagick (v1.1) - Monday By Noon</dc:creator>
		<pubDate>Mon, 17 Dec 2007 08:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://mondaybynoon.com/2007/01/22/crop-resize-with-javascript-php-and-imagemagick/#comment-1015</guid>
		<description>[...] the past couple weeks, conversation has picked up quite a bit surrounding the Crop &amp; Resize with JavaScript, PHP, and ImageMagick demo I put together nearly [...]</description>
		<content:encoded><![CDATA[<p>[...] the past couple weeks, conversation has picked up quite a bit surrounding the Crop &amp; Resize with JavaScript, PHP, and ImageMagick demo I put together nearly [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Christopher</title>
		<link>http://mondaybynoon.com/2007/01/22/crop-resize-with-javascript-php-and-imagemagick/#comment-959</link>
		<dc:creator>Jonathan Christopher</dc:creator>
		<pubDate>Sun, 16 Dec 2007 21:09:25 +0000</pubDate>
		<guid isPermaLink="false">http://mondaybynoon.com/2007/01/22/crop-resize-with-javascript-php-and-imagemagick/#comment-959</guid>
		<description>@Paul: A silly mistake was resizing the image improperly -- I&#039;m going to go ahead and take down the download link until the new and improved version is released tomorrow.</description>
		<content:encoded><![CDATA[<p>@Paul: A silly mistake was resizing the image improperly &#8212; I&#8217;m going to go ahead and take down the download link until the new and improved version is released tomorrow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mehul</title>
		<link>http://mondaybynoon.com/2007/01/22/crop-resize-with-javascript-php-and-imagemagick/#comment-992</link>
		<dc:creator>Mehul</dc:creator>
		<pubDate>Fri, 14 Dec 2007 06:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://mondaybynoon.com/2007/01/22/crop-resize-with-javascript-php-and-imagemagick/#comment-992</guid>
		<description>@Paul: finally it worked.. Thanks buddy..
now only one thing i want is crop and resize should be in one page only.

i tried a lot but cant do it.. can you help me please? any idea?</description>
		<content:encoded><![CDATA[<p>@Paul: finally it worked.. Thanks buddy..<br />
now only one thing i want is crop and resize should be in one page only.</p>
<p>i tried a lot but cant do it.. can you help me please? any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Christopher</title>
		<link>http://mondaybynoon.com/2007/01/22/crop-resize-with-javascript-php-and-imagemagick/#comment-996</link>
		<dc:creator>Jonathan Christopher</dc:creator>
		<pubDate>Fri, 14 Dec 2007 03:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://mondaybynoon.com/2007/01/22/crop-resize-with-javascript-php-and-imagemagick/#comment-996</guid>
		<description>@Paul: Thanks very much for the update -- I will definitely give some attention to the Linux nature of the demo as a whole. Thanks again!</description>
		<content:encoded><![CDATA[<p>@Paul: Thanks very much for the update &#8212; I will definitely give some attention to the Linux nature of the demo as a whole. Thanks again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using xcache (user agent is rejected)
Database Caching using xcache

Served from: mondaybynoon.com @ 2010-07-30 22:12:17 -->