I change the PixelFormat of the image in an ImageEnView with this code:
IEGlobalSettings().AutoSetBitDepth := True;
ImageEnView1.IEBitmap.PixelFormat := ie1g;
ImageEnView1.Update;
ShowPixelFormatOnToolbar;
Unfortunately, this does not trigger the OnImageChange Event-Handler!
Is my code incorrect?