Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
2answers
7k views

Handling large Bitmaps

I have a bunch of image URLs. I have to download these images and display them in my application one-by-one. I am saving the images in a Collection using SoftReferences and also on Sdcard to avoid ...
10
votes
1answer
8k views

Using GLUT bitmap fonts

I'm writing a simple OpenGL application that uses GLUT. I don't want to roll my own font rendering code, instead I want to use the simple bitmap fonts that ship with GLUT. What are the steps to get ...
6
votes
4answers
8k views

getting a DrawingContext for a wpf WriteableBitmap

Is there a way to get a DrawingContext (or something similar) for a WriteableBitmap? I.e. something to allow you to call simple DrawLine/DrawRectangle/etc kinds of methods, rather than manipulate the ...
4
votes
3answers
1k views

How to read a bitmap in OCAML?

I want to read a bitmap file (from the file system) using OCAML and store the pixels (the colors) inside an array which have th dimension of the bitmap, each pixel will take one cell in the array. I ...
3
votes
1answer
93 views

Animation with large number of bitmaps

I've seen similar threads here but couldn't find a sufficient solution yet. I'm working on my first Android app and trying to create an animation using large amount of images/bitmaps. I have a list ...
3
votes
2answers
358 views

Bitmap Support In C++

Below is a snippet I've taken from an MSDN example that basically chops a video stream in to small thumbnails at selected intervals. Though I have worked with C++ in my life it was a little while ago ...
3
votes
1answer
331 views

Better frame rate drawing bitmaps in a Canvas?

I'm shooting for an animation in a live wallpaper. Here's the code. It pretty much follows the CubeWallpaper demo: void drawFrame() { final SurfaceHolder holder = getSurfaceHolder(); ...
3
votes
1answer
436 views

Copying a bitmap from another HBITMAP

I'm trying to write a class to wrap bitmap functionality in my program. One useful feature would be to copy a bitmap from another bitmap handle. I'm a bit stuck: void operator=( MyBitmapType ...
3
votes
1answer
278 views

Why is drawing bitmaps is very slow on some android 2.2 phones?

I have a simple card game where the user can drag and drop cards around the screen. On some of the 2.2 android phones like the Droid and EVO the card drawing is very slow. This is strange because it ...
3
votes
3answers
351 views

Any good C++ library for displaying large bitmaps

I'm currently using MFC/GDI and Stingray to display bitmaps in my application and am looking for a better solution. Specifically; Faster drawing speed - My current solution is slow, based on ...
3
votes
5answers
737 views

Looking for framework for plotting scientific data: 2d/3d

I need to visualize some scientific calculations. I generally prefer reusing code if there is already a good available instead of inventing wheels each time, that's why I am asking. I need a C# code ...
2
votes
1answer
391 views

Android HashMap Serialization / Deserialization

Hello I have a Hasmap of bitmaps which I need to store on the Android device to be used when next the application starts. My hashmap looks like this, and contains up to 1000 Bitmaps: private static ...
2
votes
3answers
932 views

Image Resize in C# - Algorith to determine resize dimensions (height and width)

I need to scale down an image that has a height or width greater than a predefined pixel value. I wrote some code that take a look at the orignal image, checks to see if either the width, the height, ...
2
votes
3answers
94 views

Controlling the visibility of a Bitmap in .NET

I am trying to create this simple application in c#: when the user double clicks on specific location in the form, a little circle will be drawn. By one click, if the current location is marked by a ...
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
0answers
22 views

Resaving combined Bitmaps

I am trying to open a bitmap that has already been stored in SdCard as follows: String imageFilePath= "/sdcard/SoftCopy/"+mybitmap.png; BitmapFactory.Options bmpFactoryOptions = new ...
1
vote
2answers
140 views

C# Want to print a bitmap with square Boxes such that

Hello I am new to C# and I want to build a bitmap printed with x rows and y columns such that each box is 10 x 10 px size now when i pass private void printBitmap(rows, columns, numOfWhites, ...
1
vote
2answers
338 views

Bending bitmap images - just like in PS5. Algorithms? Code? image processing?

I've become interested in bending images, just like Uri Geller. This is very easy to do in (for example) the latest Photoshop - here's an example. Based on the beautiful output, they use beautiful ...
1
vote
3answers
2k views

Android - determine specific locations (X,Y coordinates) on a Bitmap on different resolutions?

My app that I am trying to create is a board game. It will have one bitmap as the board and pieces that will move to different locations on the board. The general design of the board is square, has a ...
1
vote
1answer
579 views

How to get image from dicom file using clearcanvas in c#?

I'm developing a small project concerned with dicom imaging. In my project, a user can choose the dicom file to view, that's all. I get byte[] from dicom, but i don't know how to get image and how i ...
1
vote
1answer
290 views

CreateCompatibleBitmap failing on Windows mobile 6

I'm porting an application from Windows Mobile 2003 to Windows Mobile 6, under Visual Studio 2008. The target device has a VGA resolution screen, and I was surprised to find that the following code ...
1
vote
3answers
2k views

Android Load Camera image as Bitmap

I am using BitmapFactory.decodeFile to load Bitmaps of images into my application. However, the function returns null on large images (such as those from the camera). The filepath is definitely ...
1
vote
1answer
326 views

Monochrome BitMap Library

I am trying to create a piece of software that can be used to create VERY large (10000x10000) sized bitmaps. All I need is something that can work in monochrome, since the required output is a matrix ...
1
vote
3answers
1k views

How do I manage sprites in my J2ME games?

Are there any libraries for J2ME to manage bitmap sprites for games?
1
vote
2answers
783 views

Is there a size limit to the PNG file size for a SilverLight Image?

I have been running into issues loading Images into a SilverLight Application. These images have been generated for DeepZoom purposes and have sizes of over 30 Megs (as PNG). I have been told there ...
0
votes
1answer
32 views

Using TransparentBlt

I am trying to get my head round using the TransparentBlt function in visual c++ MFC. What I am aiming to achieve is to put one bitmap over the top of the other. The first bitmap is just a standard ...
0
votes
3answers
121 views

Why am I getting WIN DEATH: Window{45087aa8 com.gigabites.fortune/com.gigabites.fortune.BuildActivity paused=false} error?

I've looked around and from other people's posts I think this error is because my activity may exceed heap limits. I am manipulating some bitmaps and have applied techiniques to reduce heap size of my ...
0
votes
0answers
48 views

DrawDibDraw bitmap rendering issue when StretchDIBits works

I have a multi media application. I use DrawDib Functions in the following order, which I am not sure about. The call succeeds, there is no GDI_ERROR. But I don't see any bitmap in the window area. ...
0
votes
2answers
68 views

collision test? what should i use to check it?

I am developing a game. I would probably need to do some math in it. I have a character made out of about 5-6 bitmaps together. I want to check its collisions. For example if he hits a bullet, hit ...
0
votes
0answers
60 views

Rotate array of bytes

I have an array of bytes that make up a 256 x 256 8 bit gray scale image. I need to rotate (or arrange) the array of bytes such that when the image is recreated from the array it is rotated by 90, ...
0
votes
0answers
200 views

Android: OutOfMemory exception error class

I have an app on the marketplace, and I recently have gotten a crash report from a device labelled "other": Exception class java.lang.OutOfMemoryError Source method Bitmap.nativeCreate() Here's the ...
0
votes
1answer
189 views

Bitmap rendering in Android

I need help regarding rendering of Bitmaps and displaying them as a video in Android. Does someone know how to do it? I am also attaching the code with this for your understanding.. import ...
0
votes
2answers
72 views

Caching images in android?

I'm currently building an android application, and I'm making some HttpRequests to grab images from an API. Right now I'm just storing them in an object container, and then storing them in ArrayLists, ...
0
votes
0answers
95 views

Live Bitmap on top of Android Camera (retrieve Pixel color from Camera)

I'm a beginner android programmer, i'm developing an app that needs to access the camera and detect a light source on the camera preview, it needs to locate said light source and also keep track of ...
0
votes
2answers
125 views

Memory overflow exception when creating bitmaps in a loop

I have to import a large amount of image crops off of many images that are all ready stored in my database. I have tried using statements and disposing of my bitmap objects each time. But I am still ...
0
votes
0answers
40 views

Reloading List of Bitmaps

I have an initialization activity that loads ~10 bitmaps over the network. The bitmaps are stored in a static variable and then the main activity is started. After pressing back or home from the main ...
0
votes
2answers
119 views

outofmemoryexception when using large number of images with a sensor listener

I am working on an app having a lot of image and using a sensor listener that I register at the beginning of the activity with the sensor manager to detect shake events and change images based on ...
0
votes
0answers
91 views

appearance of tiled BitmapDrawable appears to depend on bounds

I have a small 1x10 image that I convert into a bitmap. When I draw this bitmap without tiling, it displays as it should. However, when I attempt to tile it horizontally across the screen, I get ...
0
votes
0answers
128 views

Android : how to manage many bitmaps loaded?

I'm quite new to Android development. I did a card game with some dozens Bitmap loaded in the onCreate overriden function. This loading take around 3 seconds. Now the game is soon finished, I'd like ...
0
votes
1answer
284 views

Can Bitmaps be written to cache using ObjectOutputStream?

I have a method called loadFromCache and it returns a bitmap if it is found in the cache. Long story short I have it narrowed down to this method, returning null at the end if the try/catch fails. ...
0
votes
0answers
258 views

bitmapfilematerial using external URL in flex

i am using the below code in flex 3 when i execute the swf file i am not able to see the image in plane. the image URL is correct. you can check it by pasting the URL in IE. is there anyhting i am ...
0
votes
1answer
421 views

Android make .Gif out of Bitmaps

I have an app where the user saves a bunch of bitmaps in a folder on the SD card. I would like to add a feature where the user can export said bitmaps as a .gif file that is viewable say, in a text ...
0
votes
1answer
91 views

BitmapContext on iphone

I am repeatedly drawing to an offscreen bitmap context non-destructivly on iphone. Right now the only way I have figured out to get it to display is to update the drawRect of my UIView with the ...
0
votes
1answer
508 views

Using CreateCompatibleDC with mapping modes other than MM_TEXT

I have a visual C++ application that uses a CView derived class to render its display, which is primarily 3d vector data and true type text. The mapping mode used is either MM_ANISOTROPIC or ...
0
votes
1answer
280 views

WPF: Skinning with Images

There are a lot of samples around showing how to skin WPF applications using DynamicResources and ResourceDictionaries loaded dynamically from .xaml files. My problem is that my skins use images and ...
0
votes
2answers
562 views

Raster Operator to use for MaskBlt

I'm trying to use the GDI MaskBlt command to draw an image with transparency: http://msdn.microsoft.com/en-us/library/dd145047(VS.85).aspx I can't seem to find anything in the documentation about ...
0
votes
3answers
711 views

Computing BITMAPINFOHEADER biCompression value for monochrome BMP

Hopefully someone has an answer, and it's not TOO complex. I'm working on a C++ dll (no C# or .Net, fully static DLL). Anyhow, its woring on buildin monochrome bitmaps. I have all of it working ...
0
votes
3answers
272 views

Simple Frameworks for Displaying Bitmaps and Handling Button Presses

We have a set of applications that basically display a bunch of bitmaps and text, then allow user to press "buttons" (certain bitmaps) that cause actions to occur. We currently have these implemented ...
-2
votes
0answers
52 views

Using this function multiple times [closed]

I am using MFC Visual C++ and what I am hoping to achieve is to display multiple bitmaps on a screen. I am guessing I need to use an if else statement but I'm not sure how to implements this. Here is ...