Simple Image Tiling in C#

14 May

So, you want to cut up an image into tiles?  Here is a simple C# class, ImageTile, that lets you provide an X and Y grid size and slice up a source image.  

Usage is pretty simple

Read More »