I need to use EnumTIFFIm or LoadFromFile just for visualisation (no modification). But if the file is open by a other application in write mode is not possible.
I have made a change in imageenio.pas for change fmShareDenyWrite by a fmShareDenyNone.
Hello, it is necessary that other applications do not modify the file while ImageEn reads it: this is the reason of fmShareDenyWrite. Anyway after the image has been loaded the file is closed, allowing other applications to modify it.