»ImageFilterCollection« is an plugin for ImageFilter. »ImageFilterCollection« offers space for your own filters and contains four example filters. These examples show how a filter is constructed. Unless absolutely necessary, I will not update »ImageFilterCollection«. This way your own filters are safe in »ImageFilterCollection«.
ImageFilter is required.
This extension currently only contains four filters. These filters can be used, but are actually intended as an aid when developing your own filters. Have a look at the code of the extension, it is quite easy to add new filters.
The structure is as follows:
public function yourFilterName($image){
*** insert the commands here ***
*** https://www.php.net/manual/de/ref.image.php ***
return $image;
}
Download extension and copy zip file into your system/extensions
folder. Right click if you use Safari.
Have a look here: ImageFilter
Class | Filtername |
---|---|
imfi-beach | beach filter |
imfi-beachvi | beach filter with vignette |
imfi-bw | black and white filter |
imfi-bwvi | black and white filter with vignette |
- | - | - |
---|---|---|
beach filter | ||
beach filter with vignette | ||
black and white filter | ||
black and white filter with vignette |
PetersOtto. Get help