public static PixImage <T> ToPixImage <T>(this Matrix <T> matrix)
 {
     return(matrix.AsVolume().ToPixImage());
 }