I have very large images (up to 12MPx) and I want to efficiently process them (panning, zooming, changing brightness and contrast), all must be done in WPF. I'm using AForge.NET library for image processing in unmanaged memory, it works good but only with small images. I'm looking for a good way to do all the transformations\filters and display them efficiently in real-time. How to do this?