On Thu Feb 13 20:01:00 2025 +0000, Fabian Maurer wrote:
FWIW, I adapted the test from `test_SavingImages`
Or just, use the system already established for testing the other
image formats. Not sure what exactly you mean. I tried to create the ico with gdiplus, but unfortunately there is no encoder. Unless you mean something different? I could rework it to use a stream instead of a file though.
I think the point was that you don't need file access, and can use GdipLoadImageFromStream(). This is generally better, unless you're testing FromFile() API.