How you organize and name your files will have a big impact on sorting your images and sequencing them on the website.
Pixpa recommends following file naming structure:
- Do not add image file names too long, since long file names do not work well.
- All special characters such as ~ ! @ # $ % ^ & * ( ) ` ; < > ? , [ ] { } ‘ ” and | should be avoided. Stick to numbers, roman letters (preferably lower case), and underscores (_).
- When using a sequential numbering system, use leading zeros for clarity and to make sure files sort in sequential order. For example, use “0001, 0002, …0010, 0011 … 0100, 0101, etc.” instead of “1, 2, …10, 11 … 100, 101, etc.”
- Do not use spaces in file name. Alternatives to these include:
- Underscores or dashes, e.g. file_name.xxx
- No separation, e.g. filename.xxx
- Camel case, where the first letter of each section of text is capitalized, e.g. FileName.xxx