例子image_filters

1 修改 395行,指定图片的位置:

    const char* img_name = "D:\\spheres.bmp";

    //if(argc <= 2) img_name = argv[1];

It's just an anti-aliasing filter. Look at the
"image_filters" example. It allows you to have good
enough result even after 50-100 of consecutive
rotations of the same image. Bilinear and bicubic
filters leave only a grey spot after that.


你可能感兴趣的:(image,例子,agg)