mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Also look for jpegs
This commit is contained in:
parent
88f0c24c69
commit
8999ebb556
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ def get_full_raster_image_path(image_file_name):
|
|||
return find_file(
|
||||
image_file_name,
|
||||
directories=[get_raster_image_dir()],
|
||||
extensions=[".jpg", ".png", ".gif", ""]
|
||||
extensions=[".jpg", ".jpeg", ".png", ".gif", ""]
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue