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 a0b0080 commit 1c7a63cCopy full SHA for 1c7a63c
1 file changed
src/_image.cpp
@@ -353,6 +353,7 @@ Image::resize(const Py::Tuple& args, const Py::Dict& kwargs) {
353
agg::rasterizer_scanline_aa<> ras;
354
agg::scanline_u8 sl;
355
356
+ ras.clip_box(0, 0, numcols, numrows);
357
358
//srcMatrix *= resizingMatrix;
359
//imageMatrix *= resizingMatrix;
0 commit comments