{
modifyImage();
GetPPException;
- AutoGammaImage(image(),&exceptionInfo);
+ (void) SyncImageSettings(imageInfo(),image(),&exceptionInfo);
+ (void) AutoGammaImage(image(),&exceptionInfo);
ThrowPPException;
}
modifyImage();
GetPPException;
SetPPChannelMask(channel_);
- AutoGammaImage(image(),&exceptionInfo);
+ (void) SyncImageSettings(imageInfo(),image(),&exceptionInfo);
+ (void) AutoGammaImage(image(),&exceptionInfo);
RestorePPChannelMask;
ThrowPPException;
}
{
modifyImage();
GetPPException;
- AutoLevelImage(image(),&exceptionInfo);
+ (void) SyncImageSettings(imageInfo(),image(),&exceptionInfo);
+ (void) AutoLevelImage(image(),&exceptionInfo);
ThrowPPException;
}
modifyImage();
GetPPException;
SetPPChannelMask(channel_);
- AutoLevelImage(image(),&exceptionInfo);
+ (void) SyncImageSettings(imageInfo(),image(),&exceptionInfo);
+ (void) AutoLevelImage(image(),&exceptionInfo);
RestorePPChannelMask;
ThrowPPException;
}
return;
GetPPException;
+ (void) SyncImageSettings(imageInfo(),image(),&exceptionInfo);
newImage=AutoOrientImage(constImage(),image()->orientation,&exceptionInfo);
replaceImage(newImage);
ThrowPPException;