• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

python-pillow / Pillow / 1498 / 8
88%
master: 88%

Build:
DEFAULT BRANCH: master
Ran 02 Sep 2014 10:17PM UTC
Files 157
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

02 Sep 2014 10:11PM UTC coverage: 73.936% (+0.2%) from 73.723%
MAX_CONCURRENCY=4

push

travis-ci

wiredfool
Fixed issue #857.

When saving a JPEG and specifying 'keep' for quality or subsampling,
if the source JPEG image is in grayscale mode, don't try to find the
subsampling of the source, because grayscale images don't have any
subsampling (it's only for color components).

For the moment the fix also ignores subsampling of CMYK JPEG because
currently Pillow doesn't support encoding JPEG in YCCK mode (and
subsampling doesn't make sense in CMYK, but Pillow permits saving CMYK
JPEG with subsampling, that's a bug). This fix pass those errors
silently, i.e. it doesn't raise an error when 'keep' is used but it's
not possible to keep the subsampling (because the image is grayscale
or CMYK). I think it's the proper behavior but I'm not sure.

14439 of 19529 relevant lines covered (73.94%)

200188.67 hits per line

Source Files on job 1498.8 (MAX_CONCURRENCY=4)
  • Tree
  • List 0
  • Changed 82
  • Source Changed 2
  • Coverage Changed 82
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1498
  • Travis Job 1498.8
  • 416d8e34 on github
  • Prev Job for MAX_CONCURRENCY=4 on master (#1497.1)
  • Next Job for MAX_CONCURRENCY=4 on master (#1501.4)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc