TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What's the best/fastest image processing library?

1 pointsby jonathan-kosgeiabout 7 years ago
No APIs, just libraries, what is the fastest image processing library you&#x27;ve worked with that is also feature rich?<p>I&#x27;ve looked at sharp in node js and it&#x27;s wonderfully fast however it doesn&#x27;t seem to allow you to perform some operations such as adjusting the brightness of an image or contrast things that jimp does but much faster than it.<p>Also looking for something that can handle red eye removal in nodejs.

2 comments

indescions_2018about 7 years ago
OpenCV red eye removal<p><a href="https:&#x2F;&#x2F;www.learnopencv.com&#x2F;automatic-red-eye-remover-using-opencv-cpp-python&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.learnopencv.com&#x2F;automatic-red-eye-remover-using-...</a>
klondike_about 7 years ago
Imagemagik