Graphics are visual presentations. There are many types of graphics, for example, photographs, drawings, line art, graphs, and charts. Computer graphics primarily consist of bitmap and vector graphics.
0
votes
1answer
12 views
Qt Removing a QGraphicsItem from QGraphicsScene with singleShot Timer?
While it is possible to automatically remove a QGraphicsTextItem from a scene using a timer and Qt's signal-slot mechanism like
QTimer::singleShot(1000, QGraphicsTextItem*, SLOT(deleteLater()));
...
1
vote
0answers
22 views
Graphics driver crash - too many pixels as input?
I have an app where we are displaying on the earth/globe numerous data points which represent earthquakes along with location of occurance, the magnitude & color (red signifies major quake). Data ...
-1
votes
4answers
80 views
how to make images using c++ [closed]
I have done smallest enclosing circle problem.
I want to know if I have n points and circle in form of radius and center than can I print all these things on graph.
Printing means "Can I make a ...
0
votes
2answers
16 views
Android: Compensate for screen offset due to menus/toolbars?
MotionEvent.getRawX/.getRawY return absolute coordinates (i.e. based on the entire screen). But the View receiving that MotionEvent may be (probably is) a child of yet another View, which itself may ...
-3
votes
1answer
48 views
How to Change Desktop on windows OS
I'm tired of using static pictures as my desktop.
so I 'm tring to make a dynamic desktop by coding.
I'm not making a video.
My plan was to make the program draw pictures and update these pictures to ...
0
votes
2answers
30 views
DirectX: Graphics are distored when run out of Visual Studio
When I run my exe outside of visual studio, with a release build, the graphics are very distorted. It works completely fine when I run it in debug mode, but I can't seem to figure out why it happens ...
0
votes
0answers
24 views
Android how is View position controlled?
According to the docs for the View class:
The geometry of a view is that of a rectangle. A view has a location, expressed as a pair of left and top coordinates, and two dimensions, expressed as a ...
0
votes
0answers
9 views
Problems with CALayer not properly overlaying parent UIImageView's image property
StackOverflow'ers!
I have been trying to get Core Animation integration working in my application and find myself screaming in frustration at the problems that have arisen...
I am trying to:
Make a ...
-1
votes
0answers
15 views
What .NET library would I use to create a Visio-like tool? [closed]
I am planning to build an interactive 2D-graphical design tool in .NET with functionality similar to Visio, or Visual Studio's Class Designer (or the various Vis Studio UML diagrams or the TFS Layer ...
0
votes
2answers
32 views
Performant intersection algorithm for Bounding Box with a Line Segment emanating from its center point
There are many close, helpful answers to similar questions listed on stackoverflow, however i have not found any yet that match my particular case.
I need a performance efficient algorithm to ...
0
votes
1answer
21 views
Android onTouch called even when touch leaves View
Sanity check needed.
If an ACTION_DOWN occurs within a View, that View's onTouch continues to get ACTION_MOVE events even when the point of contact leaves the View (!!!).
Likewise, if the ...
1
vote
0answers
28 views
Android getX/getY interleaves relative/absolute coordinates
There are a lot of discussions of how MotionEvent.getX/.getY are "unreliable" (or other terms) and that we should use the Raw versions of these calls to get coordinates.
On my Nexus 7, I have ...
0
votes
2answers
37 views
Minimum code for graphics?
What is the absolutism minimum code I can use to gave a JFrame with Graphics ? ,so for example can i get rid of the paint() method ? , do I need to call super.update(g) ?
-3
votes
0answers
14 views
develop an alternative to the midpoint circle scan conversion algorithm based on piecewise linear approximation of circle with a polyline [closed]
develop an alternative to the midpoint circle scan conversion algorithm based on piecewise linear approximation of circle with a polyline... Please help me out
this question is from Computer graphics ...
-1
votes
1answer
23 views
Analyse a random image to figure out it's color(RGB) [closed]
I'm supposed to take a randomly generated image and find out it's color(the 3 RGB values it's made up of). You don't have to give away the actual code to do so but tell me if it can be done in php ...
0
votes
0answers
17 views
Detecting non-alpha pixels for plotting 2D terrain
Looking for possibly a quick solution to aid in optimizing my workflow. I built a Java based level editor for a mobile game and have a process that takes quite a while: Plotting the terrain for ...
0
votes
0answers
13 views
Drawing multiple lines with DrawLines and DrawLine produces different result
I am trying to draw multiple lines on a winforms panel using it's graphics object in paint event. I am actually drawing a number of lines joining given points. So, first of all I did this,
...
2
votes
2answers
34 views
php | square thumbnail advance
I have a php thumbnail function. How it works you can check below:
public static function makeThumb($source, $destination, $thumb_width){
$size = getimagesize($source);
$width = ...
0
votes
2answers
30 views
Graphics will not cover entire canvas
What I know: Canvas is displayed properly, due to the yellow. However, graphics will not cover the canvas completely, nor will my law class recognized it past the end of the black area...
So what ...
0
votes
1answer
28 views
Android: Moving a View with onTouch has definite lag
I'm coming up the learning curve on Android, at the moment working on user interface details. One of the basic things I am trying is moving something around on the screen with my finger. Seems like a ...
0
votes
1answer
43 views
Rotating a 2D polygon shape algorithm
I have searched stackoverflow and find this question useful and learned about the 2D shape rotation.
I have the coordinates in such format
int x1=-30, x2=-15, x3=20, x4=30;
int ...
-2
votes
1answer
31 views
NullPointerException error when importing images [closed]
I am working on a 2-D game and whenever I import the enemy class images, it gives me the following error when I run the game. Whenever the images are deleted from the game folder, the game runs just ...
3
votes
0answers
34 views
Adding textfield to Graphics in java
Does anyone know how to add JTextField into Graphics name bufferstrategy.getDrawGraphics?
Tryed to pain it into graphics, something like this:
private JTextField Input = new JTextField();
...
1
vote
0answers
23 views
Shadow Mapping Wobble
Ive been researching omnidirectional shadow mapping and have been stuck on this problem for a while. Basically the shadows seem to wobble as the camera is moved or rotated. I made a video here:
...
0
votes
0answers
16 views
is it possible to call c graphics program using javude JNI.
I m trying to call c graphics program using jni.
I m using tiny c compiler for compiling.
But while compiling it gives me an error like
C:/turboc++/include/graphics.h:248:';' expected
I m using ...
0
votes
0answers
17 views
what library that can be used to convert bitmap to vector?
My current project is related to bitmap to vector. so far i found these libraries:
potrace (http://potrace.sourceforge.net/)
(+) really good for line tracing
(+) documentation
(-) does not ...
0
votes
0answers
23 views
android application for drawing network connection [closed]
i want to crate an android application for network connection (some thing like this picture 1 ).
Any help please (Library, Tutorial...) to draw the network connection.
Thank you so much for ...
1
vote
0answers
20 views
Android dp vs px for layout and graphics
I m trying to understand how android draws graphics and layout.
I come from web world (css, html, and so on) where all is in px, %, em, etc...
Android instead uses dp and this make me confused.
from ...
0
votes
0answers
10 views
Can a quaternion represent more than 360 degrees of rotation?
I like Euler rotation based on degrees so I can keyframe an animation of a large number of degrees, like 1000, and get multiple full 360-degree revolutions on the object for purposes of setting it ...
0
votes
1answer
45 views
GLFW non-responsive fullscreen window
I am having some issues with GLFW's window creation. I am wanting to have a program capable of toggling between windowed and fullscreen mode. To do this in GLFW 2.7.8 one must first destroy the active ...
0
votes
1answer
56 views
Ray tracing ray-disk intersection
So I'm trying to write code that sees if a ray intersects a flat circular disk and I was hoping to get it checked out here. My disk is always centered on the negative z axis so its normal vector ...
2
votes
1answer
20 views
What's vertex shading?
I am a beginner in polygon based computer graphics. Whatever I read I always come across the term vertex shading.
What is it? As far as I know vertices are the points where two edges of the polygon ...
4
votes
4answers
113 views
Efficiently identifying connected cells\voxels
I'm trying to identify the most efficient way to test if two cells\voxels are connected. I'll discuss the issue in 2 dimensions for simplicity and consider the cells in the diagram...
Now I'll just ...
0
votes
1answer
68 views
Fastest Sobel Edge Detection C#
I want to make a program that implements sobel edge detection.
This is my code :
private Bitmap SobelEdgeDetect(Bitmap ori)
{
Bitmap b = original;
Bitmap bb = original;
int ...
0
votes
4answers
34 views
How can I change the way java.awt.Graphics draws my object?
I'm creating a game and have a class for Player, class for Enemy, and class for Bullet. With the design of my engine, it is most logical to draw my graphics by simply calling
for (Shape s : ...
-1
votes
0answers
16 views
Does centos 5 support intel i7 with HD Graphics 4000? [closed]
I would like to buy a PC with intel i7 integrated HD graphics 4000, and install centos 5 for my work. But I am not sure that centos 5 has driver to support HD graphics 4000.
1
vote
1answer
42 views
Triangulate a quad with a hole in it using tessellation
Is it possible to triangulate a quad with a hole in it using tesselation shader? For example,
Imagine I have a Quad.
Then I want to make a hole to the center of the quad.
There need to be a lot ...
0
votes
0answers
27 views
.NET - Overriding printer's default for color
I am printing to a color printer. The printer's default setting for color is black-and-white.
I have tried the following, but when I open the printer's preferences dialog, the color is still set to ...
-1
votes
0answers
22 views
Y direction shearing matrix and its equivalence using rotation, scaling and transformation [duplicate]
1 0 0
shx 1 -shy.xref
0 0 1
Could someone please explain to me the steps for expressing the shear operation in terms of rotation, scaling and transformation?
0
votes
0answers
20 views
Is it expensive to do trilinear texture mapping in a shader?
Imagine a big procedural world that worths more than 300k triangles (about 5-10k per 8x8x8m chunk). Since it's procedural, I need to create all the data by code. I've managed to make a good normal ...
0
votes
2answers
50 views
Plug-in display 3d-objects from VRML or X3D
I'm not sure that such plug-ins exist.. But my program displays the data that are easily convertible to VRML or X3D file, so it would be very convenient if I could display rendered by these files ...
0
votes
1answer
31 views
How to use a background image in opengl es [duplicate]
I am making a solar system project in OPENGL ES in android with an earth and a sun . I want to add a back ground image with stars in it . please tell me how to put a background image in it....
-2
votes
0answers
19 views
what kind of reading and knowledge I have to learn to build report designer and viewer [closed]
I am developing report engine I have technical problems I need resources and recommended readings and books
thanks
0
votes
1answer
25 views
Mouse click event mixing up with move down nd mouse up events in Windows Forms
I have an operation that requires me to use Mouse Click, Mouse Down and Mouse Up events. However, the Mouse Down and Mouse Up events are being called when the Mouse Click event occurs. i.e. They are ...
-1
votes
0answers
17 views
alpha blending with virtual machine [closed]
Is it possible to use alpha blending with virtual machine?
The problem is:
I have Mac OS 10.7.5 and moder laptop
I have an graphical application for Windows
I tried it with VirtualBox and got error ...
0
votes
0answers
40 views
“Refresh” a JFrame with setLayout(null)
I am trying to get the JFrame to refresh as I want to add a JPanel onto a JFrame after it had been set visible. invalidate() then validate() then repaint() won't work as I don't have a layout manager.
...
4
votes
2answers
58 views
Drawing an imperfect circle
Programatically drawing a perfect circle is not all that difficult. It's based on some very simple math, afterall. You input two parameters (a center and a radius) and output the circle.
But if you ...
1
vote
0answers
76 views
Graphical output in Perl
A very simple question but just not some thing I have done before and that I have been playing with on and off for a while now.
The basic outline is that I have been playing with different ways of ...
0
votes
0answers
38 views
Printing Graphic In WinForms
I have a class the creates return a Graphics. I want to print this graphic in my main form. How ever System.Drawing.Printing.PrintPageEventArg.Graphics is read only. How do I print my Graphics with ...
2
votes
2answers
90 views
Rotating shape moves together with the camera when agent moves
I created a 3D game where an agent can move in multiple directions (north,south...) .
It works okay ,but when I added another shape - pyramid - to the code , then when I
move the agent , the ...






