User Profile

Collapse

Profile Sidebar

Collapse
shailendrab
shailendrab
Last Activity: Mar 8 '10, 02:44 PM
Joined: Mar 2 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Thank you very much Gary for suggesting improvement. I will try this one.
    See more | Go to post

    Leave a comment:


  • Hi,

    Thanks for reply... answers to your questions...


    Then why are you doing it?

    Bcoz i have to. If i dont, when i play recorded video, i see vertically flipped images being displayed.

    Excuse me? You're saving your bitmap as an avi? Why?

    Sorry I made an ambiguous statement. What i meant is, i am getting images from a netwrok camera and i want to record it as video....
    See more | Go to post

    Leave a comment:


  • Can we determine automatically a full .NET Framework application can be ported in CF

    Hi,

    I am developing some application in to Compact Framework 2.0 and most of the times development start from an already developed application in Full .Net framework.

    So we start porting the application in Compact framework with hope it can be ported.

    I was wondering if there is any way we can find out an application can be ported or how much complexity is involved if we port in advance automatically....
    See more | Go to post

  • shailendrab
    started a topic Flip image vertically in Compact Framework

    Flip image vertically in Compact Framework

    Hi,

    I have been trying to flip an image vertically before saving in disk in AVI format. I really dont know why i need to flip it first before saving, any idea?

    To do this currently i am performing a simple algorithm...

    Code:
            public Bitmap RotateFlip(Bitmap source, RotateFlipType change)
            {
                Bitmap dest = new Bitmap(source.Size.Width, source.Size.Height);
    ...
    See more | Go to post
    Last edited by tlhintoq; Mar 2 '10, 01:13 PM. Reason: [CODE] ...Your code goes between code tags [/CODE]
No activity results to display
Show More
Working...