How to avoid Marshal.Copy in c# for bitmap processing – Asp.net
I need to extract tiles from a tif image and write them in jpg format. Based on a previous search, I wrote some C# code that works in a C# WinForm project on my desktop. Then I had the idea…