Hi, I've some images that are not loaded. Using TImageEnIO.LoadFromFileAuto(name) I get Aborting = True but I can see anywhere the reason. The message of JpegError() is lost in the process... Any idea? Thanks P
Do we really need an example? Is the problem not clear? I was trying to load a TIF containing a lossless 16-bit JPEG and had to waste a lot of time to come to the conclusion that it is not supported. In the JpegError procedure an exception is created for code 61 but then this is masked and lost. Instead, it would be useful to know the error in order to quickly determine the cause of the image not loading. Thanks P