<?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: JPEG 2000 for Pascal</title>
	<atom:link href="http://galfar.vevb.net/wp/projects/jpeg2000-for-pascal/feed/" rel="self" type="application/rss+xml" />
	<link>http://galfar.vevb.net/wp</link>
	<description>Oh hai!</description>
	<lastBuildDate>Mon, 09 Jan 2012 02:28:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Marek Mauder</title>
		<link>http://galfar.vevb.net/wp/projects/jpeg2000-for-pascal/comment-page-1/#comment-748</link>
		<dc:creator>Marek Mauder</dc:creator>
		<pubDate>Mon, 07 Jun 2010 10:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://galfar.vevb.net/wp/?page_id=59#comment-748</guid>
		<description>I don&#039;t have D7 to test it right now but you can create 32bit TBitmaps with it and alpha data should be accessible using ScanLine property (D7 just doesn&#039;t support alpha blending when drawing the bitmap).

I&#039;ll be adding crossplatform JPEG 2000 reader/writer to PasJpeg2000 package witch easier access to decoded pixels than in TBitmap descendant.

Meanwhile you could use Imaging library, PasJpeg2000 was originally part of it, and it also support creation of OpenGL textures (var Tex: GLuint := LoadGLTextureFromFile(&#039;tex.jp2&#039;)).</description>
		<content:encoded><![CDATA[<p>I don&#8217;t have D7 to test it right now but you can create 32bit TBitmaps with it and alpha data should be accessible using ScanLine property (D7 just doesn&#8217;t support alpha blending when drawing the bitmap).</p>
<p>I&#8217;ll be adding crossplatform JPEG 2000 reader/writer to PasJpeg2000 package witch easier access to decoded pixels than in TBitmap descendant.</p>
<p>Meanwhile you could use Imaging library, PasJpeg2000 was originally part of it, and it also support creation of OpenGL textures (var Tex: GLuint := LoadGLTextureFromFile(&#8216;tex.jp2&#8242;)).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: resle</title>
		<link>http://galfar.vevb.net/wp/projects/jpeg2000-for-pascal/comment-page-1/#comment-746</link>
		<dc:creator>resle</dc:creator>
		<pubDate>Fri, 04 Jun 2010 06:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://galfar.vevb.net/wp/?page_id=59#comment-746</guid>
		<description>A great effort, thank you very much.

A question: I am using Delphi 7 and reading Jpeg 2000 files as OpenGL textures. I see right now the way to extract raw pixel data would be assign() to a tbitmap and then extract data from there using ScanLines. Unluckily since Alpha isn&#039;t supported in D7 Tbitmaps this pretty much nullifies the whole idea of using Jpeg 2000 as the format of choice.

So I wonder... is there some other way, perhaps, of extracting pixel data from TJpeg2000Bitmap in the form or  R,G,B,A,R,G,B,A,R,G,B,A .... ? Thanks in advance,

 andrea</description>
		<content:encoded><![CDATA[<p>A great effort, thank you very much.</p>
<p>A question: I am using Delphi 7 and reading Jpeg 2000 files as OpenGL textures. I see right now the way to extract raw pixel data would be assign() to a tbitmap and then extract data from there using ScanLines. Unluckily since Alpha isn&#8217;t supported in D7 Tbitmaps this pretty much nullifies the whole idea of using Jpeg 2000 as the format of choice.</p>
<p>So I wonder&#8230; is there some other way, perhaps, of extracting pixel data from TJpeg2000Bitmap in the form or  R,G,B,A,R,G,B,A,R,G,B,A &#8230;. ? Thanks in advance,</p>
<p> andrea</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marek Mauder</title>
		<link>http://galfar.vevb.net/wp/projects/jpeg2000-for-pascal/comment-page-1/#comment-599</link>
		<dc:creator>Marek Mauder</dc:creator>
		<pubDate>Sun, 07 Mar 2010 16:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://galfar.vevb.net/wp/?page_id=59#comment-599</guid>
		<description>It&#039;s already updated, happened few weeks ago.</description>
		<content:encoded><![CDATA[<p>It&#8217;s already updated, happened few weeks ago.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerald Schwerdtfeger</title>
		<link>http://galfar.vevb.net/wp/projects/jpeg2000-for-pascal/comment-page-1/#comment-588</link>
		<dc:creator>Gerald Schwerdtfeger</dc:creator>
		<pubDate>Tue, 02 Mar 2010 13:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://galfar.vevb.net/wp/?page_id=59#comment-588</guid>
		<description>When will this happen ?</description>
		<content:encoded><![CDATA[<p>When will this happen ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marek Mauder</title>
		<link>http://galfar.vevb.net/wp/projects/jpeg2000-for-pascal/comment-page-1/#comment-464</link>
		<dc:creator>Marek Mauder</dc:creator>
		<pubDate>Wed, 03 Feb 2010 17:31:20 +0000</pubDate>
		<guid isPermaLink="false">http://galfar.vevb.net/wp/?page_id=59#comment-464</guid>
		<description>I&#039;ll update this page with some info about compiling OpenJpeg in C++ Builder.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll update this page with some info about compiling OpenJpeg in C++ Builder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerald Schwerdtfeger</title>
		<link>http://galfar.vevb.net/wp/projects/jpeg2000-for-pascal/comment-page-1/#comment-463</link>
		<dc:creator>Gerald Schwerdtfeger</dc:creator>
		<pubDate>Wed, 03 Feb 2010 14:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://galfar.vevb.net/wp/?page_id=59#comment-463</guid>
		<description>I will need to recompile the DLL. Does someone have the make file for the Delpji 2010 C compiler. Could it be posted somewhere ?</description>
		<content:encoded><![CDATA[<p>I will need to recompile the DLL. Does someone have the make file for the Delpji 2010 C compiler. Could it be posted somewhere ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerald Schwerdtfeger</title>
		<link>http://galfar.vevb.net/wp/projects/jpeg2000-for-pascal/comment-page-1/#comment-457</link>
		<dc:creator>Gerald Schwerdtfeger</dc:creator>
		<pubDate>Mon, 01 Feb 2010 12:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://galfar.vevb.net/wp/?page_id=59#comment-457</guid>
		<description>Hi Serge, could you provide some of your DICOM library for free or is it commercial ?

Regards
Gerald</description>
		<content:encoded><![CDATA[<p>Hi Serge, could you provide some of your DICOM library for free or is it commercial ?</p>
<p>Regards<br />
Gerald</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marek Mauder</title>
		<link>http://galfar.vevb.net/wp/projects/jpeg2000-for-pascal/comment-page-1/#comment-205</link>
		<dc:creator>Marek Mauder</dc:creator>
		<pubDate>Fri, 25 Sep 2009 11:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://galfar.vevb.net/wp/?page_id=59#comment-205</guid>
		<description>Thanks. Btw, Viu 2 image viewer looks very nice.</description>
		<content:encoded><![CDATA[<p>Thanks. Btw, Viu 2 image viewer looks very nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Qin Hao</title>
		<link>http://galfar.vevb.net/wp/projects/jpeg2000-for-pascal/comment-page-1/#comment-201</link>
		<dc:creator>Qin Hao</dc:creator>
		<pubDate>Thu, 24 Sep 2009 08:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://galfar.vevb.net/wp/?page_id=59#comment-201</guid>
		<description>You are great, man!</description>
		<content:encoded><![CDATA[<p>You are great, man!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JPEG 2000 for Object Pascal-Delphi and FreePascal &#171; PDF Hacks</title>
		<link>http://galfar.vevb.net/wp/projects/jpeg2000-for-pascal/comment-page-1/#comment-143</link>
		<dc:creator>JPEG 2000 for Object Pascal-Delphi and FreePascal &#171; PDF Hacks</dc:creator>
		<pubDate>Wed, 09 Sep 2009 18:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://galfar.vevb.net/wp/?page_id=59#comment-143</guid>
		<description>[...] visit here to download the last [...]</description>
		<content:encoded><![CDATA[<p>[...] visit here to download the last [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marek Mauder</title>
		<link>http://galfar.vevb.net/wp/projects/jpeg2000-for-pascal/comment-page-1/#comment-68</link>
		<dc:creator>Marek Mauder</dc:creator>
		<pubDate>Fri, 14 Aug 2009 15:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://galfar.vevb.net/wp/?page_id=59#comment-68</guid>
		<description>Sorry don&#039;t know about any free crossplatfrom native Pascal JPEG lossless library. Either paid, dll/binary linking, or something like that.</description>
		<content:encoded><![CDATA[<p>Sorry don&#8217;t know about any free crossplatfrom native Pascal JPEG lossless library. Either paid, dll/binary linking, or something like that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Serge</title>
		<link>http://galfar.vevb.net/wp/projects/jpeg2000-for-pascal/comment-page-1/#comment-61</link>
		<dc:creator>Serge</dc:creator>
		<pubDate>Thu, 06 Aug 2009 13:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://galfar.vevb.net/wp/?page_id=59#comment-61</guid>
		<description>Hi, guys, thank you for your work. I&#039;m using JPEG 2000 for Pascal
 in my DICOM component, the first test shows that it works great. 
Thanks. Did you meet a Jpeg Lossless software for delphi translated?</description>
		<content:encoded><![CDATA[<p>Hi, guys, thank you for your work. I&#8217;m using JPEG 2000 for Pascal<br />
 in my DICOM component, the first test shows that it works great.<br />
Thanks. Did you meet a Jpeg Lossless software for delphi translated?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JPEG2000 for pascal &#124; Venus Debris' Blog</title>
		<link>http://galfar.vevb.net/wp/projects/jpeg2000-for-pascal/comment-page-1/#comment-40</link>
		<dc:creator>JPEG2000 for pascal &#124; Venus Debris' Blog</dc:creator>
		<pubDate>Thu, 09 Jul 2009 00:26:58 +0000</pubDate>
		<guid isPermaLink="false">http://galfar.vevb.net/wp/?page_id=59#comment-40</guid>
		<description>[...] 홈페이지 : http://galfar.vevb.net/wp/projects/jpeg2000-for-pascal/ [...]</description>
		<content:encoded><![CDATA[<p>[...] 홈페이지 : <a href="http://galfar.vevb.net/wp/projects/jpeg2000-for-pascal/" rel="nofollow">http://galfar.vevb.net/wp/projects/jpeg2000-for-pascal/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
