Skip to content

Commit

Permalink
Also look for jpegs
Browse files Browse the repository at this point in the history
  • Loading branch information
3b1b committed Mar 27, 2021
1 parent 88f0c24 commit 8999ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manimlib/utils/images.py
Original file line number Diff line number Diff line change
Expand Up @@ -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", ""]
)


Expand Down

0 comments on commit 8999ebb

Please sign in to comment.