JIMSMITH 1 Posted September 25, 2024 Is it possible to load a timagelist with a .jpeg via TMemory stream? Â Share this post Link to post
Anders Melander 1951 Posted September 25, 2024 Use TJPEGImage.LoadFromStream to load from the stream Copy the TJPEGImage to a TBitmap using TBitmap.Assign Add the TBitmap to the TImageList using the usual methods Share this post Link to post