Code: Select all
TIFF:abc.tiff
IM takes a dual approach, searching for both filenames.
The same problem occurs with square brackets:
Code: Select all
abc.tiff[0]
Again, IM will actually search for both.
But that is a total of four combinations, and IM won't search for all four. That's why a colon in the name, with square brackets not in the name, won't be found.
If a workflow accepts colons in filenames, then there might be two different files:
Code: Select all
abc.tiff
TIFF:abc.tiff
In my view, the best way to avoid the confusion is to have a workflow that prohibits any of ":[]" in filenames.