<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-310387641218326640.post5374437508910456337..comments</id><updated>2010-01-09T03:59:50.193-03:00</updated><title type='text'>Comments on FileHelpers - Development Blog: A useful Image Converter for the library</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.filehelpers.com/feeds/5374437508910456337/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/310387641218326640/5374437508910456337/comments/default'/><link rel='alternate' type='text/html' href='http://blog.filehelpers.com/2006/12/useful-image-converter-for-library.html'/><author><name>Marcos Meli</name><uri>http://www.blogger.com/profile/16725503414259505467</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-310387641218326640.post-7624493377662211829</id><published>2007-04-13T11:04:00.000-03:00</published><updated>2007-04-13T11:04:00.000-03:00</updated><title type='text'>Ups :PVery bad, thanks for the feedback bruceFixed...</title><content type='html'>Ups :P&lt;BR/&gt;&lt;BR/&gt;Very bad, thanks for the feedback bruce&lt;BR/&gt;&lt;BR/&gt;Fixed now</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/310387641218326640/5374437508910456337/comments/default/7624493377662211829'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/310387641218326640/5374437508910456337/comments/default/7624493377662211829'/><link rel='alternate' type='text/html' href='http://blog.filehelpers.com/2006/12/useful-image-converter-for-library.html?showComment=1176473040000#c7624493377662211829' title=''/><author><name>Marcos Meli</name><uri>http://www.blogger.com/profile/16725503414259505467</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14065086218966006799'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.filehelpers.com/2006/12/useful-image-converter-for-library.html' ref='tag:blogger.com,1999:blog-310387641218326640.post-5374437508910456337' source='http://www.blogger.com/feeds/310387641218326640/posts/default/5374437508910456337' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-310387641218326640.post-4274350905550831289</id><published>2007-04-13T10:53:00.000-03:00</published><updated>2007-04-13T10:53:00.000-03:00</updated><title type='text'>You shouldn't be creating a new byte array because...</title><content type='html'>You shouldn't be creating a new byte array because FromBase64String creates and returns another one, so the first one that you're creating is actually never used.&lt;BR/&gt;&lt;BR/&gt;// don't create new here, useless&lt;BR/&gt;Byte[] bitmapData = new Byte[from.Length];&lt;BR/&gt;&lt;BR/&gt;bitmapData = Convert.FromBase64String(from);&lt;BR/&gt;&lt;BR/&gt;Bruce Dunwiddie&lt;BR/&gt;http://www.csvreader.com</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/310387641218326640/5374437508910456337/comments/default/4274350905550831289'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/310387641218326640/5374437508910456337/comments/default/4274350905550831289'/><link rel='alternate' type='text/html' href='http://blog.filehelpers.com/2006/12/useful-image-converter-for-library.html?showComment=1176472380000#c4274350905550831289' title=''/><author><name>Bruce</name><uri>http://www.blogger.com/profile/10429390081567464320</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.filehelpers.com/2006/12/useful-image-converter-for-library.html' ref='tag:blogger.com,1999:blog-310387641218326640.post-5374437508910456337' source='http://www.blogger.com/feeds/310387641218326640/posts/default/5374437508910456337' type='text/html'/></entry></feed>