namespace FSO.Files.Formats.IFF.Chunks { /// <summary> /// This chunk type holds an image in PNG format. /// </summary> public class PNG : BMP { } }