0
votes
1answer
268 views

WinApi - Byte Array to Gray 8-bit Bitmap (+Performance)

I have a byte array that needs to be displayed on the desktop (or Form). I'm using WinApi for that and not sure how to set all pixels at once. The byte array is in my memory and needs to be displayed ...
0
votes
1answer
46 views

How do I successfully draw a bitmap onto another bitmap?

I've been trying to do some map stuff for a game I'm working with. I'm looking to display 9 map files (which I've already read and processed, and have a function which converts these map files into ...
0
votes
1answer
131 views

Is it possible to draw a Windows bitmap to a cairo surface?

I'm working in a project where Cairo was chosen as the graphics library (running on Xlib) in an OpenSUSE Linux environment. I have very little experience working with graphics libraries or graphic ...
1
vote
2answers
112 views

How can i change the color of a picture that I got on canvas

I have a canvas, with a background picture, on which i ma able to write, draw lines, and put smaller pictures, to rotate, scale, etc. I need to change the color of one of those bitmaps. I have a color ...
-2
votes
1answer
292 views

draw heart shape android canvas [closed]

hi i want to draw heart shape i know how to use drawCircle() and some other canvas classes but how to draw heart shape i have an equation which create heart shape polar r = ...
0
votes
1answer
107 views

AndroidPlot: Is it possible to plot directly to Bitmap (never draw/show on screen)?

I have had great success with AndroidPlot for drawing various plot's onto the display as well as capturing that drawing to a canvas and saving as JPG file(s). Thanks to all involved for a great ...
1
vote
1answer
396 views

C++ Drawing with BitBlt

I have a function for a game I'm working on: void DrawMap() { BITMAP bm; PAINTSTRUCT ps; HBITMAP sprites = LoadBitmap(hInst, MAKEINTRESOURCE(IDB_COLOR_SPRITES)); HDC hdc = BeginPaint(hWnd, &ps); ...
0
votes
2answers
500 views

Android Drawing bitmap and button on canvas by X Y Positions

i'm new into android and i have some problems with my app. Any help will be appreciated :) I have drawing bitmap on canvas by xpositon and ypostion by sensors (when i'm moving my phone, bitmaps are ...
0
votes
2answers
2k views

Android - Draw Bitmap within Canvas

I currently have a maze game which draws a 5 x 5 square (takes the width of screen and splits it evenly). Then for each of these boxes using x and y cordinates I user drawRect, to draw a colored ...
2
votes
3answers
217 views

Canvas draws Bitmap smaller than orginal Picture

I actually work on an Game and need some backup because Canvas. I draw a background with canvas. So i made Picture exactly for the resolution of the screen we work on. On the device the picture is to ...
1
vote
3answers
133 views

Code 'ghosts' in C#

The problem I have run into twice now is that my program seems to be running code that no longer exists. I figure that some old version is stuck some how but have no idea how to get the compiler to ...
1
vote
1answer
376 views

Android: Move several bitmap on a SurfaceViev

I want to move two simple bitmap on a surfaceview by finger. With one bitmap, it works fine, but I can't handle two bitmaps. I tried it with imageview onTouchListener, but then I had to use ...
0
votes
1answer
512 views

Draw multiple times from a single bitmap on a canvas

Basically i have the following bitmap: Bitmap cloud; cloud = BitmapFactory.decodeResource(getResources(), R.drawable.cloud); What i want to do is draw the same bitmap(in this case cloud) multiple ...
1
vote
1answer
210 views

Trying to mimic MS Paint in C#, can't get rubber banding to work

I'm attempting mimic the effect in MS Paint where when drawing a shape, it is "previewed" on screen while the mouse is down. Very simply: private Bitmap lastCanvas; private ...
0
votes
1answer
246 views

How to draw a dot on the zoomable bitmap by taking x, y coordinates form its image view

Please help me I'm developing an android application to display a pinch zoom-able and drag-able bit map in a image view(Image view's boundaries are same as device screen size). I'm only zooming the ...
0
votes
1answer
167 views

IOS CGContextDrawImage zoom the image, efficiency is very low。

I use CGContextDrawImage zoom the image, but when i Shrink it the efficiency is very low, Is there any way or to change improve efficiency, thanks. //bitmap is 1000X1000 when i Shrink it use ...
0
votes
0answers
164 views

IOS CGContextDrawImage or drawInRect framerate

i use CGContextDrawImage to draw some bitmap like this double cbx = 0.0; //when i touchMoving the screen to change it call [self setNeedDisply] to redraw double cby = 0.0; CGContextDrawImage(context, ...
0
votes
1answer
309 views

Android: change the color of a bitmap

let's say i have this bitmap, which is a random shape painted all black, and say i want to be bale to change it color, does my bitmap have to be all painted white first or is there something else to ...
0
votes
1answer
85 views

Andorid - Draw on Bitmap in dependency to screen size

I am working with two other people on a Android project (2.2) for my studies. We want to show maps of some university buildings so you canf find rooms easier. We use a custom ImageView ...
0
votes
1answer
143 views

Resize a bitmap

I have a class that extends View for drawing and it works fine. But my application has the posibility to change bitmap background color to a drawable resource. The problem is that I only can draw ...
0
votes
1answer
468 views

Drawing fast in canvas Bitmap android ics

I've been developing an app to draw in ics android tablets and i've encountered an issue I can't figure out how to fix. The problem is that I draw correctly and in a real time drawing BUT when I go ...
1
vote
1answer
306 views

Canvas#drawBitmap is thwarting Canvas#drawPath in SurfaceView

I have a SurfaceView that must draw a path below, between or above two bitmaps. I'm animating the drawing of the path such that it will appear to grow to full size. This code works providing I don't ...
0
votes
1answer
350 views

Android: Trouble Rotating a bitmap on orientation sensor Y axis (pitch)

Hello i am in desperate need of help on this i have an image of a steering and i want to rotate it when the phone is tilted left or right. My app is in landscape mode. You should see the code below. ...
1
vote
2answers
2k views

Android: Draw bitmap from resources over another

I have got two bitmaps, background and foreground. How to draw bitmap foreground on background without using another Canvas? ========= EDIT ========== 1) First create bitmaps from resources with ...
0
votes
1answer
357 views

Use wxpython DrawText function to add text in a Bitmap

I'm trying to made a little graphic with a nice colour gradient and a text the colour gradient works now fine (only testing so code still messy) but the text doesn't show up up can someone please ...
0
votes
2answers
319 views

Android: Custom masking 2 bitmaps layered one above the other

easy now. What I want eventually: I want to have 2 bitmaps overlayed on a view. Same bitmaps with the one above have higher brightness than the below one. Now when the user strokes(with touch ...
0
votes
2answers
273 views

Draw Bitmap instead of Rect

For Andriod I have this code: public Tank(int color) { bounds = new RectF(); paint = new Paint(); paint.setColor(color); } public void draw(Canvas canvas) { bounds.set(x - radius, y ...
0
votes
1answer
848 views

Android: issue of Image Resolution while draw bitmap on canvas

On drawing on canvas if i use this code to draw the bitmap then it get stratched. Code1: photoBitmap = Bitmap.createScaledBitmap(tempBitmap, display.getWidth(), display.getHeight(), true); // ...
0
votes
1answer
2k views

Android: Draw image on canvas where the user touches

so I have a canvas, and I would like a certain image (Lets say image.png) to appear where the user touches. What would I use? OnTouch? Can someone help me out? Here is my canvas class below. Right ...
0
votes
1answer
232 views

how can i draw a bitmap image instead of draw line in tic tac toe game in android?

I have implemented tic tac toe game as it is from api samples.from that tic tac toe game i would like to draw a bitmap instead of lines.I have written a peace of code as follows at onTouchEvent: ...
0
votes
1answer
217 views

android, canvas undo last stroke

What's the simplest way to do an Undo last stroke from canvas? Just undo once is ok, two or three is a plus although I'd want to avoid using Stack and 'push' in favor of ArrayList since I had a ...
3
votes
2answers
550 views

how to set drawBitmap to be not fullscreen

I have a bitmap and I draw it like this : bit = BitmapFactory.decodeResource(getResources(), R.drawable.anim_ctrl_panel); Paint paint = new Paint(); canvas.drawBitmap(bit, 80, 440, ...
1
vote
2answers
496 views

Android App How to draw multiple instances of a image

I've done some messing around with Android apps, but so far only made apps with the built in views, like buttons textfields, etc. I'm now trying to convert a game I made in java for the computer to ...
0
votes
1answer
130 views

Any problem in drawing with Canvas outside UIthread in Android?

I have a somewhat intensive drawing task that I want to move to a separate worker thread outside of UI thread. I would not update UI in this thread, only draw bitmaps and text in my own Canvas object ...
1
vote
1answer
674 views

Android Canvas - Callbacks to draw a dot and reposition it based on GPS movement

I am new to android and i've just been looking into the canvas API. I currently have an activity class called "MyMap" and a ViewClass called "MapView" (which extends view). The MyMap activity sets ...
0
votes
1answer
299 views

What is the fastest way to draw an array of lines?

I need to draw an array of lines in overlay. Currently, I use canvas and bitmap and draw about 500 lines. The drawing time is very high - around 200 ms which is bad, but acceptable. Now I need to add ...
0
votes
3answers
2k views

Drawing a circle using a PointF as it's center c#

I was searching for this but I couldnt find anything. The idea is I have a PointF like (52.66, 60.11) and I want to draw an empty circle with this PointF as it's center. I was trying to do with ...
3
votes
3answers
2k views

Android: BitmapDrawable.Draw(Canvas) Doesn't seem to work

I am trying to tile a 20x20 background onto my Custom View but for some reason I am unable too. BitmapDrawable background; background = new ...
1
vote
3answers
1k views

Android: BitmapDrawable.Draw(Canvas) Doesn't seem to work

I am trying to tile a 20x20 background onto my Custom View but for some reason I am unable too. BitmapDrawable background; background = new ...
0
votes
1answer
2k views

Android Bitmap Drawing

Can you draw a Bitmap to a Canvas by telling it to draw Bitmap's X,Y at Canvas' X1,Y1? Rather than drawing Bitmap's 0,0 at Canvas X1, Y1?
0
votes
2answers
2k views

Android partially anti alias

I'm writing an application that displays large bitmaps in tiles like Google Maps does. A server sends bitmaps that I draw into a scaled/translated canvas. I want this bitmaps to be drawn anti-aliased, ...
2
votes
4answers
2k views

How to draw on given bitmap handle (C++ / Win32)?

I'm writing an unmanaged Win32 C++ function that gets a handle to a bitmap, and I need to draw on it. My problem is that to draw I need to get a device context, but when I do GetDC (NULL), it gives ...
0
votes
1answer
2k views

get bitmap from textview in android

I want to get the bitmap that is drawn when a textview is displayed but without displaying the textview in the activity. something like this: TextView t = new TextView(this); t.forceToDrawItself(); ...
1
vote
1answer
233 views

Attach a bitmap on another bitmap

I have a class Building. It contains a _bitmap object, referenced to a drawable. I can draw it on an external View, where its canvas calls myBuilding.getBitmap(). Now I want to draw some windows on ...
0
votes
2answers
1k views

can not draw on GDI+ bitmap object

I am writing program in c++ gdi gdi+. Drawing large image on gdi+ bitmap is slow is using gdi+ api. So I used the following way to draw: Bitmap img(xxx); Graphics gr(&img); HDC dc = gr.GetHDC(); ...