CLImage icon indicating copy to clipboard operation
CLImage copied to clipboard

Convert images to beautiful ANSI escape codes for display in command line interfaces.

Results 5 CLImage issues
Sort by recently updated
recently updated
newest added

I think it would be better if the library exposes a function to load images directly from bytes instead of reading from a file. For example, downloading images from API,...

Hey, I really love this tool. Its able to accurately convert images to terminal codes. But I have one issue - the conversion process is too slow.... Here is an...

Hello, I have a .png file with transparent pixels and I would like to them to render as such due to an opacity setting on my tty that allows my...

climage cant run on python 3.12 becausevit imports pkg_resources in https://github.com/pnappa/CLImage/blob/master/climage/__init__.py#L4 so if you do: ``` ➜ /tmp python3.12 -m 'venv' /tmp/venv ➜ /tmp /tmp/venv/bin/pip install climage Collecting climage Using...

Hi, thanks for creating this. I use it for debugging Android remotely using screenshots instead of a webcam. I have one feature request: when displaying the image in my terminal,...