Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
4answers
484 views

NES Programming - Nametables?

I'm wondering about how the NES displays its graphical muscle. I've researched stuff online and read through it, but I'm wondering about one last thing: Nametables. Basically, from what I've read, ...
6
votes
3answers
214 views

Rotate rectangle points individualy distort the rectangle

I'm trying to rotate a rectangle by rotating its points , using this code var dx,dy:real; rotp:Tpoint; begin dx := (CenterPoint.Y * Sin(angle)) - (CenterPoint.X * Cos(angle)) + CenterPoint.X; ...
5
votes
4answers
171 views

GIF to AVI with windows Animate Control

I was trying to convert a GIF image (Ajax waiting like): to AVI that will be used with TAnimate control (win32 animation control). I have tried a few tools, but the problem is that the output AVI ...
5
votes
3answers
149 views

How does a computer draw the screen?

How does a computer draw anything to the screen at the lowest level (nothing about external libraries like X11)? Are there supposed to be assembly commands that do this? How exactly does the CPU ...
5
votes
3answers
401 views

Java library to create graphs

What is best and easy to use library for Java graphs? I am working with Swing application and need to integrate a graph for that project
4
votes
2answers
29 views

How to draw BIG thin text in android

I need to draw single character on my view as BIG thin text as shown in image below (text as just simple lines) But my code below gives me following image (text as shape) Paint dPaint = new ...
4
votes
2answers
134 views

Right Click menu on a LocatorPane graphic in Mathematica

When graphics are right-clicked in Mathematica you get a context menu (cut graphics, copy graphics, save graphics as,...), but for a LocatorPane Graphic this right click menu is disable. How can I ...
4
votes
5answers
3k views

How to display tree hierarchy in Java?

I have a table in a database named "Process" This process table has 3 fields: process_id process_name process_parent_id Now I want to display this parent child hierarchy in Graphical format. So ...
4
votes
3answers
305 views

Arched Relationship Infographic In Python

This is a very specific inforgraphic challange altough the fundemental question is how do you build archs between words using matplotlib, cario or an other python libary. Given a the following data ...
3
votes
1answer
165 views

Scaling up image with pixels in HTML/CSS?

In my DIV I want to show a specific part of an image (that part is 8x8 pixels) (on the orginal image to view tose 8x8pixels you would have to do background-position: -8px -8px;), but enlarged with the ...
3
votes
2answers
194 views

Three graphics on a single window in R

I have three graphics I would like to produce in R. I would like them to fit on a single window. To do this, I use the command par(mfrow=c(2, 2)) Is there the possibility that the third graphic ...
3
votes
2answers
950 views

What is the “Feature Graphic” for Android apps?

I simply cannot find any documentation on what I'm supposed to include in my Feature Graphic. The only info listed is: 1024w x 500h 24 bit PNG or JPEG (no alpha) Will be downsized to mini or micro ...
3
votes
2answers
276 views

AffineTransform and flipping the y-axis

i ran into a strange problem when trying to flip the y-axis of a coordinate system that im creating: private AffineTransform getTransform() { if (transform == null) { transform ...
3
votes
1answer
217 views

Why is the speed of drawing graphics slower in C# than VB6

Hi I Wonder why usual graphic speed is so much slower than VB6 in C# code , here is a sample code which does the same thing in VB6 and C# , it takes 1.7 Secs in VB6 on my computer and 4.2 Secs in C# ...
3
votes
1answer
185 views

Creating new image from cropped image

I'm currently trying to crop an image, and then save the new image. I have the original image, the x and y co-ordinates of where on that image I want the cropping to being, and the width and height of ...
2
votes
1answer
49 views

Drawing on a JPanel

I'm start with create RubicPanel class extended from JPanel from NetbeanIDE set it to black background, put it on a JFrame and I start to draw on it by using another class like this. public class ...
2
votes
2answers
150 views

Does any Framework Support User to draw “candle graph” on the iPhone?

iPhone sdk :Does any Framework Support User to draw "candle graph" in iphone sdk? I have tried following framework: MIMChart-Library CorePlot But it seems not example to show that how to draw ...
2
votes
3answers
327 views

histograms and function graphs with java swing

Is there any predefined component in Java Swing that allow to draw histograms or functions graphs? If there is not. Does anyone know a good open-source library with a license that is not GPL2.0/3.0 ? ...
2
votes
1answer
190 views

Drawing PyQt Painter

I'm trying to draw a map with pyqt and it does not work. So far either I have no output or I get errors like Seg fault. Here is the code I'm using now: #!/usr/bin/python # -*- coding: utf-8 -*- ...
2
votes
4answers
643 views

Generate report/graphs/… to print in c# / WPF / .net 4

I'm doing a application to manage volunteers of a fest. I've only one more thing to do: Generate documents which can be printed. I'm searching something to generate theses reports. My needs: ...
1
vote
1answer
26 views

How to apply for JWindow setAlwaysOnTop in Java? Where other JWindows are already also applied to setAlwaysOnTop

I have 3 layered window (like Gimp software). All my JWindow is assigned to setAlwaysOnTop for some display reasons with (xrandr --output VGA --left-of LVDS). But i need one out of those three to be ...
1
vote
3answers
39 views

Why does zoom in small size of image in IE9 cause image distortion?

I am about to design a series of tabs with an 11px x 11px "X" for the close icon. In IE9, if I zoom it to 95%, I saw a image distortion of the "X". I did a test of displaying multiples of the same ...
1
vote
1answer
30 views

Change the color of a graphic not drawn in a paint method

I have a JPanel that I want circles in to appear as I left click and for them to disappear when I right click. I can make them appear on screen by drawing ellipses by getting the source from the mouse ...
1
vote
1answer
101 views

c# draw a pie chart to a tab

Pretty simple Question, unfortunatly never used draw controls etc in C# so im not sure how to look at this. Ok, im drawing a piechart from a bunch of textboxs for input and running the draw on a ...
1
vote
4answers
59 views

Update a graphic color using a button

I am trying to update the colors of some elipses and lines that are drawn when the frame is constructed. I then want to change the color using a button on the frame. package animation.test; import ...
1
vote
1answer
197 views

How to Optimize this Image convolution filter Method in MonoTouch?

After having realized that no realtime graphics effect library exists for MonoTouch, I decided to write my own. After some research I've written a convolution method that works perfectly but, even ...
1
vote
1answer
60 views

change android system-wide displayed stuff

Is it possible on android that we change the displayed things on screen, out of our program? For example put a color filter on screen (system-wide, not only an specific app), or zoom, and maybe ...
1
vote
1answer
40 views

vc++ graphic perfomance

I want to build a obj to draw a realtime graph but I have performance limitations size of graph is static. in repaint the graph I can redraw all the needed line. I have other way that save the graph ...
1
vote
0answers
114 views

Iphone freehand crop sdk [closed]

I would like to take an image of a person using camera and then edit the image in an app. The app should have a feature to crop(preferably freehand crop) the person only leaving the background so that ...
1
vote
1answer
386 views

Map overlay for osmdroid never appears

I am trying to implement my own map overlay for osmdroid (but I assume it is fairly similar to Google map overlays). What I am trying to do is draw a plane, rotate it according to bearing and draw a ...
1
vote
1answer
50 views

Shapes in OpenGL not properly set behind others

I am drawing a simple quad in OpenGL at "altitude" y=0.3, and after another quad below this one at altitude y=0 and in another color. However when being above with the camera or turning around, the ...
1
vote
1answer
88 views

How to find the bottleneck of the graphical pipeline

I've been wondering about this issue for a while. How to find the bottleneck of the graphical pipeline. Recently I've been using a program to draw massive amount of polygons in a simple scene with ...
1
vote
0answers
288 views

iOS extract vector graphic from PDF

There has been a lot of talking about PDFs in iOS and I found all the answers to my questions here except for one: I have a PDF file that contains a simple vector shape. Is it possible to extract the ...
1
vote
0answers
63 views

Point based rendering

I'm writing BSc thesis with topic 'point based rendering'. I've found some info about this: citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.22.3904 (PDF), etc... But it doesn't explain everything. ...
1
vote
0answers
110 views

Reading text + graphic (like lines) info from an existing pdf

I want to read an existing pdf & extract the text and graphics information. Within graphics, currently i just need the drawn lines. There are many vendor component for reading PDF text, but are ...
1
vote
1answer
213 views

Plotting very large dataset in diagramm

I'm trying to graph a very bug network. It's like an very big social graph. I have about 3,7 million edges between users and a total number of 220 million edges. I tried graphviz and twopi. But it ...
1
vote
3answers
464 views

Monotouch: Combine 4 images into 1 (UIImage)

I have 4 UIImages (A,B,C,D), each the same 500x500 How can I combine them into a grid 1000x1000 like this: AB CD So that the I have a single UIImage "E"
1
vote
2answers
544 views

How do I get the value (float) for RG & B of a UIColor object?

I have created a UIColor object and want to set the colors before drawing using CGContextSetRGBStrokeColor. In order to do that I need to extract the values of red, green and blue from the UIColor ...
1
vote
3answers
694 views

ImageMagick vs. Cairo on Vector Graphics rasterization

I am working on a project that needs rasterizing of drawings into image files. I have already got it work using GDI+. Wanting to create a portable solution, I am also looking into other solutions and ...
1
vote
2answers
2k views

Flood fill algorithm

im working in a simple graphical library in C with turbo C++ because im developing a very primitive version of a paint style program, everyting works well but i can“t get the flood fill algorithm to ...
1
vote
5answers
2k views

How to write a 3D graphics engine which can be used in JavaScript?

I have recently focused on drawing some cool shapes in a HTML 5.0 canvas. And I want to write a 3D graphics engine which can be used in JavaScript. I have already finished a rotating cube. And I want ...
1
vote
3answers
272 views

Graphic Compatibility with Microsoft .NET

I have created a small application using Microsoft .NET. I don't have problems with MS .NET versions, the problem is with the 2.0 version itself. It's a graphic problem. The application doesn't show ...
0
votes
0answers
3 views

RAW Graphics in Sprite or Graphic Symbol?

I noticed in a lot of flash projects that sprites (single-frame movie clips) contain graphic symbols of simple shapes. And another thing I also noticed is that bitmap files are broken apart and ...
0
votes
1answer
37 views

Android graphics

I have a compass that's a subclass to the view class and my compass needle is a bitmap. Everytime the sensor changes the compass is invalidated and redrawn on the canvas, the rotation of the compass ...
0
votes
0answers
12 views

Any ideas on how to get this TV faded color effect? [migrated]

I've been trying to get this effect in Photoshop. I thought about creating 3 semi-transparent layers with the same image and having the images slightly unaligned (to give that ghost or faded trace). ...
0
votes
2answers
34 views

How to program a complexe images grid with javascript

For a portfolio website, I'll have to develop a visual grid of images. I am now doing tests for this grid. I have two alternatives: 1.A simple grid, with vertical alignments, like the one on ...
0
votes
1answer
23 views

Generating interactive graphic algorithms

http://cs.nyu.edu/~jhan/ftirtouch/ http://multi-touchscreen.com/ At above sites, there are some multitouch sample video and images. I'm interested in that software more than multitouch interface. So ...
0
votes
0answers
20 views

What will the performance be when draw atlas animation using CGContextClip

Read some codes to implement the frame animation as below: CGContextSaveSate(context); CGContextBeginPath(context); CGContextAddRect(context, clipRect); CGContextClip(context); // then draw a big ...
0
votes
1answer
75 views

Simple Java Game Graphical Interface

I am working on a game project in java and was wondering if anyone had any good advice for how to go about the graphical portion of it. My game will be a board game (similar to monopoly) and I would ...
0
votes
1answer
24 views

editing pictures in a grid

I am working on a cross stitch chart generator, see below for a sample of a chart. I have a lot done but have performance/resource/workflow question. When the user clicks a box I want to let them ...

1 2 3