mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-12 12:30:16 +08:00
Fix image filename extension from .jpg to .png
This commit is contained in:
@@ -155,7 +155,7 @@ def immunohistochemistry():
|
||||
No known copyright restrictions.
|
||||
|
||||
"""
|
||||
return load("ihc.jpg")
|
||||
return load("ihc.png")
|
||||
|
||||
|
||||
def chelsea():
|
||||
@@ -169,4 +169,4 @@ def chelsea():
|
||||
No copyright restrictions. CC0 by the photographer (Stefan van der Walt).
|
||||
|
||||
"""
|
||||
return load("chelsea.jpg")
|
||||
return load("chelsea.png")
|
||||
|
||||
Reference in New Issue
Block a user