<?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: ImgAreaSelect 0.9.1</title>
	<atom:link href="http://odyniec.net/blog/2009/08/imgareaselect-0-9-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://odyniec.net/blog/2009/08/imgareaselect-0-9-1/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 07 Sep 2010 17:40:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jamie</title>
		<link>http://odyniec.net/blog/2009/08/imgareaselect-0-9-1/comment-page-1/#comment-4386</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Fri, 21 May 2010 09:01:56 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=356#comment-4386</guid>
		<description>So i figured it out. Maybe i should have thought about this before. All i needed was to run the code one the image had fully loaded. .load() did the trick wonderful. After 2 days of tearing your code apart it was this simple :)

Again thanks for the script.</description>
		<content:encoded><![CDATA[<p>So i figured it out. Maybe i should have thought about this before. All i needed was to run the code one the image had fully loaded. .load() did the trick wonderful. After 2 days of tearing your code apart it was this simple <img src='http://odyniec.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Again thanks for the script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://odyniec.net/blog/2009/08/imgareaselect-0-9-1/comment-page-1/#comment-4376</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Thu, 20 May 2010 22:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=356#comment-4376</guid>
		<description>So i&#039;ve worked on it for the last 2 days and come up the real problem, sadly not a solution yet though.

I have a fixed height of 375 and width of 750 as this is the size of the saved thumbnail.  selection.width and selection.height are causing the troubles. As seen below 

Non-working heights and widths
scaleX: 750 / 76 Total = 9.868421052631579
scaleY: 375 / 7 Total = 53.57142857142857

Correct heights and widths
scaleX: 750 / 902 Total = 0.8314855875831486
scaleY: 375 / 451 Total = 0.8314855875831486

I&#039;ve tried and can not find out why sometimes the script will work and other times it won&#039;t.

Any ideas? 

Cheers Jamie</description>
		<content:encoded><![CDATA[<p>So i&#8217;ve worked on it for the last 2 days and come up the real problem, sadly not a solution yet though.</p>
<p>I have a fixed height of 375 and width of 750 as this is the size of the saved thumbnail.  selection.width and selection.height are causing the troubles. As seen below </p>
<p>Non-working heights and widths<br />
scaleX: 750 / 76 Total = 9.868421052631579<br />
scaleY: 375 / 7 Total = 53.57142857142857</p>
<p>Correct heights and widths<br />
scaleX: 750 / 902 Total = 0.8314855875831486<br />
scaleY: 375 / 451 Total = 0.8314855875831486</p>
<p>I&#8217;ve tried and can not find out why sometimes the script will work and other times it won&#8217;t.</p>
<p>Any ideas? </p>
<p>Cheers Jamie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://odyniec.net/blog/2009/08/imgareaselect-0-9-1/comment-page-1/#comment-4367</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Wed, 19 May 2010 23:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=356#comment-4367</guid>
		<description>Hey dude,

Cheers for the script I do love it. Have to say i feel bad after reading everyboies questions and now adding my own ;)

I am using imageHeight and imageWidth to tell the script the original image heights. The reason being that the thumbnail i do not want to use the original images size, as these could be up to 4000px for my camera.If i add imageHeight and imageWidth then the preview image does not display correctly and if i don&#039;t use it the images don&#039;t crop properly once processed. I have tried .update() at the end of it but this seems to just break my script, not with errors just functionality. 

onSelectChange: preview, imageHeight: uploaded_height_origi, imageWidth: uploaded_width_origi)}.update()


Any ides how i can get round this problem and still use a small scaled thumbnail?

Cheers again dude for the script :D</description>
		<content:encoded><![CDATA[<p>Hey dude,</p>
<p>Cheers for the script I do love it. Have to say i feel bad after reading everyboies questions and now adding my own <img src='http://odyniec.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I am using imageHeight and imageWidth to tell the script the original image heights. The reason being that the thumbnail i do not want to use the original images size, as these could be up to 4000px for my camera.If i add imageHeight and imageWidth then the preview image does not display correctly and if i don&#8217;t use it the images don&#8217;t crop properly once processed. I have tried .update() at the end of it but this seems to just break my script, not with errors just functionality. </p>
<p>onSelectChange: preview, imageHeight: uploaded_height_origi, imageWidth: uploaded_width_origi)}.update()</p>
<p>Any ides how i can get round this problem and still use a small scaled thumbnail?</p>
<p>Cheers again dude for the script <img src='http://odyniec.net/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal Wojciechowski</title>
		<link>http://odyniec.net/blog/2009/08/imgareaselect-0-9-1/comment-page-1/#comment-3484</link>
		<dc:creator>Michal Wojciechowski</dc:creator>
		<pubDate>Tue, 02 Mar 2010 01:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=356#comment-3484</guid>
		<description>@Jay: Sure, it&#039;s free for commercial use (dual MIT/GPL license).</description>
		<content:encoded><![CDATA[<p>@Jay: Sure, it&#8217;s free for commercial use (dual MIT/GPL license).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://odyniec.net/blog/2009/08/imgareaselect-0-9-1/comment-page-1/#comment-3483</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Tue, 02 Mar 2010 01:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=356#comment-3483</guid>
		<description>I mean THANKS!</description>
		<content:encoded><![CDATA[<p>I mean THANKS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://odyniec.net/blog/2009/08/imgareaselect-0-9-1/comment-page-1/#comment-3482</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Tue, 02 Mar 2010 01:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=356#comment-3482</guid>
		<description>Hi Michal! 
Yes it&#039;s just great script!
I would like to make sure if I could use it for a commercial project?

TAHNX!</description>
		<content:encoded><![CDATA[<p>Hi Michal!<br />
Yes it&#8217;s just great script!<br />
I would like to make sure if I could use it for a commercial project?</p>
<p>TAHNX!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal Wojciechowski</title>
		<link>http://odyniec.net/blog/2009/08/imgareaselect-0-9-1/comment-page-1/#comment-3234</link>
		<dc:creator>Michal Wojciechowski</dc:creator>
		<pubDate>Mon, 15 Feb 2010 20:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=356#comment-3234</guid>
		<description>Yes, I tested the plugin and it works with jQuery 1.4.1.</description>
		<content:encoded><![CDATA[<p>Yes, I tested the plugin and it works with jQuery 1.4.1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://odyniec.net/blog/2009/08/imgareaselect-0-9-1/comment-page-1/#comment-3233</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Mon, 15 Feb 2010 20:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=356#comment-3233</guid>
		<description>Will it work with jQuery-1.4 ?</description>
		<content:encoded><![CDATA[<p>Will it work with jQuery-1.4 ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal Wojciechowski</title>
		<link>http://odyniec.net/blog/2009/08/imgareaselect-0-9-1/comment-page-1/#comment-3209</link>
		<dc:creator>Michal Wojciechowski</dc:creator>
		<pubDate>Sun, 14 Feb 2010 11:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=356#comment-3209</guid>
		<description>@fritzthecat:
Only one selection area per image is supported, so if you need more, you&#039;ll have to hack it. Some people have already implemented such things based on this plugin -- for example, if you need an image tagging solution, there&#039;s Tarique Sani&#039;s Img Notes plugin: http://plugins.jquery.com/project/ImgNotes.</description>
		<content:encoded><![CDATA[<p>@fritzthecat:<br />
Only one selection area per image is supported, so if you need more, you&#8217;ll have to hack it. Some people have already implemented such things based on this plugin &#8212; for example, if you need an image tagging solution, there&#8217;s Tarique Sani&#8217;s Img Notes plugin: <a href="http://plugins.jquery.com/project/ImgNotes" rel="nofollow">http://plugins.jquery.com/project/ImgNotes</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fritzthecat</title>
		<link>http://odyniec.net/blog/2009/08/imgareaselect-0-9-1/comment-page-1/#comment-3162</link>
		<dc:creator>fritzthecat</dc:creator>
		<pubDate>Wed, 10 Feb 2010 16:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=356#comment-3162</guid>
		<description>Hi, great plugin, I am planning on using it on a project of mine.

Is there an easy way to have multiple boxes on an image, or will have have to hack it myself?

thanks
fritz</description>
		<content:encoded><![CDATA[<p>Hi, great plugin, I am planning on using it on a project of mine.</p>
<p>Is there an easy way to have multiple boxes on an image, or will have have to hack it myself?</p>
<p>thanks<br />
fritz</p>
]]></content:encoded>
	</item>
</channel>
</rss>
