#include <convolve.h>
Inheritance diagram for fl::Zoom:

Public Methods | |
| Zoom (int scaleX, int scaleY) | |
| virtual Image | filter (const Image &image) |
| This could be const, but it is useful to allow filters to collect statistics. Note that such filters are not thread safe. | |
Public Attributes | |
| int | scaleX |
| int | scaleY |
|
||||||||||||
|
|
|
|
This could be const, but it is useful to allow filters to collect statistics. Note that such filters are not thread safe.
Implements fl::Filter. |
|
|
|
|
|
|
1.2.18