<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for Carl Antaki's blog</title>
	<link>http://blog.antaki.ca</link>
	<description>Java Desktop rocks!</description>
	<pubDate>Sat, 04 Feb 2012 06:45:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>Comment on Bloom 2.5 released: 200 photos, video upload and improved user experience by Robert</title>
		<link>http://blog.antaki.ca/2009/07/04/bloom-25-released-200-photos-video-upload-and-improved-user-experience/#comment-1027</link>
		<author>Robert</author>
		<pubDate>Tue, 18 Aug 2009 03:16:18 +0000</pubDate>
		<guid>http://blog.antaki.ca/2009/07/04/bloom-25-released-200-photos-video-upload-and-improved-user-experience/#comment-1027</guid>
		<description>Hello Carl,
I love Bloom, it makes Facebook and Photos tolerable.  Thank you.

I have one request/suggestion.  I use Adobe to tag all my photos with Author, Description, and Copyright info.  None of this info shows up in Bloom when I add the photos.  All the standard photo info is there no problem.

Is there any way you could give more options for selection of the EXIF data in your next release?  

Thanks!  Rob</description>
		<content:encoded><![CDATA[<p>Hello Carl,<br />
I love Bloom, it makes Facebook and Photos tolerable.  Thank you.</p>
<p>I have one request/suggestion.  I use Adobe to tag all my photos with Author, Description, and Copyright info.  None of this info shows up in Bloom when I add the photos.  All the standard photo info is there no problem.</p>
<p>Is there any way you could give more options for selection of the EXIF data in your next release?  </p>
<p>Thanks!  Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bloom 2.0 released by Fran Sanchez</title>
		<link>http://blog.antaki.ca/2009/02/28/bloom-20-released/#comment-917</link>
		<author>Fran Sanchez</author>
		<pubDate>Sun, 19 Apr 2009 19:58:59 +0000</pubDate>
		<guid>http://blog.antaki.ca/2009/02/28/bloom-20-released/#comment-917</guid>
		<description>Hi Carl!

I just installed Bloom and I love it! However, I noticed that in the app only 44 out of 250 friends shows there, why cant I see the others? I would apreciate any help solving the problem.

I'm using the linux version by the way.

Thanks very much!</description>
		<content:encoded><![CDATA[<p>Hi Carl!</p>
<p>I just installed Bloom and I love it! However, I noticed that in the app only 44 out of 250 friends shows there, why cant I see the others? I would apreciate any help solving the problem.</p>
<p>I&#8217;m using the linux version by the way.</p>
<p>Thanks very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bloom 1.7 released by carl</title>
		<link>http://blog.antaki.ca/2008/12/14/bloom-17-released/#comment-865</link>
		<author>carl</author>
		<pubDate>Tue, 06 Jan 2009 00:13:42 +0000</pubDate>
		<guid>http://blog.antaki.ca/2008/12/14/bloom-17-released/#comment-865</guid>
		<description>Speedplane,

Thanks for letting me know about the maxlength I've fixed it. I'm not using getScaledInstance(), getScaledInstance() would probably produce a better thumbnail at the expense of the slower speed. I'm using drawImage() with a quality of 100% and I'm using the Bicubic Interpolation. I could improve the quality by using the multi-pass algorithm I will look into that for the 1.8 release.</description>
		<content:encoded><![CDATA[<p>Speedplane,</p>
<p>Thanks for letting me know about the maxlength I&#8217;ve fixed it. I&#8217;m not using getScaledInstance(), getScaledInstance() would probably produce a better thumbnail at the expense of the slower speed. I&#8217;m using drawImage() with a quality of 100% and I&#8217;m using the Bicubic Interpolation. I could improve the quality by using the multi-pass algorithm I will look into that for the 1.8 release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bloom 1.7 released by speedplane</title>
		<link>http://blog.antaki.ca/2008/12/14/bloom-17-released/#comment-859</link>
		<author>speedplane</author>
		<pubDate>Sat, 03 Jan 2009 19:26:41 +0000</pubDate>
		<guid>http://blog.antaki.ca/2008/12/14/bloom-17-released/#comment-859</guid>
		<description>Hi there,

First off... there's a problem with the contact page on antaki.ca/contact.php. The verification box has a maxlength of 2 even though you need to enter three characters to answer it. So instead of sending you a message, I'm just writing it here.

I really like Bloom and I've been using it a lot. But I'm having trouble with the image resizing algorithm that you're using. The images look grainy and ugly. Here's an example: 
http://www.facebook.com/photo.php?pid=37895541&#38;l=18962&#38;id=409622
Notice the skin and hair looks grainy. The original image was smooth and clear. 

How are you resizing the images? You shouldn't be using Image.getScaledInstance(). Take a look at this article:
http://today.java.net/pub/a/today/2007/04/03/perils-of-image-getscaledinstance.html

Thanks and keep up the good work!!</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>First off&#8230; there&#8217;s a problem with the contact page on antaki.ca/contact.php. The verification box has a maxlength of 2 even though you need to enter three characters to answer it. So instead of sending you a message, I&#8217;m just writing it here.</p>
<p>I really like Bloom and I&#8217;ve been using it a lot. But I&#8217;m having trouble with the image resizing algorithm that you&#8217;re using. The images look grainy and ugly. Here&#8217;s an example:<br />
<a href="http://www.facebook.com/photo.php?pid=37895541&amp;l=18962&amp;id=409622" rel="nofollow">http://www.facebook.com/photo.php?pid=37895541&amp;l=18962&amp;id=409622</a><br />
Notice the skin and hair looks grainy. The original image was smooth and clear. </p>
<p>How are you resizing the images? You shouldn&#8217;t be using Image.getScaledInstance(). Take a look at this article:<br />
<a href="http://today.java.net/pub/a/today/2007/04/03/perils-of-image-getscaledinstance.html" rel="nofollow">http://today.java.net/pub/a/today/2007/04/03/perils-of-image-getscaledinstance.html</a></p>
<p>Thanks and keep up the good work!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bloom 1.7 released by Mark</title>
		<link>http://blog.antaki.ca/2008/12/14/bloom-17-released/#comment-854</link>
		<author>Mark</author>
		<pubDate>Sun, 28 Dec 2008 07:23:32 +0000</pubDate>
		<guid>http://blog.antaki.ca/2008/12/14/bloom-17-released/#comment-854</guid>
		<description>Have been using the 1.6 version of Bloom for a while on the mac, saved me many a headache uploading a lot of photos, however since 1.7 has been released I have not been able to use it, it loads the splash screen, then asks to trust the certificate and then simply shows that bloom is running, but never actually loads the interface, I can quit the program happily through the menu, just never loads the actual window to start using it. Am using a Mac.</description>
		<content:encoded><![CDATA[<p>Have been using the 1.6 version of Bloom for a while on the mac, saved me many a headache uploading a lot of photos, however since 1.7 has been released I have not been able to use it, it loads the splash screen, then asks to trust the certificate and then simply shows that bloom is running, but never actually loads the interface, I can quit the program happily through the menu, just never loads the actual window to start using it. Am using a Mac.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

