The pycairo tag has no wiki summary.
0
votes
0answers
39 views
How to paint full ImageSurface on DrawingArea?
I'm working on a Python+Gtk+Cairo app.
My application needs to do some very complex (and expensive)drawings.
For performance reasons, I draw first on an ImageSurface(offscreen), then I would draw the ...
-1
votes
1answer
47 views
Install PyCairo for Python 3 on OSX [closed]
I've been spending a few hours trying to install pycairo, the Python 3 bindings for Cairo, but was unsuccessful.
what I did:
Install cairo with macports
Install py33-cairo with macports (apparently ...
0
votes
0answers
68 views
Using Cairo to properly scale a vector image in Python
I am trying to use Cairo to properly scale an SVG image. When I try the following code my output is half of the original size as expected, but it is very pixelated. Is there something I am missing to ...
0
votes
1answer
74 views
How can i read svg data stroke in pycairo?
I have JPG images and with inputsvgdraw, a flash tool for image annotation (http://www.mainada.net/inputdraw), i can trace lines on it that generate svg datas.
svg datas sample:
<svg ...
0
votes
0answers
28 views
How can i crop a jpg image with svg data in pycairo?
I have JPG images and with inputsvgdraw, a flash tool for image annotation (http://www.mainada.net/inputdraw), i can trace lines on it that generate svg datas.
svg datas sample that represent ...
0
votes
0answers
61 views
Fit line to width with Pango and Cairo (Pycairo)
I've several lines of text and I'd like each to fit in width (scaling the font size) to the width of the Context. Is there a way of doing this?
I'm using pangocairo and python for this.
0
votes
0answers
171 views
Installing cairo 1.10.2 to be able to run graphite
What I am looking for
I am trying to install and run graphite on my OSX 10.8.2. I ran into many issues no matter what approach I tried so at this point I am trying to stick with the exact versions ...
1
vote
1answer
91 views
Using mesh gradients in Cairo for coloring a path
I'm a newbie in this type of approach to programming since I really doesn't care for hardcore graphics generation. I design, write, run, and study parametrized climate models with python. But, at ...
0
votes
1answer
84 views
Cairo, ImageSurface : Cannot get correct alpha blending
I am using pycairo (actually cairocffi) on Ubuntu 12.04.
The library on the system is cairo 1.10.
I've created an empty ImageSurface, having an ARGB32 format.
If, for example, I try to fill a ...
0
votes
0answers
60 views
Opentype features not working with Pango and Cairo
I've installed Pango, Cairo and pycairo in MacOSX and in Linux Debian.
Opentype features ('calt' p.e) are working in the Mac but not in the Linux machine, which generates the .png file using the same ...
0
votes
1answer
168 views
How to install pycairo for the Apple build of Python 2.7, using easy_install
I want to install the Python bindings for Cairo on Mac OSX Lion, so that I can use them with the Apple build of Python 2.7. I tend to install Python modules etc using easy_install, but that doesn't ...
0
votes
1answer
436 views
Installing pycairo under ubuntu
For some reason I can't get python to find cairo.
When I did ./waf configure I got
Setting top to : /home/user/pycairo/py2cairo-1.10.0
Setting out to ...
2
votes
1answer
117 views
Create cairo path from SVG file
There must be something I am missing.
I am on Windows and want to use python to take the paths from a SVG-file, scale them an place every single one of them on a new surface (or all on one, that ...
0
votes
1answer
141 views
Trying to build pycairo on mac 10.8
I have two Python installations. The one that came with the OS, and one I downloaded and installed manually, both are 2.7.
The one I downloaded manually is my default Python. which python returns
...
1
vote
1answer
295 views
Efficiency of Drawing GTK Pixbufs with Cairo
So, I want to draw an image using PyCairo. Efficiency is pretty important, but I am loading the images using PyGtk's gtk.gdk.Pixbuf. My question is, is there a performance difference in rendering ...
0
votes
1answer
224 views
pycairo install error on osx
While I am installing pycairo using easy_install on osx, there is an error message as following:
Searching for pycairo
Reading http://pypi.python.org/simple/pycairo/
Reading ...
1
vote
1answer
43 views
Why when painting one source to another am i getting the wrong colors
When I try the following I expect the two images to be the same but they are not!
I'm new to this cairo thing and this is driving me mad.
#!/usr/bin/env python
import cairo
WIDTH, HEIGHT = 256, 256
...
3
votes
1answer
188 views
Drawing tons of circles in Python using cairo
I am currently working on an application, which uses a video projector to create an effect similar to a real laser. A really nice example of what I'm trying to archive can be seen on Youtube here.
...
0
votes
1answer
91 views
Swap subarrays of a numpy array
First a bit of context.
I am trying to draw into a Gdk (actually pygtk) pixbuf with Cairo
(actually pycairo). My original code looked like this:
import cairo as C
import gtk.gdk as GG
FMT = ...
1
vote
1answer
213 views
Example of using cairo in python3 for vectorial animations
I'd like to display some simple game/interactive vector drawings using pycairo and python3.
I think I'll also need a "widget toolkit" to manage creating the window itself since I don't think pycairo ...
1
vote
1answer
132 views
Byte order when using Cairo in PyGame (SDL)
I currently have some code that draws using pycairo and renders to an SDL surface by way of PyGame. This works nicely on Linux and Windows but the Mac is giving me headaches. Everything just comes ...
5
votes
3answers
2k views
Install pycairo in virtualenv
I've tried to install pycairo in a virtualenv to use in a Django project. I've ran the pip install pycairo==1.10.0 command which finds the package and downloads it unlike other commands like pip ...
0
votes
1answer
66 views
'PyCObject_Import(“cairo”, “CAPI”)' C++ call yields segfault, 'import cairo' on python works
I am running OSX Lion and trying to import the python module for goocanvas, using python2.7.
I manage to successfully compile "pygoocanvas-0.14.1", but when I try to "import goocanvas" through the ...
1
vote
1answer
211 views
Inkscape groups/layers generation with Cairo/Pycairo SVG?
I'd like to be able to add objects (filled rectangles, outlines, etc.) to a cairo SVG context in such a way that when I open the SVG file with Inkscape, each would be recognized as an individual ...
2
votes
0answers
341 views
Installing Cairo on OS X Lion
When I try to install Cairo on OS X Lion with Python 2.7.2 it just does not work, I can build and install it, but when it comes to import cairo in python it can't be found. I have tried the How to ...
2
votes
1answer
139 views
pygtk / rsvg - getting size of drawing?
Is it possible for RSVG and Cairo to find the extents of a drawing within an SVG image?
i.e. not the page width/height, but the space actually used by drawing elements.
This doesn't work, it just ...
1
vote
1answer
201 views
Can cairo load a PDF?
This sounds really simple, but I can't find a way to load a PDF into Cairo. I want to be able to do cairo.PDFSurface.create_from_pdf in the same way I do cairo.ImageSurface.create_from_png (yes I'm ...
1
vote
1answer
371 views
Trouble installing py2cairo on Mac OSX Lion
I have spent the last several nights trying to install py2cairo on Mac OSX Lion using gcc-4.2 and Python2.6, attempting a number of the approaches mentioned in these links (among many others; as a new ...
0
votes
1answer
217 views
How to save layered pyCairo pyGTK image
This is sort of a repeat of an earlier question, but clarified.
Since I got no answer before, I figured it would be better to re-ask it
in a new and more succinct question.
I succeed in generating a ...
1
vote
0answers
349 views
How to markup a transparent pygtk pycairo window and save the combined image?
I am trying to develop a transparent window on which I can markup ANYTHING that is on my screen (including dynamic).
My final goal is to overlay graphs in online scientific publications, click and ...
1
vote
1answer
482 views
How to get Pango Cairo to word wrap properly?
I'm having problems getting Pango Cairo to word wrap. Below is some demo code. I am setting the layout's width to the same as the red rectangle, so I would expect it to wrap to the red rectangle. As ...
0
votes
1answer
297 views
wrong color channels, pygame cairo rsvg drawing
I have cairo+rsvg rendering a .svg file in pygame. But the color channels are wrong.
testing with lion.svg
But image is:
I believe I have my RGBA channel order swapped, (He's pink, not yellow). ...
0
votes
2answers
459 views
How to get a PNG (alpha channel) screenshot of Gtk window?
Gtk windows support transparency using Cairo. I tried to get a screenshot with the code here. But it prints pure black for windows that use transparency. How can I make a screenshot (PNG) which ...
1
vote
1answer
199 views
Python, cairo and distutils
I just fixed a bug in a two year old python program and now I'm having big trouble getting it to compile again. I simply cannot get Python, Cairo, wx and distutils to work together.
On OSX I managed ...
1
vote
0answers
59 views
Using named colors with Cairo graphics
I am using pycairo to generate an postscript file. It is a simple file consisting of black lines on a white background. My customer has asked me:
will it be possible to change the black stroke line ...
1
vote
1answer
189 views
How to output transparent PNG with Pycairo?
Here's my code:
import cairo
import os
from PIL import Image
imagesize = (512,128)
surface = cairo.ImageSurface(cairo.FORMAT_ARGB32, *imagesize)
cr = cairo.Context(surface)
...
1
vote
1answer
851 views
Save the contents of a Gtk.DrawingArea or Cairo pattern to an image on disk
I've got a small PyGI project which uses a Cairo image surface, which I then scale with a surface pattern and render on a Gtk.DrawingArea.
I'd like to write the scaled version to a PNG file. I've ...
2
votes
3answers
1k views
“Manually” invoke expose event on gtk.DrawingArea
I'm creating a small tool for data visualization.
The GUI is created with Pygtk and very simple. After the user has entered a filename he can press the button "calc" to see the output. The output is ...
2
votes
4answers
3k views
How do you install PyCairo (Cairo for Python) on Windows?
I spent hours this afternoon trying to find a straightforward tutorial for installing PyCairo on Windows.
The Cairo project itself does not maintain Windows binaries, they must be dowloaded elsehere ...
2
votes
0answers
358 views
what is wrong with installing pycairo for igraph?
I followed the instructions here
to install pycairo on win and be able to use plotting in igraph
I have python 2.7
pycairo 1.8.10
and dll files with the same numbers written in the above link, then ...
1
vote
2answers
611 views
rotate text around its center in pycairo
community.
I know that there are many answers here, manuals, tutorials and references over the internets and amny more about this question. Also I know that knowledge of linear algebra is required.
...
1
vote
0answers
362 views
Draw vector matplotlib plots and pycairo drawings to the same pdf file
I am generating a PDF report (still in sketch phase) with Matplotlib and Pycairo. I am intentionally avoiding ReportLabs as a design option and an exercise in Pycairo skill.
Currently, I am using ...
3
votes
2answers
2k views
Yet another py2cairo installation failure
I am trying to install PyCairo (from tarball source) on my OS X 10.5 using 32-bit Python 2.7 (from python.org) and cairo 1.10.2 from MacPorts. So I am installing "py2cairo". When I run python ./waf ...
2
votes
1answer
695 views
A simple setup for Python + Cairo + GTK/GDK pixel buffer
For my own benefit and possibly for educational use, I would like to make a pygame-like API for Python and Cairo. But I don't want it to be exactly pygame. I would instead like to make it a ...
2
votes
2answers
784 views
Is there a better library for drawing vector graphics in Python than Cairo?
...Not that I have anything against Cairo -- I love it in fact. It's just terribly difficult to install the Python bindings, especially on a Mac (see all the SO questions about installing pycairo on ...
1
vote
1answer
167 views
pygtk custom widgets displaying in seperate window
I'm having trouble with custom widgets showing up in a separate window. Separate window not in the sense of all widgets being in a window, but they all come up separately with their own window ...
1
vote
2answers
757 views
Install pycairo or py2cairo using buildout
Does anyone have any experience with trying to install cairo for django using buildout?
It will install pycairo or py2cairo (the first is for python >3.0, the latest is for python 2.6, which I Am ...
1
vote
3answers
367 views
How to draw a curve without knowing 4 points?
According to cairo example code, following code
double x=25.6, y=128.0;
double x1=102.4, y1=230.4,
x2=153.6, y2=25.6,
x3=230.4, y3=128.0;
cairo_move_to (cr, x, y);
cairo_curve_to (cr, ...
1
vote
0answers
472 views
Installing PyCairo or Py2Cairo on OS X Snow Leopard
Trying to set up PyCairo on OS X Snow Leopard. There are quite a few questions about it on this site, but I'm getting compile errors, which I haven't seen before.
Here are my environment variables...
...
2
votes
1answer
2k views
pyCairo: How to resize and position an image?
Based on the question Create PDF with (resized) PNG images using Pycairo - rescaling Surface issue I have attempted to create code that rescales and places an image at a specific position, as shown in ...

