Photoshop – Creating a Bitmap with raw pixel data array in C#
My code works for some images but not others. Image that works: Image that doesn't work (same image but smaller): I first load the image and create an array of raw pixel data that for instance only includes the red…