bitmapdata
Blackberry: how to flip a Bitmap upside down?
How to flip a Bitmap upside down? (I need this for loading an OpenGL texture in another program). Here is my failed try:[详细]
2023-03-17 08:22 分类:问答How to scale around point using BitmapData
I\'ve searched but haven\'t found anyone wanting to do this with a bitmapData object. I\'m using the following code:[详细]
2023-03-17 01:32 分类:问答BitmapData - scale and select area in one matrix?
I\'m using a transform matrix as part of a bitmap draw to select an area of my target rather than drawing from 0,0:[详细]
2023-03-16 08:11 分类:问答Bitmap Data .draw() with transform matrix
I\'m working on a project wherein a user can take a snapshot of themselves using their webcam and then e开发者_运维问答dit this image by transforming scale and rotation and save the result.[详细]
2023-03-16 08:02 分类:问答bitmap data api, .draw from transformed sprite
I\'m using the bitmap data api to to allow a user to capture an image with their webcam, edit this and save this to their hardrive.[详细]
2023-03-14 18:44 分类:问答Flash Builder: Why won't my mx:image show?
I have a very strange bug. I am trying to sort of take screenshots of an application and applying them to two (virtual) sides of a component. i am trying to accomplish this through creating two bitmap[详细]
2023-03-09 13:18 分类:问答Actionscript: How to remove a filter from BitmapData
I\'ve added a black and white filter onto an image using the following code: var n:Number = 1/3; var matrix:Array = [n,n,n,0,0,[详细]
2023-03-08 22:46 分类:问答Stage snapshot saving with webcam view and image is working after compilation but not working once the executive file's location is changed
package { import flash.display.DisplayObject; import flash.display.IBitmapDrawable; import flash.display.Stage;[详细]
2023-03-08 13:13 分类:问答How To Fill Bitmap Data in ARGB Format in Android LabelView
I\'m working with Android and I really need a fast way to get a 开发者_开发知识库bitmap of format BGRA to be filled in ARGB.[详细]
2023-03-07 12:49 分类:问答Converting Sprite to bitmapdata with a different registration point and rotation
I\'m trying to convert a Sprite that I have into BitmapData so I can perform some collision detection. There are a few things about the way the Sprites are used that is making this more difficult than[详细]
2023-03-07 12:02 分类:问答