diff options
Diffstat (limited to 'src/extension/internal/bitmap/convolve.h')
| -rw-r--r-- | src/extension/internal/bitmap/convolve.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/src/extension/internal/bitmap/convolve.h b/src/extension/internal/bitmap/convolve.h deleted file mode 100644 index 3cfdc7fd3..000000000 --- a/src/extension/internal/bitmap/convolve.h +++ /dev/null @@ -1,29 +0,0 @@ -/* - * Copyright (C) 2007 Authors: - * Christopher Brown <audiere@gmail.com> - * Ted Gould <ted@gould.cx> - * - * Released under GNU GPL, read the file 'COPYING' for more information - */ - -#include "imagemagick.h" - -namespace Inkscape { -namespace Extension { -namespace Internal { -namespace Bitmap { - -class Convolve : public ImageMagick { -private: - int _order; - double* _kernel; -public: - void applyEffect(Magick::Image *image); - void refreshParameters(Inkscape::Extension::Effect *module); - static void init (void); -}; - -}; /* namespace Bitmap */ -}; /* namespace Internal */ -}; /* namespace Extension */ -}; /* namespace Inkscape */ |
