Image manipulation
Archiviert a year ago
A
Yuuki
Verified
Hi!
Is there anyone experienced in image manipulation? (mainly related to rendering text, tinting images, and just general functionalities like overlaying while maintaining alpha channels properly etc..)
I'm migrating a pretty big codebase from node to cpp, and I've been using sharp before.
• What packages would you recommend?My first thought was to try opencv, since I'm somewhat experienced with it, but it lacks a lot of nice features. As it turned out, its text/svg support isn't really strong. So I tried building and properly linking Skia instead, which looked really promising, but to no avail. I just couldn't get it working
Is there anyone experienced in image manipulation? (mainly related to rendering text, tinting images, and just general functionalities like overlaying while maintaining alpha channels properly etc..)I'm migrating a pretty big codebase from node to cpp, and I've been using sharp before.
• What packages would you recommend?My first thought was to try opencv, since I'm somewhat experienced with it, but it lacks a lot of nice features. As it turned out, its text/svg support isn't really strong. So I tried building and properly linking Skia instead, which looked really promising, but to no avail. I just couldn't get it working

