- Fixed image extension showing
None
caused byimghdr
.
- Added tests with pytest.
- Added
filetype
library to check image file extensions instead ofimghdr
.
- Removed dependency of
imghdr
as it is deprecated. - Removed
colorama
to decrease dependency of external libraries.
- Initial Release