Displaying 19 results from an estimated 19 matches for "cairo_created".
Did you mean:
cairo_create
2011 Oct 19
1
Cairo creates italized plots?
Hi,
Has anyone else run into this weird behaviour where the text in the plots
created using Cairo are always italicized. For example,
library(Cairo)
Cairo(file='cairo_created', type='pdf', dpi=100)
plot(1:10)
dev.off()
This produces the following attached 'cairo_created.pdf' graph. Notice how
the text is italicized. The same code but using pdf() as the graphics
device:
pdf(file='pdf_created.pdf')
plot(1:10)
dev.off()
Produces the attach...
2010 Jan 17
1
screenshot of swf file
Hi,
Im trying to thumbnail a swf file based on this found at
http://www.mail-archive.com/swfdec at lists.freedesktop.org/msg00821.html.
#include <stdlib.h>
#include <stdio.h>
#include <swfdec/swfdec.h>
#include <cairo.h>
void swfdec_player_save (SwfdecPlayer *player, guint width, guint
height, const char *filename) {
cairo_surface_t *surface;
cairo_t *cr;
2007 Oct 15
0
6 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_video.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c
libswfdec/swfdec_as_strings.c | 8 +
libswfdec/swfdec_codec_audio.c | 1
libswfdec/swfdec_codec_video.c | 1
libswfdec/swfdec_text_field.c | 74 +++++----
libswfdec/swfdec_text_field.h | 5
libswfdec/swfdec_text_field_movie.c | 140 +++++++++++++++---
libswfdec/swfdec_text_field_movie.h | 26 ---
2007 Sep 13
0
test/swfdec-extract.c
test/swfdec-extract.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree 3da08c899f62a2f814dcacabb3214870578ccabc (from 9c4a5df4d39d861247676283426891e29bfe9fe2)
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Sep 13 21:38:51 2007 +0200
scale by a double, not an int
This caused all extraction to fail.
diff --git a/test/swfdec-extract.c
2007 Nov 07
1
thumbnailer/swfdec-thumbnailer.c
thumbnailer/swfdec-thumbnailer.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit a31d0686b78df2da96b9d8d1e3220e63978bba30
Author: Benjamin Otte <otte at gnome.org>
Date: Wed Nov 7 20:02:04 2007 +0100
s/swfdec_player_get_image_size/swfdec_player_get_default_size/
diff --git a/thumbnailer/swfdec-thumbnailer.c b/thumbnailer/swfdec-thumbnailer.c
index
2007 Jan 26
0
libswfdec/swfdec_image.c libswfdec/swfdec_image.h libswfdec/swfdec_pattern.c
libswfdec/swfdec_image.c | 45 ++++++++++++++++++++++++++++++++++++++-------
libswfdec/swfdec_image.h | 5 ++++-
libswfdec/swfdec_pattern.c | 3 ++-
3 files changed, 44 insertions(+), 9 deletions(-)
New commits:
diff-tree 2cb8680a8577ff5d018b50e7da55c233e8eaa4af (from 7005f0c65edf0177ea22cbb4514c7df1cbb099c1)
Author: Benjamin Otte <otte@gnome.org>
Date: Fri Jan 26 22:54:14
2007 Nov 01
0
4 commits - libswfdec/swfdec_sound_object.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c test/crashfinder.c test/Makefile.am
libswfdec/swfdec_sound_object.c | 3
libswfdec/swfdec_text_field_movie.c | 3
libswfdec/swfdec_text_field_movie_as.c | 1
test/Makefile.am | 8 +
test/crashfinder.c | 154 +++++++++++++++++++++++++++++++++
5 files changed, 164 insertions(+), 5 deletions(-)
New commits:
commit 9d8541e233b6bb2a465bea0c7b8f8b66f37bb25a
Author: Pekka
2008 Jan 08
0
4 commits - test/.gitignore test/image test/Makefile.am test/swfdec_test_function.c test/swfdec_test_image.c test/swfdec_test_image.h test/swfdec_test_initialize.as test/swfdec_test_initialize.h test/swfdec_test_test.c test/trace
test/.gitignore | 2
test/Makefile.am | 2
test/image/Makefile.am | 12 -
test/image/default.stas | 53 ++++++++
test/image/default.sts |binary
test/image/image.c | 251 -----------------------------------------
test/swfdec_test_function.c | 1
test/swfdec_test_image.c | 222
2007 Feb 06
0
21 commits - configure.ac libswfdec/swfdec_audio_event.c libswfdec/swfdec_bits.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h libswfdec/swfdec_compiler.c libswfdec/swfdec_edittext.c libswfdec/swfdec_image.c
configure.ac | 1
libswfdec/swfdec_audio_event.c | 1
libswfdec/swfdec_bits.c | 4
libswfdec/swfdec_button_movie.c | 3
libswfdec/swfdec_color.c | 67 +++++-
libswfdec/swfdec_color.h | 31 ++-
libswfdec/swfdec_compiler.c | 5
2007 Feb 06
0
Branch 'interpreter' - 15 commits - configure.ac libswfdec/swfdec_audio_event.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h libswfdec/swfdec_compiler.c libswfdec/swfdec_image.c libswfdec/swfdec_sprite_movie.c
configure.ac | 1
libswfdec/swfdec_audio_event.c | 1
libswfdec/swfdec_button_movie.c | 3
libswfdec/swfdec_color.c | 26 ++
libswfdec/swfdec_color.h | 2
libswfdec/swfdec_compiler.c | 5
libswfdec/swfdec_image.c | 26 --
2010 Jul 20
1
Building rattle on Solaris 10u7 X86
We have tried to build rattle on Solaris 10 X86 platform, and the results
are :
1. Package XML and pmml can be built.
2. Package RGtk2 can be built but can’t be installed because the
installer can’t find GTK on Solaris, but it seems GTK has been preinstalled
on Solaris 10, but I don’t know how to configure it.
3. There are errors when building the cairoDevice package , the error
2007 Mar 27
0
15 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/.gitignore libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h
Makefile.am | 10
configure.ac | 51 +-
doc/Makefile.am | 16
doc/swfdec-docs.sgml | 7
doc/swfdec-sections.txt | 53 ++
doc/swfdec.types | 2
libswfdec-gtk/.gitignore | 14
libswfdec-gtk/Makefile.am | 40 +
libswfdec-gtk/swfdec-gtk.h
2007 Jan 29
0
Branch 'interpreter' - 18 commits - libswfdec/swfdec_image.c libswfdec/swfdec_image.h libswfdec/swfdec_js.c libswfdec/swfdec_js_color.c libswfdec/swfdec_js_sound.c libswfdec/swfdec_pattern.c libswfdec/swfdec_scriptable.c libswfdec/swfdec_script.c
libswfdec/swfdec_image.c | 113 ++++++++----
libswfdec/swfdec_image.h | 5
libswfdec/swfdec_js.c | 5
libswfdec/swfdec_js_color.c | 8
libswfdec/swfdec_js_sound.c | 7
libswfdec/swfdec_pattern.c | 3
libswfdec/swfdec_script.c | 376 +++++++++++++++++++++++++++++++++++++++---
libswfdec/swfdec_scriptable.c | 2
8 files changed, 441
2007 Oct 18
0
11 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h test/trace
libswfdec/swfdec_as_strings.c | 4
libswfdec/swfdec_text_field.c | 1
libswfdec/swfdec_text_field.h | 34 ---
libswfdec/swfdec_text_field_movie.c | 265 ++++++++++++++++---------------
libswfdec/swfdec_text_field_movie.h | 47 ++++-
libswfdec/swfdec_text_field_movie_as.c | 115 +++++++++++--
test/trace/Makefile.am | 17
2008 Jan 07
0
12 commits - configure.ac doc/swfdec.types Makefile.am test/crashfinder.c test/dump.c test/Makefile.am test/swfdec-extract.c test/swfdec_out.c test/swfdec_out.h test/swfedit.c test/swfedit_file.c test/swfedit_file.h test/swfedit_list.c test/swfedit_list.h
Makefile.am | 3
configure.ac | 2
doc/swfdec.types | 8
test/Makefile.am | 45 --
test/crashfinder.c | 157 -------
test/dump.c | 448 --------------------
test/swfdec-extract.c | 301 -------------
test/swfdec_out.c | 383
2007 Feb 06
0
Branch 'interpreter' - 8 commits - libswfdec/swfdec_bits.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h libswfdec/swfdec_edittext.c libswfdec/swfdec_image.c libswfdec/swfdec_image.h libswfdec/swfdec_pattern.c libswfdec/swfdec_sprite.c test/dump.c
libswfdec/swfdec_bits.c | 4
libswfdec/swfdec_color.c | 41 +++---
libswfdec/swfdec_color.h | 29 +++-
libswfdec/swfdec_edittext.c | 2
libswfdec/swfdec_image.c | 269 +++++++++++++++++++++++---------------------
libswfdec/swfdec_image.h | 9 -
libswfdec/swfdec_pattern.c | 29 +---
libswfdec/swfdec_sprite.c | 7 -
test/dump.c | 34 +++++
2007 Aug 29
0
15 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_sprite.c libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_system_as.c
libswfdec/swfdec_as_strings.c | 1
libswfdec/swfdec_initialize.as | 1
libswfdec/swfdec_initialize.h | 210 +++++------
libswfdec/swfdec_movie.c | 71 +++
libswfdec/swfdec_movie.h | 4
libswfdec/swfdec_sprite.c | 1
libswfdec/swfdec_sprite_movie.c
2007 Oct 22
0
12 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_html_parser.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h test/trace
libswfdec/swfdec_as_strings.c | 1
libswfdec/swfdec_html_parser.c | 43 +++---
libswfdec/swfdec_text_field.c | 2
libswfdec/swfdec_text_field.h | 2
libswfdec/swfdec_text_field_movie.c | 166 ++++++++++++++++-----------
libswfdec/swfdec_text_field_movie.h | 6
libswfdec/swfdec_text_field_movie_as.c
2007 Oct 17
0
6 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h test/trace
libswfdec/swfdec_as_strings.c | 2
libswfdec/swfdec_initialize.as | 3
libswfdec/swfdec_initialize.h | 306 ++--
libswfdec/swfdec_text_field_movie.c | 4
libswfdec/swfdec_text_field_movie.h | 3
libswfdec/swfdec_text_field_movie_as.c | 83 +
test/trace/Makefile.am | 20