VideoTools
|
Describes scale-to-fit target dimensions. More...
#include <grimagedecoder.h>
Public Member Functions | |
ScaleToFit (int dx, int dy, int fudge_factor) | |
int | operator() (const ImageType &) const |
operator bool () const | |
Public Attributes | |
int | dx |
int | dy |
int | ff |
Describes scale-to-fit target dimensions.
Definition at line 52 of file grimagedecoder.h.