PMXBOT Log file Viewer

Help | Karma | Search:

#pil logs for Thursday the 21st of May, 2020

(Back to #pil overview) (Back to channel listing) (Animate logs)
[05:43:28] <travis-ci> python-pillow/Pillow#9112 (master - 75716a3 : Andrew Murray): The build passed.
[05:43:29] <travis-ci> Change view : https://github.com/python-pillow/Pillow/compare/23ade03d49d3...75716a310a1e
[05:43:29] <travis-ci> Build details : https://travis-ci.org/python-pillow/Pillow/builds/689440803
[17:01:17] <garrettkajmowicz> As a part of some testing of image processing I took some jpg images, resized them to be noticeably smaller and then saved them as jpg images with high quality. I noticed that the saved files were about twice as many bytes in size. Why would I end up with larger files? Regardless of the quantization tables used, shouldn't the information be limited
[17:01:17] <garrettkajmowicz> to that in the original image?