I\'m not yet used to Flash IDE environment, so I write pure code in FlashDevelop. I got sprite of various graphical assets, one of which was meant to be used with that hugely useful scale9Grid feature
I\'m attempting to manipulate an image, I\'m fairly new when it comes to Bitmaps and images so bare with my on my question and code. I\'m initializing an byte array to hold Bgr24 pixel data so I can p
Is there any good tutorial or way to add a background image into Windows DialogBox? Something similar to this:
I´m trying to export an image from my application to other applications like twitter, facebook or other apps accepting it images.
I would like to create a bitmap in memory, set some of the pixel values, then save that image to disk.
I have a filled Shape, and a BitmapData that is the same width and height as the Shape\'s bounding box.
I have some images I want to show in thumbnails, and I want them to center crop and not scale. The images themselves are almost always rectangular, and I want to crop them around their center and have
I want to load an image from an external folder of my system to my android application. I use the following code, but the image is not displaying. When I debugged it, the Bitmap object \'bitmap\' is s
I have a series of views in a vertical LinearLayout.Each view generates and draws a Bitmap, when scrolled to.For performance reasons, I would rather not generate the Bitmap each time onDraw() is calle
I am trying to create a bitmap from a View that is not displayed yet to set it as a texture with OpenGL in android.