Tagged Questions
3
votes
1answer
1k views
Rotate an Image in Windows Mobile Programming
Are there any mechanism within Windows Mobile programming to rotate a Bitmap?
I would like to rotate this to any angle.
1
vote
0answers
278 views
How to scale a sprite image without losing color key information?
I'm currently developing a simple application that displays map and draws some markers on it. I'm developing for Windows Mobile, so I decided to use DirectDraw and Imaging interfaces to make the ...
1
vote
2answers
987 views
Directdraw: Rotate video stream
Problem
http://stackoverflow.com/questions/2318390/windows-mobile-directdraw-rotate-video-stream
The video preview is working, all I need now is a way to rotate the image. I think the only way to ...
0
votes
1answer
87 views
Displaying another application on top of a directdraw full screen application
I am using a Full Screen application that is using DirectDraw functions for display and it is working fine.
Now I want to show another application with its own window but the other application is ...
0
votes
1answer
663 views
Windows Mobile / Directdraw: Rotate video stream
Follow up from: http://stackoverflow.com/questions/2289637/windows-mobile-directdraw-display-video-stream-take-picture
I managed to preview the camera's video stream, but the image is rotated by 90° ...
0
votes
2answers
251 views
Is BltFast supported in Windows Mobile DirectDraw?
Can I get access IDirectDrawSurface5 on a WindowsMobile device so that I can access the BltFast method?
0
votes
2answers
533 views
DirectDraw question - running the application as a regular Windows application
I am developing an application for video recording and I want to overlay the video preview with a logo and recording timer.
I tried to run the full-screen application and everything worked fine. Then ...