Displaying 20 results from an estimated 1000 matches similar to: "RGtk2 : Using GtkImage with GIF (PR#10757)"
2007 Dec 06
1
RGtk2 + tcltk combination problem (PR#10497)
Full_Name: Hans Dieter
Version: 2.6.1
OS: windows
Submission from: (NULL) (217.93.91.19)
Hi all,
first I used a TCL/TK GUI, after my work I cloed it and opend an RGTK2 GUI.
Now I have the problem, the RGTK2 GUI will not refresh correctly and basic
user-commands ( close windows ) dosen't work.
Greetings
Dieter
2009 May 23
1
Draw a rectangle on top of an image using RGtk2?
Dear all,
I use gtkImageFromFile to display an image. Then I want to do some
gsignal to handle mouse event. I click the mouse and move a another
position and release. I can get the position of the firs click and the
release position, then I would to draw a rectangle to display the
region I have selected. I need some hints on what functions should I
look for. I tried to google but don't know
2007 Apr 20
1
faster image display?
Does someone here know of a way to display images in R that isn't slow?
Here are the things I've tried so far:
library(rimage)
i<-read.jpeg('foo.jpg')
plot(i) # very slow
library(pixmap)
i <- read.pnm('foo.pnm')
plot(i) # also slow
chans <- getChannels(i)
image(chans[,,1]) # this is slow too
I also tried using library(cairoDevice) but it only makes everything
2005 Oct 06
3
playing with R: make a animated GIF file...
Hello all
I am playing with R for to make a animated GIF.
any suggestions, improvements are welcome :-)
case somebody could help me, i thanks!
Cleber N. Borges ( klebyn )
my objective:
(steps TODO)
-------------------
1) to save PNG files;
-----> i don't know the best way to make this;
2) transform the PNG files into GIF files (easy! no problem! ... i
think ...)
3)
2010 Nov 05
0
RGtk2 2.20.x
This is to announce the release of the RGtk2 2.20.x series. RGtk2 is an
interface between R and the GTK+ GUI toolkit and friends. The new release
updates the bindings to support up to GTK+ 2.20 (and remains backwards
compatible to 2.8). Previously, the interface supported only up to GTK+
2.12, which is several years old.
New features in GTK 2.20 (relative to 2.12) include:
* GtkInfoBar widget:
2010 Nov 05
0
RGtk2 2.20.x
This is to announce the release of the RGtk2 2.20.x series. RGtk2 is an
interface between R and the GTK+ GUI toolkit and friends. The new release
updates the bindings to support up to GTK+ 2.20 (and remains backwards
compatible to 2.8). Previously, the interface supported only up to GTK+
2.12, which is several years old.
New features in GTK 2.20 (relative to 2.12) include:
* GtkInfoBar widget:
2008 Dec 04
2
Does animated gif will work properly using RMagick?
Dear all,
I have used RMagic to read and write a image while uploading. An
animated gif was read from my local machine and was written in my images
folder using RMagick. But the animated gif which i read was witten in my
folder without animation. What should i do to write the gif image with
animation.
Here is my code to read and write image while uploading.
image = params[:image][:blob]
2011 Jun 07
1
rgl: insert pauses in animation sequence / movie formats other than gif?
Two questions related to creating animated movies with rgl:
1. I've created an rgl scene with 5 different views I want to display in
a movie, but I'd like to insert pauses (say, 5 seconds)
at each view. How can I do this?
I first created 5 userMatrix's, then
play3d( par3dinterp( userMatrix=list(M1, M2, M3, M4, M5)),
,duration=2*60/5) )
then tried simply repeating each twice,
2008 Apr 15
4
Best practice for showing ajax loader gif?
what is the best practice for showing animated ajax spinner?
The usual Element.show(''spinner'') has to stick with every form''s
:loading. Is there some easier or light-weight method?
Because I have this page that can contain upto 100 forms. And with all
of those would be 100 hidden spinners.
Please suggest something.
--
Posted via http://www.ruby-forum.com/.
2005 Jul 18
2
New functions supporting GIF file format in R
Hi,
A minor announcement. I just added two functions for reading and writing GIF
files to my caTools package. Input and output is in the form of standard R
matrices or arrays, and standard R color-maps (palettes). The functions can
read and write both regular GIF images, as well as, multi-frame animated
GIFs. Most of the work is done in C level code (included), so functions do
not use any
2011 Jul 28
2
Animated gif or something similar in R?
I'm have a (minor) problem and a question.
Problem: The following code creates 5 clusters of dots of different
colors. However, I need the second call outside the data.frame call to
get the colors to change for some reason. I assume there's an error in
the data.frame() call, but I don't know what.
Question: Is there is a way to cause the resulting graphic to rotate on
it's
2007 Jun 21
1
[R-pkgs] RGtk2 2.10.x series available
I installed version 2.10.9-1 of RGtk2, but when I tried to load it I
received the following message:
> local({pkg <- select.list(sort(.packages(all.available = TRUE)))
+ if(nchar(pkg)) library(pkg, character.only=TRUE)})
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library 'C:/Programmi/R/R-2.5.0/library/RGtk2/libs/RGtk2.dll':
2007 Aug 02
3
installing RGtk2
I am using ubuntu. When I tried install.packages("RGtk2") it downloaded
and seemed to compile successfully:
** building package indices ...
* DONE (RGtk2)
The downloaded packages are in
/tmp/Rtmp57id87/downloaded_packages
However, when I tried library(RGtk2) I found
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
2007 Jun 19
0
RGtk2 2.10.x series available
The new 2.10.x series of the RGtk2 package has recently become available on
CRAN. RGtk2 is a package for creating graphical user interfaces (GUI's) in R
and is similar in purpose to the tcltk package. RGtk2 binds to and enables
the extension of the GTK+ user interface library, as well as several other
libraries that are integrated with GTK+. The gWidgetsRGtk2 package provides
an RGtk2
2007 Jun 19
0
RGtk2 2.10.x series available
The new 2.10.x series of the RGtk2 package has recently become available on
CRAN. RGtk2 is a package for creating graphical user interfaces (GUI's) in R
and is similar in purpose to the tcltk package. RGtk2 binds to and enables
the extension of the GTK+ user interface library, as well as several other
libraries that are integrated with GTK+. The gWidgetsRGtk2 package provides
an RGtk2
2011 Oct 24
1
RGtk2 problems
Hello,
I hope this is the right place to ask for help with a problem I am
having with RGtk2 installation with R on Windows XP.
I am running R 2.11.1 and have installed the package RGtk2 from CRAN.
I also have GTK 2.10.11 installed as well as GTK2-runtime 2.22.0. I
have added the environment variable GTK_PATH and set its value to the
root location where GTK is installed. When I try to run RGtk2 in
2009 May 08
1
Installing RGtk2 on Mac OS
I'm having trouble to install RGtk2 (from source) on Mac OS 10.4.11 (R
2.9.0). The GTK libraries (2.12.11) were installed into /sw/lib via
fink. Even if I set the GTK_LIBS to that path, the installation program
doesn't seem to find it (see below). libglade is there too but not found.
If I install the package from binaries, it fails on load.
Would anybody know how to make it work?
2009 Jul 30
2
Problem with RGtk2 & Rattle
HI
Apologies for previously trying to post this question onto the Dev forum.
I have recently update my versions of R and related packages. When I try to
use rattle the following message appears
"Error in .RGtkCall("R_setGObjectProps", obj, value, PACKAGE = "RGtk2") :
Invalid property tooltip-text!"
I have downloaded and installed the latest available version of
2007 Jun 30
3
Problem installing RGTK2 on ubuntu 7.04
Hello, all
I am trying to install RGTK2 on my Ubuntu 7.04 system. The installation
fails with a message that RGtk2 requires GTK 2.8. As far as I can tell I
have GTK+ 2.10.11 installed. Can anyone suggest a way to proceed?
Thanks very much.
Here is the failed installation:
> install.packages("RGtk2")
Warning in install.packages("RGtk2") : argument 'lib' is
2012 Nov 30
1
How to add widgets of gWidgets to widgets of rgtk2 ???
I have a layout in gwidgets. To this, I wanted to add a Textbox(gtkEntry)
created from rgtk2...
The code is as follows:
MainLayOut <- glayout(homogeneous = FALSE, spacing = 10, container =
SubGroup)
MainLayOut[1, 1, anchor=left] <- "Number of Total Patients: "
font(MainLayOut[1, 1, anchor=left]) <- c(weight="bold")
patients <- gtkEntry()