PDA

View Full Version : save image



lozdog
19th May 2014, 02:10
I believe I am jumping in at the deep end here but Ill give it a go.
I have some code I found on stack overflow (cudos to Kuba Ober) I have attached it.
It creates a photomosaic.
Id like to be able to save the mosaic it creates to a directory.
Im on a mac.
Ive been bumbling around for a while now. Im hoping someone could show me and from there I can figure out other things I want to do.
I am learning C++ but Im only at the early stages so please forgive my ignorance.

anda_skoa
19th May 2014, 07:06
See QImage::save()


Cheers,
_