<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.newlc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>NewLC - Decoding jpeg to bmp - Comments</title>
 <link>http://www.newlc.com/en/forum/decoding-jpeg-bmp</link>
 <description>Comments for &quot;Decoding jpeg to bmp&quot;</description>
 <language>en</language>
<item>
 <title>Re: Decoding jpeg to bmp</title>
 <link>http://www.newlc.com/en/forum/decoding-jpeg-bmp#comment-42150</link>
 <description>&lt;p&gt;If you want to view it on Windows then Nokia supplies a program called mbmviewer which you can use. The phone&#039;s default viewer should be able to display an mbm file as well.  &lt;br /&gt;
&quot;C:\Symbian\9.1\S60_3rd_MR\S60Tools\mbmviewer\mbmviewer.exe&quot;&lt;br /&gt;
&lt;/p&gt;</description>
 <pubDate>Tue, 09 Oct 2007 12:43:16 +0200</pubDate>
 <dc:creator>Werries</dc:creator>
 <guid isPermaLink="false">comment 42150 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Decoding jpeg to bmp</title>
 <link>http://www.newlc.com/en/forum/decoding-jpeg-bmp#comment-42125</link>
 <description>&lt;p&gt;Anyone know how I could view an mbm image without having to convert it to some encoded format?&lt;/p&gt;</description>
 <pubDate>Mon, 08 Oct 2007 18:10:10 +0200</pubDate>
 <dc:creator>rajveer</dc:creator>
 <guid isPermaLink="false">comment 42125 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Decoding jpeg to bmp</title>
 <link>http://www.newlc.com/en/forum/decoding-jpeg-bmp#comment-42031</link>
 <description>&lt;p&gt;&lt;div class=&quot;bb-quote&quot;&gt;&lt;blockquote class=&quot;bb-quote-body&quot;&gt;Might be mbm, but I&#039;ve heard some say otherwise&lt;/blockquote&gt;&lt;/div&gt;&lt;br /&gt;
Yes CFbsBitmap::Save wil save in mbm format *only*&lt;/p&gt;

&lt;p&gt;Cheers,&lt;br /&gt;
Sri&lt;/p&gt;</description>
 <pubDate>Thu, 04 Oct 2007 13:16:47 +0200</pubDate>
 <dc:creator>srikanth</dc:creator>
 <guid isPermaLink="false">comment 42031 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Decoding jpeg to bmp</title>
 <link>http://www.newlc.com/en/forum/decoding-jpeg-bmp#comment-42006</link>
 <description>&lt;p&gt;windows &quot;bmp&quot; is not a raw bitmap, it has headers and stuff, and might  even be compressed (with a simple non-destructive RLE compression)&lt;br /&gt;
So there is nothing strange with that the symbian memory bitmap has to be &quot;encoded&quot; into it. (even though the encoding in this case is very simple)&lt;/p&gt;

&lt;p&gt;The reason you can&#039;t open it after using &quot;Save&quot; is that this function does not save the bitmap in windows &quot;bmp&quot; format, but its own format.&lt;br /&gt;
Might be mbm, but I&#039;ve heard some say otherwise..  &lt;/p&gt;

&lt;p&gt;CImageEncoder is the class to use if you need a portable format that should work in other operating systems.&lt;br /&gt;
&lt;/p&gt;</description>
 <pubDate>Wed, 03 Oct 2007 13:36:06 +0200</pubDate>
 <dc:creator>alh</dc:creator>
 <guid isPermaLink="false">comment 42006 at http://www.newlc.com</guid>
</item>
<item>
 <title>Decoding jpeg to bmp</title>
 <link>http://www.newlc.com/en/forum/decoding-jpeg-bmp</link>
 <description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I am writing a simple piece of code to decode from jpeg to bmp:&lt;/p&gt;

&lt;p&gt;                _LIT(KJPEGFile, &quot;C:\\planet.jpg&quot;);&lt;br /&gt;
	_LIT(KDecodedBmpFile, &quot;C:\\planet.bmp&quot;);&lt;br /&gt;
	TFileName aJPEGFile(KJPEGFile);&lt;br /&gt;
	TFileName aDecBmpFile(KDecodedBmpFile);&lt;br /&gt;
	&lt;br /&gt;
	User::LeaveIfError(RFbsSession::Connect());&lt;br /&gt;
	&lt;br /&gt;
	RFs aFs;&lt;br /&gt;
	User::LeaveIfError(aFs.Connect());&lt;br /&gt;
	CleanupClosePushL(aFs);&lt;br /&gt;
	&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/en/forum/decoding-jpeg-bmp&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/en/forum/decoding-jpeg-bmp#comments</comments>
 <category domain="http://www.newlc.com/en/forums/2d-3d-graphics">Bitmaps and Graphics</category>
 <pubDate>Wed, 03 Oct 2007 13:24:14 +0200</pubDate>
 <dc:creator>rajveer</dc:creator>
 <guid isPermaLink="false">19160 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
