JIMSMITH 0 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 1815 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