You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: