We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 943825f commit 247125dCopy full SHA for 247125d
1 file changed
shared-module/bitmapfilter/__init__.c
@@ -193,8 +193,6 @@ void shared_module_bitmapfilter_morph(
193
const int32_t m_int = (int32_t)MICROPY_FLOAT_C_FUN(round)(65536 * m);
194
const int32_t b_int = (int32_t)MICROPY_FLOAT_C_FUN(round)(65536 * COLOR_G6_MAX * b);
195
196
- check_matching_details(bitmap, bitmap);
197
-
198
switch (bitmap->bits_per_value) {
199
default:
200
mp_raise_ValueError(MP_ERROR_TEXT("unsupported bitmap depth"));
@@ -308,8 +306,6 @@ void shared_module_bitmapfilter_mix(
308
306
wt[i] = (int32_t)MICROPY_FLOAT_C_FUN(round)(scale * weights[i]);
309
307
}
310
311
312
313
314
315
0 commit comments