Displaying 20 results from an estimated 4000 matches similar to: "LSS-16 perl scripts and Unicode"
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)
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,
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:
2004 Mar 04
2
Short demo CD image
Hi,
While investigating why the Xen 1.2 Demo CD won''t boot on a particular
laptop, I noticed the download image appears to be truncated. "isoinfo
-d -i xendemo-1.2.iso" reports:
Logical block size is: 2048
Volume size is: 294080
That would suggest the image size should be 294080 * 2048 = 602275840
bytes. However I only have 292376 * 2048 = 598786048 bytes. The web
server
2004 Feb 21
1
syslinux RPM build dependecy
.
.
.
.
hmod a+x mkdiskimage
make -C sample all
make[1]: Entering directory `/usr/src/redhat/BUILD/syslinux-2.08/sample'
pngtopnm syslogo.png | \
../ppmtolss16 \#000000=0 \#d0d0d0=7 \#f6f6f6=15 \
> syslogo.lss
/bin/sh: pngtopnm: command not found
../ppmtolss16: stdin is not a PNM file at ../ppmtolss16 line 215.
make[1]: *** [syslogo.lss] Error 255
make[1]: Leaving directory
2003 Apr 11
2
Making logos...
Hi!
I'm trying to create a custom logo for syslinux but keep bumping my head
on the conversion to LSS16. The sample syslogo.png works fine so I
decided to start with a known quantity by loading it into the Gimp.
I cleared the canvas, color filled a blue background (0x000033) placed
some yellow letters on the blue (0xffff00) and saved the file back out
with the default compression. The
2003 Jan 14
1
ppmtolss16 and RedHat 8.0/perl 5.8.0
Okay, what's the deal? How come ppmtolss16 always terminates with
"Premature EOF"?
A previous poster said he fixed it by using a different conversion
routine, but that doesn't help me at all. In fact, it appears to me the
problem is with perl 5.8, not the file. Characters vs. bytes? Another
poster said adding "use bytes" to ppmtolss16 fixed the error. That may
2014 Nov 02
0
lss broken when upgraded 4.05 to 6.03
> Hi,
> I have just joined the list.
>
> I am the original creator of Puppy Linux, now letting other guys take
> the reins, and I am working on a fork of Puppy called Quirky Linux,
> where I try various experimental ideas.
>
> Up until now, in Puppy and all offshoots, we have used syslinux 4.05 or older.
>
> Over the last few days I have been testing 6.03 (using
2014 Nov 02
2
lss broken when upgraded 4.05 to 6.03
Hi,
I have just joined the list.
I am the original creator of Puppy Linux, now letting other guys take
the reins, and I am working on a fork of Puppy called Quirky Linux,
where I try various experimental ideas.
Up until now, in Puppy and all offshoots, we have used syslinux 4.05 or older.
Over the last few days I have been testing 6.03 (using the binary DEBs
from Ubuntu 14.10 Utopic Unicorn),
2003 Sep 30
0
VB Code to convert BMP to LSS for splash screens
The following code can be used to convert a 256 color BMP to LSS format for use as a SYSLINUX/ISOLINUX/PXELINUX Splash screen. The bitmap must be LESS than 640 pixels wide (bug) and only uses the first 16 colors. CorelDraw and PhotoShop are good for re-palletizing and dithering.
Paul Shebanow
pshebanow at iqcorp.com
--- Begin Code ---
Type RGBColor4
cBlue As Byte
cGreen As Byte
2002 Jan 12
0
HOWTO make lss
Hello,
it took me some time until I found out how to make _working_ .lss
files for syslinux.
So, here is the (rough) howto, maybe you like to include it
in an FAQ.
- Use a paint tool "gimp" (if you know how to handle it)
to create the boot logo, keep in mind that it
will have (at the end) only 16 color.
- make sure it has 640 width.
- save it as gif
<black magic>
- use the
2003 Feb 17
0
Lss file
Hi,
Great job on isolinux. I am using it for a little side project of my
own, and want to make my own splash screen. I have GIMP for windows, is
there anything else I need? I assumt a lss file is a type of gif or png
or something.
Thank you,
Josh Byington
2014 Nov 04
1
lss broken when upgraded 4.05 to 6.03
>From: Ady <ady-sf at hotmail.com>
>To: syslinux at zytor.com
>Subject: Re: [syslinux] lss broken when upgraded 4.05 to 6.03
>Message-ID: <BLU436-SMTP134329F24C9A85B97FF55BF8B990 at phx.gbl>
>Content-Type: text/plain; charset="US-ASCII"
>
>
>> On 11/2/14, Ady <ady-sf at hotmail.com> wrote:
>> >
>> > FWIW, Utopic uses
2002 Dec 27
1
Syslinux 2.00 build problems on redhat 8.0
I apologize if this has already been covered, I did a half-hearted
search of the mail archives but couldn't find anything, although I
did find a couple of posts elsewhere of people having similar trouble
with ppmtolss16.
I'm having a few build problems on redhat 8.0, the first failure
in the build is a fatal error from findpatch.pl early in the build.
Bumbling through that problem there
2014 Jan 02
0
EFI build problems
Ferenc Wagner <wferi at niif.hu> writes:
> The internal Gnu-EFI build gives me grief: [...]
Previous points still standing, but now I tried cleaning out everything
by hand. I don't know whether it matters, but building gnu-efi pollutes
its source directory (unlike syslinux itself) with the following files
at least (found by git status in the gnu-efi submodule):
2008 Nov 22
0
[PATCH] ppmtolss color need to be quoted
Fix internal ppmtolss comment and man page describing ppmtolss syntax with
color index
Fix typo s/freqency/frequency/ in comment
Not so sure it will not be mangled, so it's also as attachment.
Signed-off-by: Gilles Espinasse <g.esp at free.fr>
diff --git a/man/ppmtolss16.1 b/man/ppmtolss16.1
index 954e94b..5be3263 100644
--- a/man/ppmtolss16.1
+++ b/man/ppmtolss16.1
@@ -3,7 +3,7 @@
2004 Jan 10
1
ppmtolss16: input format error 1
I am using "syslinux-1.62-375" and got the following message
$ /usr/share/syslinux/ppmtolss16 <planet.ppm
/usr/share/syslinux/ppmtolss16: Input format error 1
The file planet.ppm was created by "xv" and has the following header:
$ head -3 planet.ppm
P6
# CREATOR: XV Version 3.10a Rev: 12/29/94 (PNG patch 1.2)
640 340
Removing the comment line by a filter fixed the
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 Jun 02
0
Re: Problems with Memdisk 2.04
Hi.. I'm Jaspreet Oberoi and i'm new to this forum..
Actually i am using Bootscriptor to make multibootable cd's and it is using
your 2.04 version of syslinux and memdisk..
What my problem is that when i boot any image i.e .img file which has a
Win98 command.com it works alright but when i try to boot any image with a
WinME command.com it just hangs on Loading .. then Starting....
2007 Mar 06
1
png to lss
I want to use my own company name to display at the startup of the
thin client could you suggest any method to do the same.
Yogesh Mhatre