similar to: SYSLINUX 2.06-pre3

Displaying 20 results from an estimated 3000 matches similar to: "SYSLINUX 2.06-pre3"

2003 Aug 23
1
Memdisk Problem persists !!!
Hi,, I wud just like to inform that the previous issue of memdisk not booting compressed images still persists !! The release 2.05 that was supposed to fix this issue dint yet solve the problem !! Please, let me know if more info on the problem is required !! Bye, Jassi >From: syslinux-request at zytor.com >Reply-To: syslinux at zytor.com >To: syslinux at zytor.com >Subject:
2003 Feb 28
2
File opening error after 1020 files opened
Hi, I am trying to use "read.pnm" from the package "pixmap" to read more than 10 thousand image files in "mydir". > file.list <- dir( "mydir", full=T) > for( i in 1:length(file.list) ) { print(i) x <- read.pnm(file.list[i]) } In the beginning it was fine. But after reading 1020 images or so, the read.pnm function seems to crash on
2003 Jan 21
2
How to convert jpg into lss format
I would like to to know about conversion from jpg file to lss format. I used ppmtolss16. It is giving following errors. for .jpg file: ppmtolss16: stdin is not a raw PPM file at ppmtolss16 line 105, <STDIN> line 1. for .png files: ppmtolss16: stdin is not a raw PPM file at ppmtolss16 line 105, <STDIN> line 1. from .ppm file: ( I converted .jpg file in to .ppm file using irfanview)
2003 May 05
1
ppmtolss16 fix
Hi! using ppmtolss16 tool from syslinux-2.04 with an input .pnm file created with gimp 1.2.3, I bumbed into the following error: [root at azur syslinux-2.04]# ./ppmtolss16 < /home/sr/try.pnm > /tmp/t ./ppmtolss16: Input format error 1 [root at azur syslinux-2.04]# The problem is that gimp adds the comment # CREATOR: The GIMP's PNM Filter Version 1.0 at 2nd line. Suggested fix for
2003 Aug 23
3
SYSLINUX 2.06 released
I have released SYSLINUX 2.06; it's basically identical to 2.06-pre4. I'm doing this now because the bug fixes are so major and because I am not sure I'll be around next week. -hpa 2.06 is a bug fix release. Changes in 2.06: * ALL: Fix problem that would occationally cause a boot failure, depending on the length of the kernel. * ISOLINUX: Fix problem
2008 Mar 19
1
adimpro package : R does not seem to find my ImageMagick installation
Dear list, (sorry if I post to the wrong place...), Though having spent some time on it, I cannot find an answer by myself to the following behaviour of the read.image function (adimpro package) : I'm running R.2.6.2 on Windows XP. The home directory is C:\Program files\R\R-2.6.2 Version 0.4.4 of adimpro is loaded. ImageMagick 6.3.0 is installed, its directory is C:\Program
2003 Jun 24
1
Reading graphics files
Is there a tool for reading a graphics file into an object? I might not be looking with the correct vocabulary, but I'm finding lots of references to producing graphics from R, but not any for inputting graphics into R. I'd like to use a jpeg image and have the data available in R for analysis. I could convert the image to another format, PPM perhaps, and parse that in, GRASS seems like
2003 Jun 05
1
ppmtolss16, Permature EOF!
Hi , I am using syslinux-2.04. I used the isolinux boot loader, to create a customized boot cd. As an add on to that process, i thought of displaying the product logo in the bootup screen. So as the document suggested i went on to create the lss from png. But it failed with following message. $ ~archives/syslinux-2.04/ppmtolss16 < ipm-white.pnm > ipm-white.lss './ppmtolss16:
2009 Jun 15
1
display SVG, PNG, GIF, JPEG, TIFF, PPM in new plot frame
Dear R-help I want to display an image file in a new plot frame. SVG is my preferred format, but I can also consider PNG, GIF, JPEG, TIFF, and PPM (from ImageMagick). By way of background (although not material to this posting), the image file is generated by a call to 'dot' (part of the 'Graphviz' suite) after the required .dot file has been produced using hand-crafted R code.
2003 May 16
1
Images Import and Analysis
I'm starting a time study on an area. To determine if an individual has entered the area, we are having timed photographs taken of the area. What I want to do is import the image files (either one at a time or simultaneously), convert it to a density image, take the density at multiple points in the image and determine if they are over an area average (indicating someone or something is in
2003 Dec 09
1
Importing TIFF files into a R matrix
Hi I am facing a problem where I would like to import a TIFF image (of spots on a nylon filter) into R (into a matrix for example). When plotting the matrix using fx. scatterplot3d I would then be able to see how the pixel-intensities are distributed in "spot-areas" on the filter - which would be very helpful. Does anynone know of a way to do this? Best regards, Peter Hagedorn ...
2012 Oct 26
1
asking about R Code
Hi, my name is Ellen. I want to ask you about R Code. I got a code for extracting a pixel value, but I can't compile it..  It is said "Error in is.data.frame(x) : object 'lena' not found" Here is the original full code: library(pixmap) lena <- read.pnm("oldlennablur.pgm") write.table(lena@grey,"mylenna", quote=FALSE, row.names = FALSE, col.names=
2001 Aug 29
2
Missing functions in package e1071(Win*)
Hi! After unziping the CRAN file e1071.zip on my Win95 library directory, I start R and type >library(e1071) After that, help commands of the e1071 functions work (i.e., help(read.pnm), BUT some functions themselves are not available: > read.pnm Error: Object "read.pnm" not found I've looked at the file library/R/e1071 with an ascii editor and it seems like the functions
2013 Mar 22
2
read.pnm question in R-beta
In R-beta (Masked Marvel), when I do the example from the read.pnm help file, this is what happens: x <- read.pnm(system.file("pictures/logo.pgm",package="pixmap")[1]) Warning message: In rep(cellres, length=2): x is NULL so the result will be NULL In R-2.15.3, it's all right. Thanks, Erin Erin M. Hodgess, Ph.D. Associate Professor Department of Computer and
2002 Oct 08
3
small question regarding syslinux
hi, one pretty small question .... i wanted to create my own mini-distribution, using syslinux to boot the system. Everything works pretty fine, but now i wanted to see a graphic on boot time. :-) I saw i have to create a graphic with the file-extension .ppm ... but please tell me with which programm i am able to use such an extension? gimp? dont think so ... hope to hear of you ... thanks in
2007 Apr 25
5
Upload PDF / Save as tiff
Hi, I''m trying to automate the conversion of a PDF document received via a browser upload to a tiff image via ghostscript. I have the PDF data in a string, and I need the tiff data returned into a string. The general command I want to emulate is: type test.pdf | "c:\program files\gs\gs8.56\bin\gswin32c.exe" -q -dNOPAUSE -dBATCH -sDEVICE=tiffg4 -sOutputFile=- > test5.tiff
2005 Nov 24
1
ppmtolss16 not working
Commandline (under Debian): ./ppmtolss16 #FFFFFF=7 #000000=1 < missile2.ppm > splash.rle Permissions do allow execution. Script begins to execute, but seems to be reading in from the console, rather than from the file. I can enter all the whitespace I want, but after entering anything else, it complains about stdin not being a standard ppm file. So, the problem is in my command line...
2008 Apr 07
2
problem with Rmpi 0.5-5 and openmpi
Dear knowledgeable experts :-), I am trying to get openmpi, Rmpi and SNOW running on a Myrinet/GM cluster. I'm not an IT expert, but I surely could use a working installation of Rmpi and SNOW. I try to load the Rmpi library and get the following: > library(Rmpi) [master:07230] mca: base: component_find: unable to open osc pt2pt: file not found (ignored)
2002 Oct 16
0
SUMMARY: Ppmtolss16 trouble...
Success! Had to build a linux box, gcc, gtk, gimp, etc, but I can now make .pnm files that convert correctly into lss16 format using ppmtolss16. Now I guess I have to go back to getting some *real* work done :) Thanks for the kick in the right direction. Adrian. -----Original Message----- From: H. Peter Anvin [mailto:hpa at zytor.com] Sent: Tuesday, October 15, 2002 2:50 PM To: Stovall,
2002 Oct 15
2
AMENDED: Ppmtolss16 trouble...
Upon finding a different image conversion program, I have eliminated the Premature EOF problem that I had(apologies if I post this before the moderator approves my first post...you can ignore it if/when it shows up). Now, I am seeing the script complete with no error. I tested my syslinux.dpy file with the syslogo.lss file from the samples, and it's fine. The lss file I created, however,