A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Bitmap Raster Operations

  1. #1

    Bitmap Raster Operations

    Is there a way to combine bitmaps ala the windows api bitblt function? It can do AND, OR, XOR, etc.

    http://msdn2.microsoft.com/en-us/library/ms532278.aspx

  2. #2
    Senior Member
    Join Date
    Dec 2006
    Posts
    274
    I tried a quick search but mainly it seems that kind of operations are handled manually looping bitmapdata. Closest one available are more photoshop style manipulations and are generally more useful, Blending mode and Color transform operation..

  3. #3
    Senior Member kusco's Avatar
    Join Date
    Nov 2001
    Posts
    681
    In the samples, you will find a BitmapData sample.

    There are still some methods of the BitmapData object left to implement in 3DFA's internal player, so it is not yet documented, but the method placeholders allow everything to play and be exported properly, but only to Flash 9 at the moment. Flash 8 soon.

    This is as much bitmap blitting power as Flash offers, and is in some ways more powerful than what Windows offers. Just look at the samples, and there is plenty of documentation online.
    Cheers,
    kusco
    (3DFA Support Team)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center