[14:10:11] <Muhammad_> How to create an image from raw data? I have a file contains RGB colors for each pixel and want to create an image from those data. As an instance, 36,75,49 38,77,52 33,69,47 ... . It means that the upper right corner color in RGB is R=36, G=75, B=49.
[14:10:39] <Muhammad_> I took a look at Numpy and SciKit-image but the former only has ndarray and the latter only read an image file.
[21:24:09] <falko> hi i crop some gif images aout of a gif and later want to work with these images before saving (e.g. palette) the cropped images are of the PIL.Image._ImageCrop type and a image.load() did not change that but i want to avois saving/loading ar real file