<div dir="ltr">For one of my QIGS processing algorithms I have a destination folder, QgsProcessingParameterFolderDestination, where one or more GeoTIFF images are created. Once these images are created, how do I load them so that they display in QGIS from the "processAlgorithm" method? I had thought that this might work where I would iterate through each image created?<div><br></div><div>path = path_to_the_image</div><div>rlayer = QgsRasterLayer(path, name_of_image)<br></div><div>QgsProject.instance().addMapLayer(rlayer, True)<br></div><div><br></div><div>No images are displayed nor do they show up in the Layers panel, but I think internally they are loaded.</div><div><br></div><div>Thanks,</div><div><br></div><div>Calvin</div></div>