I have an array of integers. Each int represents a pixel and has ARGB information. I also know the width and height of the image.
How can I turn these informations into an image?
It's an IOS app and I'm only going to display the image onscreen, no need to save it. I'm going to create one image per frame.