The current code to get an image name from the file name uses a case sensitive string. If you have images with uppercase extensions (eg IMG_2075.JPG), it takes the extension as well.

Changing str_replace to str_ireplace solves this.

CommentFileSizeAuthor
case_insensitive_naming.patch403 bytesBarisW

Comments

pyrollo’s picture

Status: Needs review » Fixed

Thanks for that patch!
Commited it in the last version.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.