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 e98ec5a commit c796078Copy full SHA for c796078
1 file changed
src/_png.cpp
@@ -221,7 +221,6 @@ _png_module::read_png(const Py::Tuple& args) {
221
png_set_strip_16(png_ptr);
222
} else if (bit_depth < 8) {
223
png_set_packing(png_ptr);
224
- } else {
225
}
226
227
// convert misc color types to rgb for simplicity
0 commit comments