Image naming conventions
Image names have the following considerations:
- Invalid characters in file names are removed from the file name.
- Characters after the 40-character limit in a file name are removed.
- Underscores replace spaces in the file name.
- Files created with the same name as a system-defined file name have file names that increment with an underscore and a number from 001 to 999.For example, adding an image file named 01_picture.png adds an image named picture.png to the theImagesfolder. Adding an image file named 02_picture.png adds an image named picture_001.png to theImagesfolder.
Provide Feedback