Gtk3 by Hombre, issue 2807
This commit is contained in:
@@ -22,6 +22,13 @@
|
||||
namespace rtengine
|
||||
{
|
||||
|
||||
// update a point of a Cairo::Surface by accessing the raw data
|
||||
void poke255_uc(unsigned char* &dest, unsigned char r, unsigned char g, unsigned char b);
|
||||
// update a point of a Cairo::Surface by accessing the raw data
|
||||
void poke01_d(unsigned char* &dest, double r, double g, double b);
|
||||
// update a point of a Cairo::Surface by accessing the raw data
|
||||
void poke01_f(unsigned char* &dest, float r, float g, float b);
|
||||
|
||||
void bilinearInterp (const unsigned char* src, int sw, int sh, unsigned char* dst, int dw, int dh);
|
||||
void nearestInterp (const unsigned char* src, int sw, int sh, unsigned char* dst, int dw, int dh);
|
||||
void rotate (unsigned char* img, int& w, int& h, int deg);
|
||||
|
Reference in New Issue
Block a user