diff options
author | pjain <pjain@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-05-15 18:07:53 +0000 |
---|---|---|
committer | pjain <pjain@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-05-15 18:07:53 +0000 |
commit | ac5aee49e0ac391227c322096d132a7ecdb340b6 (patch) | |
tree | 5988d57e07e480523e51acb78fe8f2de9d87d1d8 /java/ImageProcessing | |
parent | 0976ebf7934f5d72605c86e76ee53ccf5f38f245 (diff) | |
download | ATCD-ac5aee49e0ac391227c322096d132a7ecdb340b6.tar.gz |
Added new filters to the config file
Diffstat (limited to 'java/ImageProcessing')
-rw-r--r-- | java/ImageProcessing/framework/filter.conf | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/java/ImageProcessing/framework/filter.conf b/java/ImageProcessing/framework/filter.conf index 6b08bb69725..2e90ea136ce 100644 --- a/java/ImageProcessing/framework/filter.conf +++ b/java/ImageProcessing/framework/filter.conf @@ -1,5 +1,15 @@ -imaging.filters.UnsharpFilter -imaging.filters.MeanFilter -imaging.filters.SobelFilter -imaging.filters.SharpenFilter imaging.filters.EmbossFilter +imaging.filters.BleachFilter +imaging.filters.BlurFilter +imaging.filters.DarkenFilter +imaging.filters.DeSpeckleFilter +imaging.filters.EdgeDetectFilter +imaging.filters.OilPaintFilter +imaging.filters.PixelizeFilter +imaging.filters.RotateFilter +imaging.filters.SharpenFilter +imaging.filters.SpreadFilter + + + + |