Ver original//SALVAR PNG EN SERVIDOR$file = $qr->get_image();$path= './ruta/nombre_archivo.png';$qr->save_image($file, $path);