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 example:
ORIGINAL - 500x500_random.png

Command: climage.convert("500x500_random.png", is_unicode=True, width=100)
OUTPUT -

And this conversion took about 0.51 seconds.
My original idea was to try to make a real-time video-transmission tool using only the terminal.
But the output video cannot be like 2 FPS....
So is there any way to optimize the conversion process without losing a lot of quality?
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 example:

ORIGINAL -
500x500_random.pngCommand:
climage.convert("500x500_random.png", is_unicode=True, width=100)OUTPUT -

And this conversion took about 0.51 seconds.
My original idea was to try to make a real-time video-transmission tool using only the terminal.
But the output video cannot be like 2 FPS....
So is there any way to optimize the conversion process without losing a lot of quality?