G Day,
I got 2 images that I want to morph together
Images are displayed in labels
Does Qt support it?
if so,
How would I go about doing it?
Ideas, please
Regards
Printable View
G Day,
I got 2 images that I want to morph together
Images are displayed in labels
Does Qt support it?
if so,
How would I go about doing it?
Ideas, please
Regards
G'day yourself ;)
OKQuote:
I got 2 images that I want to morph together
You can manipulate the images, the labels just display what they are told.Quote:
Images are displayed in labels
What precisely? "Morph together" is a gloriously vague specification.Quote:
Does Qt support it?
All sorts of transforms and composition can be done with QPainter.Quote:
How would I go about doing it?
Thanks
Will do more research of QPainter