---Reply to mail from Marcelo Drudi Miranda about Images and alternate images

> 1. Is there a way to automaticaly generate the alternate image, without
> having to edit the html source?
> 
> 2. How do I get images embeded in the documment?
> 
> 
> I'm using plucker v1.2, and in my .pluckerrc I have this options set:
> 
> --------------------
> bpp = 1
> 
> maxwidth      = 150
> maxheight     = 250
> alt_maxwidth  = 800
> alt_maxheight = 800
> 
> image_parser = pil2
> --------------------
> 
> Am I missing something?

Marcelo:

    It sounds like the parser is not finding the options. The .pluckerrc
file should be in your HOME directory and these entries must be in the
'default' section of .pluckerrc.

i.e.:

[DEFAULT]
bpp = 1

maxwidth      = 150
maxheight     = 250
alt_maxwidth  = 800
alt_maxheight = 800

image_parser = pil2

    They will then be used for all plucking. maxwidth/maxheight control
the size of embedded inamges and alt_maxwidth/alt_maxheight control the
size of the alternate images.

---End reply

Christopher R. Hawks
HAWKSoft
-------------------------------------------------------------------------
"Only two things are infinite, the universe and human stupidity, and I'm
not sure about the former."  
    -- Albert Einstein





_______________________________________________
plucker-list mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-list

Reply via email to