karansher / computer-graphics-raster-images

Computer Graphics Assignment about Raster Images
1 stars 0 forks source link

write_ppm #83

Open erenfn opened 1 year ago

erenfn commented 1 year ago

Should write_ppm deal with duplicate files?

abhimadan commented 1 year ago

No, don't worry about that. If the file exists, and you write to the file, it should just overwrite the old file.