BradLarson / GPUImage2

GPUImage 2 is a BSD-licensed Swift framework for GPU-accelerated video and image processing.
BSD 3-Clause "New" or "Revised" License
4.85k stars 605 forks source link

Load image form data, composite and blent them -> on Linux #312

Open georgbachmann opened 4 years ago

georgbachmann commented 4 years ago

I have some images in a sqlite database. I read the raw-data from those images, and not I'd need to composite them. So place one image an certain coordinates and the other at different ones and then create a new image out of it. Then I'd also need to blend an other image onto this image... Would be an easy task using CoreGraphics, but I need it for Linux. Is GPUImage2 the right solution for my problem? Or can anybody point me to better alternatives for that task?