kent010341 / image-utils

A comprehensive Python package for advanced image processing utilities, providing versatile command-line tools for various image manipulation tasks.
MIT License
3 stars 0 forks source link

`gray-scale` operator can't output to a jpeg file. #13

Open kent010341 opened 2 months ago

kent010341 commented 2 months ago

The image with "RPGA" format cannot be saved as jpg/jpeg.

also, image-utils/image_utils/operators/grap_scale_operator.py wrong spellling.

kent010341 commented 1 month ago

Add a flag --opaque to convert RGBA to RGB while using CLI, since we cannot know where the user output to.

kent010341 commented 1 month ago

Temporarily add an option to make it able to save as a jpg. We still need more design.