search for: pngtopnm

Displaying 9 results from an estimated 9 matches for "pngtopnm".

Did you mean: jpegtopnm
2010 Mar 15
1
host cross-compile patch
...BJDUMP = objdump -OBJCOPY = objcopy -AR = ar -NM = nm -RANLIB = ranlib +LD = $(CROSS_COMPILE)ld +OBJDUMP = $(CROSS_COMPILE)objdump +OBJCOPY = $(CROSS_COMPILE)objcopy +AR = $(CROSS_COMPILE)ar +NM = $(CROSS_COMPILE)nm +RANLIB = $(CROSS_COMPILE)ranlib GZIPPROG = gzip PNGTOPNM = pngtopnm MCOPY = mcopy -------------- next part -------------- A non-text attachment was scrubbed... Name: mconfig.diff Type: application/octet-stream Size: 833 bytes Desc: not available URL: <http://www.zytor.com/pipermail/syslinux/attachments/20100315/7f6872fe/attachment.obj>
2008 Feb 26
2
3.62-pre16: Compiling on old (2.4 kernel) distros
I have put a compile hack in for older distros and pushed it out as syslinux-3.62-pre16; for those who have reported compilation problem on older distros I would greatly appreciate if you could confirm if it works now (it worked for me on a CentOS 3.9 VM.) -hpa
2003 Apr 11
2
Making logos...
...e background (0x000033) placed some yellow letters on the blue (0xffff00) and saved the file back out with the default compression. The resulting image is 639x320 and 16 colors like the original syslogo.png. Here's the error I got with this attempt and keep getting with all the others I tried: pngtopnm syslogo.png | \ ../ppmtolss16 \#000000=0 \#d0d0d0=7 \#f6f6f6=15 \ > syslogo.lss ../ppmtolss16: Premature EOF at (516,308) of (639,320) make: *** [syslogo.lss] Error 255 Any suggestions would be greatly appreciated! :) Thanks, -Tom
2003 Jun 05
1
ppmtolss16, Permature EOF!
...up 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: Premature EOF at (9,53) of (131,62)' I converted the image from png to pnm using pngtopnm which came from netpbm-progs-9.24-6. Please help me to solve the problem. TIA. bye. uday. -- Reply To : perl -e 'print pack "H*","756b5f6369407961686f6f2e636f6d";' OR to the above 'From' Addr...
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 `/usr/src/redhat/BUILD/syslinux-2...
2003 Jun 02
0
Re: Problems with Memdisk 2.04
...age-ID: <3ED93466.5060701 at math.princeton.edu> >Content-Type: text/plain; charset=ISO-8859-1; format=flowed > >Neah, doesn't help, all this is with 2.04 version: ># grep "use bytes" /usr/bin/ppmtolss16 >eval { use bytes; }; ># echo $LANG >en_US.UTF-8 ># pngtopnm /usr/share/anaconda/pixmaps/syslinux-splash.png >|/usr/bin/ppmtolss16 >/dev/null >/usr/bin/ppmtolss16: Premature EOF at (319,212) of (640,256) ># export LANG=en_US ># pngtopnm /usr/share/anaconda/pixmaps/syslinux-splash.png >|/usr/bin/ppmtolss16 >/dev/null >163840 pixels, 53...
2009 Oct 03
3
PATCH: Build floppy image which contains HDT
...$ make spotless $ make hdt.img I don't know which way is preferred. - Gert Hulselmans $ diff -u ./MCONFIG.old ./MCONFIG --- ./MCONFIG.old 2009-10-03 21:16:38.172614946 +0200 +++ ./MCONFIG 2009-10-03 21:18:26.956615419 +0200 @@ -52,6 +52,8 @@ RANLIB = ranlib GZIPPROG = gzip PNGTOPNM = pngtopnm +MCOPY = mcopy +MFORMAT = mformat com32 = $(topdir)/com32 $ diff -u ./com32/hdt/Makefile.old ./com32/hdt/Makefile --- ./com32/hdt/Makefile.old 2009-09-30 06:32:42.000000000 +0200 +++ ./com32/hdt/Makefile 2009-10-03 23:06:49.356614719 +0200 @@ -27,6 +27,11 @@ OBJS...
2008 Mar 01
0
SYSLINUX 3.62 released
...096-entry limit in the simple menu system. * New hierarchial submenu support: see MENU BEGIN, MENU END, MENU GOTO in doc/menu.txt. * MENU QUIT allows creating a menu entry for returning to the command line. * ISOLINUX: Work around bug in certain Adaptec BIOSes, patch by Bruce Robson. * pngtopnm dependency removed from samples/ directory. * Text documentation files (in doc/) renamed *.doc -> *.txt. Begin3 Title: syslinux Version: 3.62 Entered-date: 2008-03-01 Description: SYSLINUX is a collection of boot loaders for the Linux operating system which operates off Linux ext2/3 files...
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