GPUImage2 icon indicating copy to clipboard operation
GPUImage2 copied to clipboard

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

Open georgbachmann opened this issue 5 years ago • 0 comments

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?

georgbachmann avatar Mar 02 '20 16:03 georgbachmann