Added a workaround for the "You must keep the stream open for the lifetime of the Image." problem of the Image.FromStream method. This also reduced the overall memory usage (private working set).
2 using System.Collections.Generic;
5 namespace OpenHardwareMonitor.Hardware.Mainboard {