openzim / python-scraperlib

Collection of Python code to re-use across Python-based scrapers
GNU General Public License v3.0
19 stars 16 forks source link

Replaced imaging module with exploded image module #49

Closed rgaudin closed 4 years ago

rgaudin commented 4 years ago

This reuses the exploded imaging code from #36 with some modifications:

API changes:

codecov[bot] commented 4 years ago

Codecov Report

Merging #49 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #49   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           19        22    +3     
  Lines          783       798   +15     
=========================================
+ Hits           783       798   +15     
Impacted Files Coverage Δ
src/zimscraperlib/constants.py 100.00% <100.00%> (ø)
src/zimscraperlib/image/__init__.py 100.00% <100.00%> (ø)
src/zimscraperlib/image/convertion.py 100.00% <100.00%> (ø)
src/zimscraperlib/image/probing.py 100.00% <100.00%> (ø)
src/zimscraperlib/image/transformation.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fa34721...aced7be. Read the comment docs.