Renamed file endings from 'jpeg' to 'jpg' and 'PNG' to 'png'

For consistency reasons.
It also helps while listing the files ex. if you want to see how many JPGs are there previously you would need to remember about .jpeg too. If someone would use grep to list PNGs that one particular file would not show as grep is case-sensistive.
This commit is contained in:
K0RR
2022-03-23 00:40:11 +01:00
parent 9cb4a54244
commit 53c0d81510
8 changed files with 0 additions and 0 deletions

View File

Before

Width:  |  Height:  |  Size: 179 KiB

After

Width:  |  Height:  |  Size: 179 KiB

View File

Before

Width:  |  Height:  |  Size: 9.9 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB