예제 #1
0
        protected override void LoadRaw(string filename)
        {
            int w, h;

            buffer = Image.LoadRawL32(filename, out w, out h);

            Debug.Assert(w == h);

            numSamples = w;
        }