<?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 - Rotation and scale of images using opengl? - Comments</title>
 <link>http://www.newlc.com/en/forum/rotation-and-scale-images-using-opengl</link>
 <description>Comments for &quot;Rotation and scale of images using opengl?&quot;</description>
 <language>en</language>
<item>
 <title>Re: Rotation and scale of images using opengl?</title>
 <link>http://www.newlc.com/en/forum/rotation-and-scale-images-using-opengl#comment-40479</link>
 <description>&lt;p&gt;Actually I have to do it for just HW accelerated graphic Devices and the size of the images is not too big (240x320 so about the resolution of one screen).&lt;/p&gt;

&lt;p&gt;The main app uses all the processor time that it can get to calculate all the rotation parameters and i would like to derive the graphic tasks a little bit in order to make it faster.&lt;/p&gt;

&lt;p&gt;It is an application that runs in real time but i not need to display anything on the screen, just get the results.&lt;/p&gt;</description>
 <pubDate>Mon, 06 Aug 2007 10:38:43 +0200</pubDate>
 <dc:creator>miguelbl</dc:creator>
 <guid isPermaLink="false">comment 40479 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Rotation and scale of images using opengl?</title>
 <link>http://www.newlc.com/en/forum/rotation-and-scale-images-using-opengl#comment-40473</link>
 <description>&lt;p&gt;Note though that only very few high end phones actually have graphical hardware.&lt;br /&gt;
Though, all s60 3.0+ phones has software emulation of opengl if hw is not present.&lt;/p&gt;

&lt;p&gt;I think it is a good idea to use this though, no sense reimplementing a lot of functions if they already are there in good condition.&lt;/p&gt;

&lt;p&gt;If you want realtime animations, you should display it through opengl too.&lt;br /&gt;
It will anyway certainly be fast enough for doing some pre-processing of the image.&lt;/p&gt;

&lt;p&gt;Only problem I can think of right now is that the graphics memory might be quite limited (and is quite limited overall), so you might have problems if you want to do this processing on very big images (you mentioned photos).&lt;br /&gt;
Processing very big images on the phone is tricky in any case though, and takes a lot of work and effort to get to work efficiently (or at all)&lt;br /&gt;
&lt;/p&gt;</description>
 <pubDate>Mon, 06 Aug 2007 10:08:00 +0200</pubDate>
 <dc:creator>alh</dc:creator>
 <guid isPermaLink="false">comment 40473 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Rotation and scale of images using opengl?</title>
 <link>http://www.newlc.com/en/forum/rotation-and-scale-images-using-opengl#comment-40426</link>
 <description>&lt;p&gt;Thanks a lot. I donÂ´t know if it will be fast enough, but maybe I can save some processor time sending this image rotations and scales through the graphical accelerator.&lt;/p&gt;</description>
 <pubDate>Fri, 03 Aug 2007 10:52:23 +0200</pubDate>
 <dc:creator>miguelbl</dc:creator>
 <guid isPermaLink="false">comment 40426 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Rotation and scale of images using opengl?</title>
 <link>http://www.newlc.com/en/forum/rotation-and-scale-images-using-opengl#comment-40425</link>
 <description>&lt;p&gt;Yes, you can do this, by creating an offscreen render target, for example pbuffers, and render to this.&lt;br /&gt;
Then copy out the pixels through eglCopyBuffers&lt;/p&gt;

&lt;p&gt;Here is a discussion on forum.nokia about the different options:&lt;br /&gt;
&lt;a href=&quot;http://discussion.forum.nokia.com/forum/showthread.php?t=107137&amp;highlight=pbuffer&quot;&gt;http://discussion.forum.nokia.com/forum/showthread.php?t=107137&amp;highlight=pbuffer&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Its about mixing GL with symbian native drawing, but has some good tips.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 03 Aug 2007 10:26:48 +0200</pubDate>
 <dc:creator>alh</dc:creator>
 <guid isPermaLink="false">comment 40425 at http://www.newlc.com</guid>
</item>
<item>
 <title>Rotation and scale of images using opengl?</title>
 <link>http://www.newlc.com/en/forum/rotation-and-scale-images-using-opengl</link>
 <description>&lt;p&gt;&lt;br /&gt;
I have to apply some transformations to several images. This transformations can be shifts, rotations or changes of perspective (frustum). Although I know it would be possible to code this by myself, the processing time required for this task would be quite big.&lt;/p&gt;

&lt;p&gt;So I was thinking about using OpenGL to rotate them in order to transfer all this interpolation tasks to the graphics processor.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/en/forum/rotation-and-scale-images-using-opengl&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/en/forum/rotation-and-scale-images-using-opengl#comments</comments>
 <category domain="http://www.newlc.com/en/forums/2d-3d-graphics">Bitmaps and Graphics</category>
 <pubDate>Wed, 01 Aug 2007 11:43:13 +0200</pubDate>
 <dc:creator>miguelbl</dc:creator>
 <guid isPermaLink="false">18524 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
