Is there a way to add an image either from a jImageView or jBitmap to a JImagelist? I have tried using a few methods but none were successful, I am downloading using imageview1.loadfromURL and want to populate a jImagelist then save them.
Of course, I can easily save images from a pre-populated JImagelist with images added manually from the filesystem, just struggling adding images that I have downloaded to a ImageVIew1 to a jImageList.
Is this possible?
Any help greatly appreciated.
