Thanks for your help David!,

I didn't find those options in the documentation. Now it seems to correctly find the maps.

Now it returns an strange error code.

-----------------------------
pnmremap: 4 colors found in colormap
unrecognized option `-depth'
ppmtopgm: Error writing single byte sample to file
pnmremap: A file read or write error occurred at some point
Error: Runtime error parsing document http://www.cinemalaplata.com/imagenespeliculas/812resumen.gif: call to 'pnmscale -width 94 -height 100 |ppmquant -map /usr/lib/palmgray2.map|ppmtopgm|ppmtobmp -depth 2 -verbose > /tmp/tmpsawJR-' returned status 25344
Parsing failed.
-------------------------



At the end of the message is the complete log and my pluckerrc.

Could you7anyone please tell me what's the meaining ot the error code 25344 ?

Thank you.

regards.
arturo




---- 5 collected, 10 to do ----
Processing http://www.cinemalaplata.com/imagenespel...../812resumen.gif...
checking http://www.cinemalaplata.com/imagenespeliculas/812resumen.gif[('alt', 'M\xe1s detalles'), ('bpp', 2), ('max_depth', 1), ('maxdepth', '1'), ('maxheight', None), ('maxwidth', None), ('new_max_depth', None), ('post_data', None), ('stay_below', None), ('stay_on_domain', None), ('stay_on_host', None), ('url', URL ('http://www.cinemalaplata.com/imagenespeliculas/812resumen.gif'))]
doc_info is Server: Microsoft-IIS/5.0
Date: Mon, 02 May 2005 18:13:32 GMT
Content-Type: image/gif
Accept-Ranges: bytes
Last-Modified: Wed, 09 Mar 2005 12:15:29 GMT
ETag: "b0cadbaea124c51:8c7"
Content-Length: 8584
headers_dict is {'content-length': '8584', 'URL': 'http://www.cinemalaplata.com/imagenespeliculas/812resumen.gif', 'accept-ranges': 'bytes', 'server': 'Microsoft-IIS/5.0', 'last-modified': 'Wed, 09 Mar 2005 12:15:29 GMT', 'etag': '"b0cadbaea124c51:8c7"', 'date': 'Mon, 02 May 2005 18:13:32 GMT', 'content-type': 'image/gif'}
Retrieved ok.
Running: giftopnm > /tmp/tmpsawJR-
desired_size of image is (94, 100, 2, None) with maxwidth=100, maxheight=100
Converting image http://www.cinemalaplata.com/imagenespeliculas/812resumen.gif with PyPlucker.ImageParser.NewNetPBMImageParser
Scaling original 103x109 image by 0.912621,0.917431 to 94x100x2
Running: pnmscale -width 94 -height 100 |ppmquant -map /usr/lib/palmgray2.map|ppmtopgm|ppmtobmp -depth 2 -verbose > /tmp/tmpsawJR-
pnmremap: 4 colors found in colormap
unrecognized option `-depth'
ppmtopgm: Error writing single byte sample to file
pnmremap: A file read or write error occurred at some point
Error: Runtime error parsing document http://www.cinemalaplata.com/imagenespeliculas/812resumen.gif: call to 'pnmscale -width 94 -height 100 |ppmquant -map /usr/lib/palmgray2.map|ppmtopgm|ppmtobmp -depth 2 -verbose > /tmp/tmpsawJR-' returned status 25344
Parsing failed.








my  complete pluckerrc is the following

[DEFAULT]
verbosity=3
bpp=2
home_maxdepth=2
home_stayonhost=false
maxwidth=150
maxheight=250
image_parser=netpbm2
;; windows, netpbm2, and imagemagick.
zlib_compression=false
no_image_compression_limit=0
[POSIX]
ppmquant_program=ppmquant
ppmtoTbmp_program=ppmtobmp
pnmscale_program=pnmscale
pnmfile_program=pnmfile
giftopnm_program=giftopnm
djpeg_program=djpeg
pngtopnm_program=pngtopnm
convert_program=convert
palm1bit_graymap_file     = /usr/lib/palmgray1.map
palm2bit_graymap_file     = /usr/lib/palmgray2.map
palm4bit_graymap_file     = /usr/lib/palmgray4.map



































David A. Desrosiers wrote:
pnmremap: Unable to open file 'palmgray2.map' for reading. fopen() returns errno 2 (No such file or director y)


The file is installed in /usr/lib


Is this the same path that is referenced in your ~/.pluckerrc file? It should look something like this:

        [POSIX]
        palm1bit_graymap_file     = /usr/lib/netpbm/palmgray1.map
        palm2bit_graymap_file     = /usr/lib/netpbm/palmgray2.map
        palm4bit_graymap_file     = /usr/lib/netpbm/palmgray4.map
        palm8bit_stdcolormap_file = /usr/lib/netpbm/palmcolor8.map


David A. Desrosiers [EMAIL PROTECTED] http://gnu-designs.com _______________________________________________ plucker-list mailing list plucker-list@rubberchicken.org http://lists.rubberchicken.org/mailman/listinfo/plucker-list


_______________________________________________ plucker-list mailing list plucker-list@rubberchicken.org http://lists.rubberchicken.org/mailman/listinfo/plucker-list

Reply via email to