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