image files with inappropriate extensions
In a few places, we save bitmaps as either ".png" or ".image" when they might be jpeg or png.
In one of our APIs we use import imghdr
: should do that more places.
GitLab 15.0 has launched! Please visit Breaking changes in 15.0 and 15.0 Removals to see which breaking changes may impact your workflow.
In a few places, we save bitmaps as either ".png" or ".image" when they might be jpeg or png.
In one of our APIs we use import imghdr
: should do that more places.