On Friday 28 February 2003 07:59 am, Tom Schindl wrote: > > 1) > How do I pass the format to the module the svg-image should be > serialized in. At the moment I have the image-format hardcoded into my > module which has been apropriate for my testing purposes. > PerlSetVar SVGOutputFormat image/jpeg
Wouldn't that work? You can do an $r->dir_config() on that and I guess if you don't see it then fall back to jpeg as a default or somesuch. That way people can localize it as well if they want different formats they can put each one in a different subdirectory. If you need the same image in several formats you can use symlinks to achieve that as well. -- Tod Harter Giant Electronic Brain --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
