Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
5answers
17k views

What is the best way to resize a BitmapData object?

Say I have a BitmapData of 600x600 and I want to scale it down to 100x100.
5
votes
1answer
924 views

C# - Create Bitmap from byte array of pixel data

If I create a Bitmap from a byte[] array Size size = new System.Drawing.Size(800,600); byte[] data = new byte[size.Width*size.Height]; handle = GCHandle.Alloc(data, GCHandleType.Pinned); Bitmap bmp = ...
4
votes
3answers
87 views

What is BitmapData.reserved?

BitmapData has a property called Reserved, which returns a 32-bit signed integer. Microsoft's documentation says not to use this property. If we shouldn't use it; then why is it there? What exactly is ...
4
votes
1answer
665 views

Invalid BitmapData randomness

I started converting this flex application to run on android using the new flex hero sdk. I already replaced all mobile-incompatible components and got it running a few times succesfully. When I use ...
4
votes
4answers
608 views

How can I accurately draw my rotated bitmap?

I have a container with masked bitmap in it. The scale and rotation of this container changes at runtime, and I need to draw the masked bitmap but cannot figure out the appropriate matrix calculations ...
3
votes
1answer
44 views

Syncing overlay to displacement map filter

I'm using a DisplacementMapFilter to created a globe-like effect on a flat map. My problem is, I also want to sync some labels to this map. I have the x/y coordinates for their locations on the flat ...
3
votes
2answers
401 views

AS3 How to check if BitmapData is empty

I have a code to erase a masked movieclip. (credits here) I would like to know how I can check if the whole movieclip is been erased. So I thought I had to check if the BitmapData is empty, but I ...
3
votes
4answers
1k views

AS3 - bitmapData edge alpha transparency problem

I'm building a drawing application in as3 and am having problems with feathered or blurred edges on a brush. I'm using bitmapData.draw() to draw the brush but I'm seeing darker colored areas around ...
3
votes
1answer
726 views

Are Bitmap.LockBits and Graphics.FromImage combinable in C#

Can you combine the methods of Bitmap.LockBits and Graphics.FromImage, or in other words if I have a bitmap "bmp" and I want to edit the bitmap with a Graphics-object g, are the changes visible in the ...
3
votes
7answers
11k views

AS3:How to change a colored Bitmap's BitmapData to black and white?

How can I change the bitmapdata of a coloured Bitmap to Black and White in AS3 ? I'm developing a simple image editor tool for a CMS in flash. People should be able to switch the colour of the ...
2
votes
2answers
83 views

What does the mask parameter do in the threshold method of the BitmapData class?

I'm trying to replace a color and colors near it in a bitmap. threshold() seems to work but it seems to be that you have to specify the exact color "==" or all colors before or after the exact color ...
2
votes
1answer
157 views

Blackberry: how to flip a Bitmap upside down?

How do you please flip a Bitmap upside down? (I need this for loading an OpenGL texture in another program). Here is my failed try: stripe.png (courtesy of Pitr@OpenClipart): Flip.java: ...
2
votes
1answer
272 views

Flex - Save image with higher dpi

In Flex, I am using graphics.codec.JPEGEncoder to save image files that are edited inside application (normal manipulations like brightness etc.) I am able to save files perfectly. What I want to know ...
2
votes
2answers
217 views

How to get transparency to work on a bitmap in Actionscript

For a class project I'm working on "Pissed Off Pigs" (I think you get the idea, the pigs get revenge, don't worry, I'm not going to release it!) and I want to create circles with a fill from a bitmap ...
2
votes
4answers
2k views

How to cut a Shape out of BitmapData?

I have a filled Shape, and a BitmapData that is the same width and height as the Shape's bounding box. I need to cut the Shape from the BitmapData (basically draw the BitmapData onto the shape...) ...
2
votes
2answers
891 views

using BitmapData.draw() on a streaming (RTMP) .f4v with OSMF

I am trying to use BitmapData.draw() on a video object, but using the OSMF framework. My hosting service has set up the following so that I can access my rtmp video: <VideoSampleAccess ...
2
votes
1answer
715 views

How to copyPixels() on AS3 from a huge BitmapData?

I need to load a very big image on AS3 (currently sized at 8192x8192). I am aware that it does not fit any of the limits imposed by Flash regarding drawing to screen or creating a BitmapData of that ...
2
votes
2answers
856 views

How to filter a specific color from a bitmapData object (or byte-array)

I'm looking for an efficient way to filter a specific color from a bitmapData object in ActionScript 3. Currently I use a loop with readByte32(). This takes about a second to process which is ...
2
votes
1answer
231 views

Creating Bitmaps from ARGB strings (in actionscript-3)?

in actionscript 3, what's the fastest way to dump your data (not from a file) into a bitmap for display? I have it working with setPixels and colored rects but that's way too slow/inefficient. Is ...
2
votes
2answers
2k views

Trying to capture stage area using BitmapData

I am trying to grab part of stage area using BitmapData and copyPixels method: bmd = new BitmapData(stage.stageWidth, stage.stageHeight); bmdRect = new BitmapData(320, 240); rectangle = new ...
2
votes
1answer
4k views

How to use Flash BitmapData to scale up a image without losing the quality?

I'm trying scale up an image in Flash without making it pixelated, I know that I will loose some quality by scaling up, but i'm not trying to scale 6 times bigger or something :) I tried to use ...
2
votes
1answer
6k views

AS3: ByteArray and BitmapData

I'm doing a simple test. I want to write BitmapData into a ByteArray. I'm trying to do this with writeObject() and readObject(). Read object seems to have trouble making sense of the BitmapData. var ...
2
votes
4answers
14k views

How do you load a bitmap file into a BitmapData object?

In Flash, the BitmapData object can be used to store bitmaps in RAM, you can later draw them to a MovieClip using the beginBitmapFill() method. How do you load an external bitmap file (.jpg) into a ...
1
vote
1answer
29 views

How can I merge multiple bitmapData objects into one so that it can be encoded using PNGEncoder?

I am creating a program that is effectively an sprite creator. I'm very new to AS3, but I know JQuery, JS, PHP, etc. After going through multiple steps of selecting pieces to customize a character, ...
1
vote
1answer
76 views

How Can I save a MovieClip (Bitmap and Audio) to FLV?

This is my first question here :D, first sorry about my english. My question is basically how can i save a flash Movie Clip to FLV. The Movie Clip is generated by users and it has various sounds and ...
1
vote
1answer
45 views

as3 two bitmapData objects, apply a colorburn, or darken, or multiplay filter

Photoshop and Fireworks both have some nice filters. When you put one bitmap over the other, the first bitmap can act as filter. For example, the white pixels of the top bitmap lighten the pixels of ...
1
vote
2answers
39 views

How to insert multiple rows to a table from a bitmap

I need to extract data from a third party system (I have no influence over its design). It's a SQL Server 2005 database uses bitmaps to store user privileges. It has five INT fields giving a maximum ...
1
vote
1answer
82 views

About generating sound waveform in an ActionScript 3 Bitmap

I am generating Bitmap object to show the sound waveform of a loaded sound. The bitmap is 1024x120 and after it has been generated I shrink its size to 655x120. My problem is the player that loads the ...
1
vote
2answers
213 views

BitmapData.draw with spark.components.Label

I'm having trouble drawing a Label component to a BitmapData object. No matter what I try, the label never shows up. Everything works fine if I simply add the Label to the display list, but for ...
1
vote
1answer
73 views

BitmapData constructor default seems to conflict

Following on from an answer I gave here: AS 3 | Cloning Png image data I knew that to get a transparent BitmapData Object it was necessary to specify a background color of black, but until I was ...
1
vote
1answer
246 views

Actionscript 3: getColorBoundsRect

I have a question. I have a BitmapData with 2 red circles. I want to find the rectangle area or each circle. If i use [B]getColorBoundsRect[/B] I get the smallest area enclosed by the 2 circles. How ...
1
vote
2answers
646 views

AS3/Flex: Improving slow performance of drawing Application using BitmapData.draw()

I am using a custom Flex skin to create an active blur/frosted glass effect on the background of floating Panels, TitleWindows, and other containers (similar to ...
1
vote
1answer
333 views

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, n,n,n,0,0, n,n,n,0,0, ...
1
vote
3answers
242 views

How to show a Bitmap which is only a portion of its BitmapData in AS3?

I am writing a screen scroller for a game I'm making. There's a BitmapData object which holds the background graphic, yet I do not want to show/render it on screen all at once. For example, I want ...
1
vote
0answers
92 views

how get the color of a pixel in Format1BppIndexed or Format4BppIndexed using BitmapData

everyone. i encounter a trouble.i want get the color of a pixel in a image with Format1BppIndexed or Format4BppIndexed and Format8BppIndexed format using BitmapData object. i can get the right ...
1
vote
1answer
164 views

Some questions regarding Image manipulation in Flex

Here's what I want to do. An image is loaded by default when the app is run. There is a way to load another image the user wants by specifying an url. When the user defined image is loaded, the ...
1
vote
2answers
391 views

How do I set a certain color to be transparent?

I'm using copyPixels to copy a parts of a larger Bitmap to smaller Bitmaps to use for individual MovieClips. However, around there is still some extra space white space and corners around the Bitmaps' ...
1
vote
1answer
407 views

Clipping an ImageSnapshot in Flex

I'm using the ImageSnapshot.captureImage() method to screen capture a map image which is 2305 pixels high and 1134 pixels wide. I'm then trying to clip that image to one which is 1100 pixels high and ...
1
vote
1answer
282 views

Save bitmap to file has zero in image size field

I find when I use the Bitmap.Save method with format ImageFormat.Bmp that the bitmap header info in the file has zero in the biSizeImage field. From what I can see this is ok according to the specs, ...
1
vote
1answer
175 views

Simulating a disabled wmode

Im running into a trouble here. Here's the thing, I'm making a flash game that uses some pixel techniques like copypixels, bitmapdata, etc. Im planning to offer the game to FGL (Flash Game License) ...
1
vote
1answer
355 views

Can't use GDI+. Can a line be drawn on a bitmap using Windows API call?

We have an app written in C++ 6 that fills in blank polygons on a traffic map to show current traffic conditions. Green for good, yellow more congested, etc. The "shell maps" are bitmaps of the ...
1
vote
3answers
1k views

AS3 PNG Encoder?

Is there a way to encode bitmap data into PNG for use with a FileReference.Save() method in AS3? I assume I need an encoder library. Where can I get a library that encode BitpmapData into PNG?
1
vote
2answers
893 views

Flash: What is `BitmapData.ctor`?

I'm profiling some Flash code, and one of the methods that's taking a lot of time is BitmapData.ctor. What, err, is that?
1
vote
1answer
195 views

How to do this FadeOut Effect with openGL on iPhone?

I'm playing around with the GLPaint Example from Apple. But I don't know how to create an effect which fades the already drawn stuff out. I created an example in Flash which shows the effect I'm ...
1
vote
2answers
1k views

WPF/WinForms/GDI interop: converting a WriteableBitmap to a System.Drawing.Image?

How can I convert a WPF WriteableBitmap object to a System.Drawing.Image? My WPF client app sends bitmap data to a web service, and the web service needs to construct a System.Drawing.Image on that ...
1
vote
1answer
345 views

Can we got a dynamic cursor in Flex 4 with the CursorManager?

I want a custom cursor I can edit in the .mxml file. For the moment I got a static one with a class extends Sprite. Is for a SketchPad application, the cursor will be the color and the size of the ...
1
vote
1answer
167 views

Copying a 14bit grayscale image (saved in long[]) to a pictureBox

My camera gives me 14bit grayscale images, but the API's function returns a long* to the image data. (so i'm assuming 4 bytes for each pixel) My application is written in C++/CLI, and the pictureBox ...
1
vote
1answer
396 views

Flex/Actionscript image display problem

I'm trying to extend the Image class but hit a problem that I can't get past. I have a private image (img) that loads an image and a function that takes that image and copies it onto the parent. The ...
1
vote
2answers
3k views

Comparing bitmap data in AS3 pixel for pixel

I am looking for a fairly simple image comparison method in AS3. I have taken an image from a web cam (with no subject) passed it in to bitmap data, then a second image is taken (this time with a ...
1
vote
1answer
828 views

BitmapData cut-off

I am writing a MovieClip rasterizer which rasterizes all the frames in the specified movieclip. Here's the code for rasterizing: for ( var i:int = start; i <= end; i++ ) { //goto the next frame ...

1 2 3 4