I found a terrific script that creates watermarked pics on the fly
what it does:
on opening an image it creates a new version of the image including the watermark
it does NOT edit the original and has the abillity to exclude files
for instance I told the htaccess file that files with relf in the filename do not have to get the watermark
in that way it works great with imageflow
how it is applied:
place the files in the attached zipfile in a dir in de media, alle the subfolders will react to the script
easy as can be
----
my question, it doesn't work with filenames that use spaces and that is something I like a lot in the imageflow
so I put in
Function Replace($image)
{
$pic = preg_replace('|[^a-zA-Z0-9_\-.]|', '-', $image);
return $pic;
}
but that does'nt do the trick
anyone?
note: you do not have to include any code into your files, just place the supplied files in de media dir