Corrupted tif file - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: General questions (https://www.gimp-forum.net/Forum-General-questions) +--- Thread: Corrupted tif file (/Thread-Corrupted-tif-file) |
Corrupted tif file - Nabuko-225 - 09-02-2020 Hi, While I am sure this must be a common problem, I haven't found any post about it. It is common knowledge that we should flatten the layers of an image before exporting it, e.g. in .tif. However, in haste we tend to forget, and the resulting file is corrupted. Not only it can't be opened, but I can't delete it either. I tried everything suggested on the net related to the deletion of corrupted file, including rebooting in safe mode, but can't do. Am I stuck with these files forever? Cheers RE: Corrupted tif file - rich2005 - 09-02-2020 There are bug reports about this. Long but worth reading through. https://gitlab.gnome.org/GNOME/gimp/-/issues/3740 https://gitlab.gnome.org/GNOME/gimp/-/issues/3747 Some success reported by forcing a delete with command prompt: Code: del /f fileName.tif Seems you should avoid exporting with layers, flatten the tiff first. |