private static string GetUnsupportedFormatMessage(DdsFileFormat format)
 {
     return(format.ToString() + " is not a supported pixel format.");
 }