<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Imebra DICOM SDK</title>
	<atom:link href="http://imebra.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://imebra.com</link>
	<description>Open source C++ DICOM library</description>
	<lastBuildDate>Fri, 31 May 2013 13:08:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
		<item>
		<title>Imebra DICOM SDK for Android</title>
		<link>http://imebra.com/development/imebra-dicom-sdk-for-android/</link>
		<comments>http://imebra.com/development/imebra-dicom-sdk-for-android/#comments</comments>
		<pubDate>Thu, 30 May 2013 13:26:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://imebra.com/?p=244</guid>
		<description><![CDATA[Imebra DICOM SDK for Android is getting ready to be relased. It includes: JNI wrappers for most of the Imebra classes DicomView class to display Dicom images, with support for zoom and pan documentation]]></description>
				<content:encoded><![CDATA[<p>Imebra DICOM SDK for Android is getting ready to be relased.</p>
<p>It includes:</p>
<ul>
<li><span style="line-height: 15px;">JNI wrappers for most of the Imebra classes</span></li>
<li>DicomView class to display Dicom images, with support for zoom and pan</li>
<li>documentation</li>
</ul>
<p><iframe width="584" height="329" src="http://www.youtube.com/embed/Wl1x33GPQb8?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://imebra.com/development/imebra-dicom-sdk-for-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Imebra 2013-05-21 has been released</title>
		<link>http://imebra.com/uncategorized/imebra-2013-05-21-has-been-released/</link>
		<comments>http://imebra.com/uncategorized/imebra-2013-05-21-has-been-released/#comments</comments>
		<pubDate>Tue, 21 May 2013 12:43:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://imebra.com/?p=222</guid>
		<description><![CDATA[Imebra 2013-05-21 has been released. The open source license has been changed from BSD to GPLv2. A commercial license is available in order to fund further development of the library. Change log Changed license to GPLv2/commercial Fixes #89 (Static objects don&#8217;t get &#8230; <a href="http://imebra.com/uncategorized/imebra-2013-05-21-has-been-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Imebra 2013-05-21 has been released.</p>
<p>The open source license has been changed from BSD to GPLv2. A commercial license is available in order to fund further development of the library.</p>
<h2>Change log</h2>
<ul>
<li>Changed license to GPLv2/commercial</li>
<li>Fixes <a href="http://bitbucket.org/puntoexe/imebra/issue/89">#89</a> (Static objects don&#8217;t get initialized when Imebra is built as a library)</li>
<li>Added support for ICU library</li>
<li>Removed unused parameter from dicomCodec::readPixel()</li>
<li>Compatible with clang 3.0</li>
<li>Added memory::memory(imbxUint32 size) to allocate memory in the constructor</li>
<li>Added method that finds the optimal VOI for the VOILUT transform</li>
<li>Validate the area that must be processed by the transform</li>
<li>Corrected mismatching new/delete in streamController</li>
<li>Added handling of ARGB and RGBA bitmap modes to drawBitmap</li>
<li>Splitted charsetConversion into several classes</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://imebra.com/uncategorized/imebra-2013-05-21-has-been-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Imebra SDK for Android: almost there</title>
		<link>http://imebra.com/development/imebra-for-android-almost-there/</link>
		<comments>http://imebra.com/development/imebra-for-android-almost-there/#comments</comments>
		<pubDate>Thu, 16 May 2013 11:46:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://imebra.com/?p=175</guid>
		<description><![CDATA[Imebra SDK for Android is evolving rapidly. It already surpasses the competition regarding speed and size of the Dicom files. Imebra SDK for Android is based on the C++ library &#8220;Imebra SDK for C++&#8221; plus some Java wrappers that call &#8230; <a href="http://imebra.com/development/imebra-for-android-almost-there/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Imebra SDK for Android is evolving rapidly. It already surpasses the competition regarding speed and size of the Dicom files.</p>
<p>Imebra SDK for Android is based on the C++ library &#8220;<a title="About" href="http://imebra.com/c-open-source-dicom-library/">Imebra SDK for C++</a>&#8221; plus some Java wrappers that call the native library via JNI.</p>
<p>Because &#8220;Imebra SDK for Android&#8221; is basically written in C++, it is extremely fast when decoding the Dicom stream (oh, by the way, it accepts compressed and uncompressed streams).</p>
<p>&#8220;Imebra SDK for Android&#8221; loads only the parts of the Dicom file it needs, so it can easily open a hundreds of Mb file containing several images and decompress the images when they are needed; Competitor SDKs die when exposed to those files.</p>
<p>Stay tuned for more information about &#8220;Imebra SDK for Android&#8221;, or click <a title="Contact" href="http://imebra.com/contact/">Contact</a>.</p>
<div id="attachment_176" class="wp-caption alignnone" style="width: 310px"><a href="http://imebra.com/wp-content/uploads/2013/05/2013-05-16-11.28.49.jpg"><img class="size-medium wp-image-176" alt="Imebra for Android" src="http://imebra.com/wp-content/uploads/2013/05/2013-05-16-11.28.49-300x168.jpg" width="300" height="168" /></a><p class="wp-caption-text">Imebra for Android</p></div>
]]></content:encoded>
			<wfw:commentRss>http://imebra.com/development/imebra-for-android-almost-there/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Imebra on Android is coming!!!!</title>
		<link>http://imebra.com/development/imebra-on-android-is-coming/</link>
		<comments>http://imebra.com/development/imebra-on-android-is-coming/#comments</comments>
		<pubDate>Thu, 09 May 2013 10:07:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://imebra.com/?p=166</guid>
		<description><![CDATA[Hello, The possibility of reading compressed DICOM files is coming to Android. Imebra SDK for Android has reached an alpha status and started spitting out valid data on Android devices. Imebra SDK for Android uses the native library Imebra SDK &#8230; <a href="http://imebra.com/development/imebra-on-android-is-coming/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Hello,</p>
<p>The possibility of reading compressed DICOM files is coming to Android.</p>
<p>Imebra SDK for Android has reached an alpha status and started spitting out valid data on Android devices.</p>
<p>Imebra SDK for Android uses the native library Imebra SDK for C++ plus some JNI wrappers that allow to use the library from Java. Imebra SDK for Android is composed by a SO module containing the native code and a JAR containing the Java interface.</p>
<p>In order to fund further development of Imebra SDK for C++, Imebra SDK for Android will be available only to paying customers, which will receive also the full source code of the JNI wrappers (non redistributable). A demo version of Imebra SDK for Android will be available (binaries only, with limitations).</p>
]]></content:encoded>
			<wfw:commentRss>http://imebra.com/development/imebra-on-android-is-coming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting a Dicom file to a video file using dicom2jpeg and FFMpeg</title>
		<link>http://imebra.com/resources/converting-a-dicom-file-to-a-video-file-using-dicom2jpeg-and-ffmpeg/</link>
		<comments>http://imebra.com/resources/converting-a-dicom-file-to-a-video-file-using-dicom2jpeg-and-ffmpeg/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 21:07:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://imebra.com/?p=90</guid>
		<description><![CDATA[This article explains how to use dicom2jpeg and ffmpeg to convert a dicom file to a flash movie, suitable for streaming from a website. dicom2jpeg is an application distributed with Imebra (look in the examples folder), while ffmpeg is an &#8230; <a href="http://imebra.com/resources/converting-a-dicom-file-to-a-video-file-using-dicom2jpeg-and-ffmpeg/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>This article explains how to use dicom2jpeg and ffmpeg to convert a dicom file to a flash movie, suitable for streaming from a website.<span id="more-90"></span></p>
<p>dicom2jpeg is an application distributed with Imebra (look in the examples folder), while ffmpeg is an open source application downloadable from <a title="FFMpeg" href="http://ffmpeg.mplayerhq.hu/" target="_blank">here</a> or <a title="FFMpeg for Windows" href="http://ffmpeg.zeranoe.com/" target="_blank">here (windows)</a>.</p>
<p>dicom2jpeg can convert a dicom file to one or more jpeg images, while FFMpeg is able to produce a movie (mpeg, flash and other) from a series of images. Combining them together allows us to convert a dicom file to a movie.</p>
<p>The version 0.0.45 of Imebra introduced a new feature to dicom2jpeg that makes it able to call directly ffmpeg with the automatic setting of few key options (like the frame rate).</p>
<p>In order to conver a dicom file to a flash movie, open a command line terminal and type:</p>
<pre>dicom2jpeg pathToDicomFile pathToOutputImage -ffmpeg pathToFfmpeg pathToMovieFile</pre>
<p>where:</p>
<ul>
<li>pathToDicomFile = path to the dicom file that has to be converted to a movie</li>
<li>pathToOutputImage = path to the output jpeg images: e.g.: c:\temp\image.jpg will generate the series of images c:\temp\image0.jpg, c:\temp\image1.jpg, c:\temp\image2.jpg,&#8230;<br />
The folder where the images will be create has to exist</li>
<li>pathToFfmpeg =path to the ffmpeg application. Most of the time the string ffmpeg is enough</li>
<li>pathToMovieFile = path to the movie file that generated by ffmpeg, e.g.: c:\movie.flv a flash file or c:\movie.wmv to generate a windows media video file</li>
</ul>
<p><span class="Apple-style-span" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;">After -ffmpeg you can specify all the options accepted by ffmpeg, using the same syntax specified in the ffmpeg manual.</span></p>
<p>Some parameters needed by ffmpeg, like the frame rate and the input images are automatically added by dicom2jpeg.</p>
<h1>Using dicom2jpeg on a web server</h1>
<p>Few precautions have to be taken to use dicom2jpeg on a web server.</p>
<p>The software may be called from several threads at the same time; it is important that when dicom2jpeg is called a fresh folder for the images and the final movie is generated, possibly using a session identifier in the folder name.</p>
<p>After the movie has been generated, the images or all the folder should be deleted by the calling application.</p>
<h1>Converting a Dicom file to a video file&#8230;the commercial way</h1>
<p><a title="Dicom Media Bridge" href="http://puntoexe.com/dicom-media-bridge/" target="_blank">Dicom Media Bridge</a> is a Directshow codec based on Imebra that allows Windows media applications to play Dicom files directly.</p>
<p>After installing <a title="Dicom Media Bridge" href="http://puntoexe.com/dicom-media-bridge/" target="_blank">Dicom Media Bridge</a> you can play Dicom files using Windows Media Player or you can convert them to video files using Windows Media Encoder or other similar products.</p>
]]></content:encoded>
			<wfw:commentRss>http://imebra.com/resources/converting-a-dicom-file-to-a-video-file-using-dicom2jpeg-and-ffmpeg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
