JIMSMITH 0 Posted September 25 Is it possible to load a timagelist with a .jpeg via TMemory stream? Share this post Link to post
Anders Melander 1780 Posted September 25 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