Displaying 5 results from an estimated 5 matches for "logo2".
Did you mean:
logon
2020 Jul 09
0
Is this surprising behavior of tkimage.create function a bug?
...--------------------------------------------------------------------------
library(tcltk)
library(magick)
# works fine
tmp <- tempfile(fileext = ".gif")
image_write(logo, tmp)
image_tcl <- tkimage.create("photo", "image_tcl", file = tmp)
# doesn't work fine
logo2 <- image_convert(logo, format = "jpeg")
tmp2 <- tempfile(fileext = ".jpg")
image_write(logo2, tmp2)
image_tcl <- tkimage.create("photo", "image_tcl2", file = tmp2)
------------------------------------------------------------------------------------...
2010 Jun 12
1
Problem launching Cursed mountain
...r::Start
StartState: [MainMenuState] ProjectPath: [dvdpc/pc]
----------------------------------------------------------------------------------------
fixme:d3d9:Direct3DShaderValidatorCreate9 stub
Starting logos
0: <pp>\logos\logo0.timg
1: <pp>\logos\logo1.timg
2: <pp>\logos\logo2.timg
Create Font: <CP>\misc\fonts\<TP>\debug.tga
Create Font: <CP>\misc\fonts\<TP>\normal.tga
Create Font: <CP>\misc\fonts\<TP>\symbols.tga
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x5d35d08,0x5d36190): stub
CreateCast Misc path = <CP>\Settings\misc.t...
2009 Jul 08
5
Análisis de imágenes en R
Buenas dias a tod@s,
Quisiera saber si alguien tiene experiencia con el procesamiento de imágenes
(en formatos JPEG o PNG) en R y la búsqueda de similitudes / diferencias
entre ellas.
La idea de lo que me gustaría hacer es: tomar una imagen, cargarla en R y
luego analizar su estructura. Para las dos primeras tareas, la
libreria ReadImages en CRAN me ha sido útil, pero para la segunda, hasta
2009 Jan 07
0
attachment_fu - convert an image to 8-bit text
hi all
I''m using attachment_fu to handle a bunch of uploaded images (jpgs). I
have a controller where i want to send two images in the response,
converted to 8 bit text, all in one string, like
render :text => "LOGO1=<bunch of text>,LOGO2=<another bunch of text>"
Can i do this conversion in a simple way with attachment_fu? Or by some
other method?
thanks
max
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Googl...
2011 Nov 25
1
Install Adhearsion on Debian
Hi,
I'm giving Adhearsion a try on a Debian Squeeze.
I read here (https://github.com/adhearsion/adhearsion/wiki/Getting-Started)
that the command "sudo gem install adhearsion" should "automatically add
the ahn command to your system".
On mine I can't run ahn without specifying full path
(/var/lib/gems/1.8/bin/ahn).
Did I miss something ?
Regards
-------------- next