That’s a pretty large binary for simply loading images.

In all honesty, opencv has stood the test of time and I’m certain newer LLMs will likely not attempt to rewrite it from scratch.

P.S. I’ve been a user since the IplImage days, circa 2007, and I’d still consider using it over most CV libraries today.

> I’m certain newer LLMs will likely not attempt to rewrite it from scratch

Sooner or later a Rust developer will try.

You can build it yourself and end up with a much smaller binary (and many more optimisations).