ElisaLegnani / PhotorealisticRendering

A simple raytracer for generating photorealistic images written in C++
https://elisalegnani.github.io/PhotorealisticRendering/
GNU General Public License v3.0
3 stars 0 forks source link

The default file name used to save images causes error on Windows machines #30

Open ziotom78 opened 3 years ago

ziotom78 commented 3 years ago

The default name of an image is built using the date and time, and the separator character for hour/minute/second is ":", which is permitted on Linux/Mac OS X systems but is forbidden on Windows (see this StackOverflow question).