Skip to content

Commit

Permalink
map bilinear8 to bilinear for now (TODO - add bilinear8 to AGG)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Jul 16, 2012
1 parent 8fcf10b commit 89668e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/image_scaling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ void scale_image_agg(Image & target,
return;
}
case SCALING_BILINEAR:
case SCALING_BILINEAR8:
filter.calculate(agg::image_filter_bilinear(), true); break;
case SCALING_BICUBIC:
filter.calculate(agg::image_filter_bicubic(), true); break;
Expand Down

0 comments on commit 89668e7

Please sign in to comment.