Tagged Questions

0
votes
2answers
51 views

How to mix two ARGB pixels ?

How can I mix two ARGB pixels ? Example Here A is (Red with Alpha) and B is ( Blue with Alpha ).
0
votes
3answers
53 views

turn a line into a rectangle

I have a method that draws a line between two points. This works pretty well, but now I want to make this line into a rectangle. How can I get the points on the left and right side of each of the …
0
votes
0answers
12 views

Pointers wanted: How to display image grids / plots with superimposed vector data?

A few years ago I participated in an MFC VC++ project to draw a grid of JPG or TIFF images and superimpose them with vector data of lines and shapes. Something like a plot of 4X6 images of areal …
0
votes
0answers
27 views

Illustrator question | how to Increase the quality of the Images. [closed]

Hi, I work with Adobe Illustrator creative suite 3. now, I want to know how can one really Increase the quality of the Image's / graphics ? because the thing Is,whenever I view the Image or the …
0
votes
3answers
19 views

Cannot save Adobe Illustrations as .pdf files

Hi, I use adobe Illustrator creative suite 3. Now there seems to be a problem. I can't save my Illustrations In the .pdf format, since this format seems to preserve the graphic quality this Is vitally …
0
votes
2answers
28 views

Is there an automated tool for making photo-mosaics (using images as pixels)?

I occasionally see portraits and other images which have been redrawn into an abstract form, where each pixel in the redrawn image is actually another, much smaller picture. I am looking for a tool …
0
votes
4answers
68 views

Displaying GUI components in Java

Hi guys I have a GUI window that I've created using Netbeans. I then ported the code into my own program so that I can display .png's at my will. However, the GUI components are not displaying, and …
3
votes
11answers
228 views

Should a person new to windowed applications study X, GTK+, or what?

Let's say the factors for valuing a choice are the library of widgets available, the slope of the learning curve, and the degree of portability (platforms it works on). As far a language binding goes, …
2
votes
7answers
174 views

Simple C++ Graphics Library

Any suggestions for a simple C++ library I can use to create an image to a specified size, with either a fixed rgb colour value or ideally supporting gradients. Needs to work on Windows and ideally …
4
votes
4answers
226 views

What kind of cool graphics algorithms can I implement?

I'm going to program a fancy (animated) about-box for an app I'm working on. Since this is where programmers are often allowed to shine and play with code, I'm eager to find out what kind of cool …
1
vote
3answers
59 views

Seamless Transitions of Scale over large distances (3D rendering)

What is the best mechanism for handling large scale structures and scenes? Examples being a continent with scale cities and geography, or infinity universe style planetary transitions.
1
vote
5answers
81 views

Efficent use of OnPaint

I am programming in Visual Studio .Net and using C#. I am creating my own control that draws a wave based on values I get from an analog to digital converter (ADC). I take the incoming points and …
0
votes
1answer
14 views

c# fill everything but GraphicsPath

I have some code that looks like that: GraphicsPath p = new GraphicsPath(); // Add some elements to p ... // ... g.FillPath(bgBrush, p); // where g : Graphics and bgBrush : Brush Which results in …
1
vote
1answer
13 views

Crop a child control to a region in .NET WinForms

I am currently designing a user control which will have other controls contained within it. I would like to be able to control the region in which the they are rendered (similar to …
0
votes
2answers
49 views

OpenGL ES as a 2D Platform

I've seen a lot of bandying about what's better, Quartz or OpenGL ES for 2D gaming. Neverminding libraries like Cocos2D, I'm curious if anyone can point to resources that teach using OpenGL ES as a …

1 2 3 4 5 65 next
15 30 50 per page