really wide images?
Toby Dylan Hocking <[email protected]>
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Message-ID | <[email protected]> |
Hi, I would like to use cairo to create a PNG scatterplot of some time series data that is 768315 pixels wide by 100 pixels tall. In particular it is a sparse binary image: 99% of the pixels are white, and only a few pixels are black. Using cairo under both R and Python, I get an error: 'invalid value (typically too big) for the size of the input (surface, pattern, etc.)' I noticed there is a limit in cairo-image-surface.c and I thought about changing it and recompiling. #define MAX_IMAGE_SIZE 32767 However I suspect that won't work unless I also change pixman somehow. Do you have any advice about how to do that? Or can you recommend another package that would be able to make my wide PNG? Thanks in advance. -- cairo mailing list [email protected] http://lists.cairographics.org/mailman/listinfo/cairo