Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fcb063 commit 0e0e71cCopy full SHA for 0e0e71c
src/_image_resample.h
@@ -519,17 +519,6 @@ struct type_mapping
519
agg::pixfmt_alpha_blend_gray<blender_type, agg::rendering_buffer>,
520
agg::pixfmt_alpha_blend_rgba<blender_type, agg::rendering_buffer>
521
>;
522
- using pixfmt_pre_type = std::conditional_t<
523
- is_grayscale_v<color_type>,
524
- pixfmt_type,
525
- agg::pixfmt_alpha_blend_rgba<
526
- std::conditional_t<
527
- std::is_same_v<color_type, agg::rgba8>,
528
- fixed_blender_rgba_pre<color_type, agg::order_rgba>,
529
- agg::blender_rgba_pre<color_type, agg::order_rgba>
530
- >,
531
- agg::rendering_buffer>
532
- >;
533
template<typename A> using span_gen_affine_type = std::conditional_t<
534
is_grayscale_v<color_type>,
535
agg::span_image_resample_gray_affine<A>,
0 commit comments