Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for webp images #5767

Merged
merged 2 commits into from
Dec 22, 2022

Conversation

sniafas
Copy link
Contributor

@sniafas sniafas commented Dec 20, 2022

Fix #5766

This PR adds support to properly handle the .webp image format

scrapy/pipelines/images.py Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Dec 20, 2022

Codecov Report

Merging #5767 (ff0decf) into master (034dc8f) will not change coverage.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##           master    #5767   +/-   ##
=======================================
  Coverage   84.82%   84.82%           
=======================================
  Files         162      162           
  Lines       10974    10974           
  Branches     1795     1795           
=======================================
  Hits         9309     9309           
  Misses       1394     1394           
  Partials      271      271           
Impacted Files Coverage Δ
scrapy/pipelines/images.py 26.47% <0.00%> (ø)

@sniafas sniafas requested a review from Laerte December 22, 2022 09:40
@Gallaecio
Copy link
Member

Thanks @sniafas and @Laerte!

@Gallaecio Gallaecio merged commit 7ae32ea into scrapy:master Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Webp images distort in image pipelines
3 participants