Python-Image-Converter icon indicating copy to clipboard operation
Python-Image-Converter copied to clipboard

Simple Python Image Converter for quick batch conversions of images to jpg/png

Results 4 Python-Image-Converter issues
Sort by recently updated
recently updated
newest added
trafficstars

Webp files dont get recognised or converted.

I'm getting ModuleNotFoundError for 'rawpy' library on my MacOS. I tried installing rawpy directly using 'pip install' / 'brew install' and also using .whl files of multiple versions downloading from...

``` Collecting raw-image-converter Using cached raw_image_converter-1.1.1-py3-none-any.whl.metadata (3.3 kB) Collecting numpy==1.22.3 (from raw-image-converter) Using cached numpy-1.22.3.zip (11.5 MB) Installing build dependencies ... done Getting requirements to build wheel ... error error:...

**Is your issue a bug report or a feature request?** - [ ] Bug report - [x] Feature request **Describe the issue:** The project currently lacks unit tests, which makes...

enhancement