TuttleOFX
1
|
#include <ofxCore.h>
#include <tuttle/common/system/compatibility.hpp>
#include <terry/math/Rect.hpp>
Go to the source code of this file.
Namespaces | |
namespace | tuttle |
This file provides a set of reimplementations of CImg functions by means of the generic image library (gil). Functions for image blurring. | |
namespace | tuttle::plugin |
Functions | |
terry::Rect< double > | tuttle::plugin::ofxToGil (const OfxRectD &r) |
OfxRectD | tuttle::plugin::gilToOfx (const terry::Rect< double > &r) |
terry::Rect< std::ssize_t > | tuttle::plugin::ofxToGil (const OfxRectI &r) |
OfxRectI | tuttle::plugin::gilToOfx (const terry::Rect< std::ssize_t > &r) |