0
votes
2answers
47 views
Vector Graphics in C# WinForms - should I interoperate with WPF?
I have a video camera that I'm interfacing with a C# app. The camera actually comes with a .NET WinForms control. It supports drawing on it with GDI+ functions.
When I zoom in, I …
6
votes
7answers
991 views
.Net CAD vector graphics library
What is a good .Net vector graphics library that can be used for CAD like applications, and has a reasonable set of features specific for this type of applications, like computatio …
0
votes
3answers
77 views
Are there any mature vector drawing libraries for Python? (that work on Windows)
I've tried endlessly to get pycairo to work on Windows, but version 1.8.8 won't install. Is there something comparable out there that actually works on Windows?
3
votes
3answers
59 views
How is a font’s appearance defined? (vector graphic for each character?)
Details on fonts: When you have some text in specific font, there's a header that says what the font is and then characters that are X number of bytes apiece. The computer looks up …
1
vote
1answer
144 views
What image-editor or library produces an easy-to-use 2D vector format describing areas / masks?
Step 1) Administrative / data entry worker opens ?, loads raster image, and using a 'lasso-like' tool (a la Photoshop 'magnetic' if possible) specifies areas of interest / masks.
…
2
votes
4answers
101 views
Vector drawing tool for iPhone development
This isn't strictly a programming question, but I'm asking it here because it's certainly a software development question, if you take "software development" to include all aspects …
0
votes
0answers
20 views
dojox.gfx bounding box for Text and Group nodes
The documentation for getBoundingBox() in dojo says:
Returns a bounding box of a shape. A
text shape is a point-based object, so
it doesn't define a bounding box.
I don't …
0
votes
1answer
34 views
Codebase for making a Flash-based interactive map with SVG vector data?
I'm looking for a way to take SVG path info (basically a string of coordinates) and dynamically draw it with Actionscript. Icing on the cake would be if those shapes could detect …
2
votes
4answers
181 views
Drawing SVG in .NET/C#?
Hello,
I'd like to generate an SVG file using C#. I already have code to draw them in PNG and EMF formats (using framework's standard class System.Drawing.Imaging.Metafile and Zed …
2
votes
1answer
35 views
What are the graphics editors that can be built upon?
I want to start off with a capable vector graphics drawing/editing program and extend it to create a visual designer for a project I'm working on.
Do you know of a graphics edito …
1
vote
4answers
416 views
Using a XAML file as a vector Image Source
I would like to be able to use vector graphics, preferably defined in XAML, as the Source of an Image control, just like I can currently use a raster image like a PNG. That way I c …
4
votes
4answers
1k views
vector drawing canvas in GWT
Are there are decent implementations of a vector graphics canvas in GWT? I would like to be draw arbitrary shapes and have them react to user input (mouse in/out/click/etc). Ther …
0
votes
0answers
30 views
What is the best program to use to create a large poster? [closed]
I'm trying to make a really big poster, but it seems too big for programs like Illustrator or Photoshop. What is a good program to use for it? I'd also like to be able to tile it, …
0
votes
2answers
61 views
Rendering vector shapes in Java
I have a series of shapes (Approx. 50), that each have 5 points, and a color (with alpha transparency). I want to render these shapes onto a pixel grid.
I program as an amateur, s …
0
votes
2answers
173 views
Problem with drawing paths with Core Graphics - iPhone
Hi, I am trying to draw a map annotation in my app - very much like MapKit's MKAnnotationView, but without the mapkit.
I have a problem with the ordering of the path for the view …
