static void Main(string[] args)
        {
            PNGFileReader blah = new PNGFileReader("blank.png", System.Environment.CurrentDirectory);
             blah.display_chunks();

             Console.ReadKey();
        }