LegalizeAdulthood / iterated-dynamics

Iterated Dynamics is an open source fractal generator with support for many fractal types.
https://legalizeadulthood.github.io/iterated-dynamics/
GNU General Public License v3.0
24 stars 9 forks source link

Filename parameters should preserve case #108

Closed LegalizeAdulthood closed 3 months ago

LegalizeAdulthood commented 3 months ago

When specifying filenames and directories via parameters, the case of the parameter value should be preserved.

Unix has a case sensitive filesystem, so for files being read the case is significant.

Windows has a case insensitive filesystem in that you can't have two files that only differ by the case of their names, but the case of the names is preserved. Output files that are written by Id should preserve the case of the filename as specified by the user.