cmdpxl icon indicating copy to clipboard operation
cmdpxl copied to clipboard

Why opencv dependency?

Open miratcan opened this issue 3 years ago • 3 comments

Just, why? 90 MB dependency on a simple keyboard-based pixel editor?

miratcan avatar Jun 13 '22 09:06 miratcan

That was the image manipulation library I was most familiar with when I made this project; feel free to make a fork that uses something like Pillow instead.

knosmos avatar Jun 14 '22 03:06 knosmos

I was looking for a tui image editor, because in general tui applications are really energy-efficient and small.

While installing I got alarmed because of the huge download and it was downloading opencv and the first thing I thought was "This thing is spyware!", because I don't have an explanation why something like this needs opencv.

"Out of confidence" might be an explanation, even if it's a horrible excuse.

@miratcan Have you found an alternative yet?

therealmaxmoon avatar Aug 31 '22 12:08 therealmaxmoon

@therealmaxmoon nope, but I think someone can build it with react + ink I think. https://github.com/vadimdemedes/ink

miratcan avatar Sep 15 '22 09:09 miratcan