Alter the compression-ratio on JPEG-images using PIL & Resizing/scaling images properly
Thomas Weholt
thomas at gatsoft.no
Wed Jan 23 10:15:32 EST 2002
More information about the Python-list mailing list
Wed Jan 23 10:15:32 EST 2002
- Previous message (by thread): Alter the compression-ratio on JPEG-images using PIL & Resizing/scaling images properly
- Next message (by thread): Calling a function or method by name
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I've used PIL to convert images to JPEG and resize these. I'm using plain-default settings and the result-file is about 100-130kb in size. Using a different, common image-program to compress the images the finished files are about 40-50kb without mentionable loss in picture-quality. Is there a way to alter the compression-ratio using PIL, and how do I go about doing such a thing ? And what is the proper way to resize or scale an image? When I use img.thumbnail() the result is very jaggy around the edges. Any hints? I want to create thumbnails and a resized version with specific max values for height/width of the original image. best regards, Thomas Weholt
- Previous message (by thread): Alter the compression-ratio on JPEG-images using PIL & Resizing/scaling images properly
- Next message (by thread): Calling a function or method by name
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list