hi,how to blend different size image?
Sat, 08/18/2012 - 08:50
hi,I'm new to GPUImage Framework! I have a question , when I blend two different size image, the overlay scale to base image's scale. So the overlay image looks ugly! Anyone have solve this issue? How ? Thanks!
Mon, 08/20/2012 - 10:53
#2
I don't have a great way of doing this right now, but you can look at using a transform on the image, using a transparent background color, to resize it relative to the output image.
Thu, 08/23/2012 - 00:08
#3
Thanks. I will give it try and post back if i get something.
Tue, 08/28/2012 - 02:36
#4
Thanks for your replay! I'll try it! Great work!
Hi, BradLarson, really nice framework. I have the same question. I want to blend to different size images. the smaller one is on top. I also want to control the size and position of the top images. Is it possible using current framework? Thanks