We have two problems with the image editor.
1.
Image editor's has a property Image history which has a Image History depth. If set for example 3, the image editor does not depth setting.
On Image editor loaded event handler we set the following.
this.RadImageEditorUi.ImageEditor.History.Depth = 2;
However the image editor Keeps more then 2 history in that case.
2.
We also saw some memory freeing problem. If a lot of steps are done for some tool, the application reaches up 1GB+ quite easily and It does not free up the memory soon. This problem can be easily reproduced with "WPF Demos.exe", on the image editor drop a large image(ofcourse within the limits of allowed size MaxHeight = 2100;MaxWidth = 3900;) use some tool e.g. rotate and the memory could rise to 1gb+
Does anyone else see/encountered these? Is it possible to fix this?
1.
Image editor's has a property Image history which has a Image History depth. If set for example 3, the image editor does not depth setting.
On Image editor loaded event handler we set the following.
this.RadImageEditorUi.ImageEditor.History.Depth = 2;
However the image editor Keeps more then 2 history in that case.
2.
We also saw some memory freeing problem. If a lot of steps are done for some tool, the application reaches up 1GB+ quite easily and It does not free up the memory soon. This problem can be easily reproduced with "WPF Demos.exe", on the image editor drop a large image(ofcourse within the limits of allowed size MaxHeight = 2100;MaxWidth = 3900;) use some tool e.g. rotate and the memory could rise to 1gb+
Does anyone else see/encountered these? Is it possible to fix this?