Spaces:
Runtime error
Runtime error
(solved) .jfif? change it to .jpg (using regedit)
#1
by
isopods-and-millipedes
- opened
(Solved) .jfif instead of .jpg
I can rename it to .jpg and it works, so just change the code to rename the extension to .jpg for compatibility with Discord.
(SOLVED)
RegEdit
In the new window that you will find (the registry editor), navigate to the following registry key: Computer\HKEY_CLASSES_ROOT\MIME\Database\Content Type\image/jpeg. You will find a REG_SZ value that contains the Extension of the JPEG mimetype. Do right click on this item and click on Modify:
Regedit Update Mimetype JPG
Replace .jfif for .jpg and click on Ok.
isopods-and-millipedes
changed discussion title from
.jfif? change it to .jpg or .png
to (solved) .jfif? change it to .jpg (using regedit)