I have two .php files, which generates two different images.
modules/generatePNG/generatePNG.php?text=Hello1 modules/generateQR/_QR_GENERATOR.php?text=Hello2
I want to merge these generated images without saving (download) files. Any idea how to merge files?
Thanks.