Public bug reported:

Binary package hint: python-imaging

If you use PIL to create thumbnails, the same code in Ubuntu 7.10 works fine, 
but not in 8.04.
You can test it with this code:

====
 from PIL import Image

 img = Image.open('myimage.jpeg')
 img.thumbnail((80x80))
 img.save('/tmp/test.jpg')
=== 

If you view test.jpg, the image is like a negative, it only contains blue and 
red colours.
test.jpg must be like myimage.jpeg, but with size of 80x80

** Affects: python-imaging (Ubuntu)
     Importance: Undecided
         Status: New

-- 
python-imaging bug resizing images
https://bugs.launchpad.net/bugs/243219
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to