protected static Bitmap?GetDecodeBitmap(string s, int width)
 {
     if (IOPath.TryOpenRead(s, out var stream, out var ex))
     {
         return(GetDecodeBitmap(stream, width));
     }