formatting
This commit is contained in:
parent
218b22fba9
commit
dd22d34d07
1 changed files with 7 additions and 7 deletions
|
@ -97,13 +97,13 @@ boost::optional<std::string> scaling_method_to_string(scaling_method_e scaling_m
|
||||||
}
|
}
|
||||||
|
|
||||||
void scale_image_agg(image_data_rgba8 & target,
|
void scale_image_agg(image_data_rgba8 & target,
|
||||||
image_data_rgba8 const& source,
|
image_data_rgba8 const& source,
|
||||||
scaling_method_e scaling_method,
|
scaling_method_e scaling_method,
|
||||||
double image_ratio_x,
|
double image_ratio_x,
|
||||||
double image_ratio_y,
|
double image_ratio_y,
|
||||||
double x_off_f,
|
double x_off_f,
|
||||||
double y_off_f,
|
double y_off_f,
|
||||||
double filter_factor)
|
double filter_factor)
|
||||||
{
|
{
|
||||||
// "the image filters should work namely in the premultiplied color space"
|
// "the image filters should work namely in the premultiplied color space"
|
||||||
// http://old.nabble.com/Re:--AGG--Basic-image-transformations-p1110665.html
|
// http://old.nabble.com/Re:--AGG--Basic-image-transformations-p1110665.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue