I am using PIL 1.1.6, Python 2.5 on the Windows platform. In my program, I am performing a point operation (changing the pixel values) and then saving the new image.
I am trying to use Python to resize picture. With my camera, files are all written is landscape way. The exif information handle a tag to ask the image viewer to rotate in a way or another.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am probably looking for the wrong thing in the handbook, but I am looking to take an image object and expand it without resizing (stretching/squishing) the original image.
Is it possible to开发者_如何学C reduce the depth of an image using PIL? Say like going to 4bpp from a regular 8bpp.You can easily convert image modes (just call im.convert(newmode) on an image object
When creatin开发者_高级运维g an ellipse with PIL, is it possible to have a thicker/wider outline? Currently, I\'m trying to do canvas.ellipse(box, outline=colour, fill=None), but would like to be able
I am creating custom开发者_运维技巧 images that I later convert to an image pyramid for Seadragon AJAX.The images and image pyramid are created using PIL.It currently take a few hours to generate the
I have an array called imgarr which consists of 4 images in bytes. The image sizes are same but unknown. How can I merge it into the following format?
I\'m working on a project that requires me to design some basic UIs - really they\'re just layouts of some text/shapes/images, not even interactive.
I am trying to read all the touching pixels with the same color in a image. For that I use reccursive functions. When I check one pixel, I look on the right, left, top and bottom if the pixel close to