| Summary: | Image Editor preview / apply processes image twice? | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Roger F <roger.foss> |
| Component: | Plugin-Editor-Sharpen | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | normal | CC: | caulier.gilles, metzpinguin |
| Priority: | NOR | ||
| Version First Reported In: | 5.6.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 5.8.0 | |
| Sentry Crash Report: | |||
|
Description
Roger F
2017-12-20 11:16:20 UTC
You are right, and not. yes the preview is computed against the whole image IF you don't zoom inside. When you zoom , the preview render only the visible region on the canvas. In this case, the final render must be computed over whole image at end. Note : zooming is important to show effects applied on image details. Don't forget also the type of preview generated where only one portion of image will be used. So, you proposal to not re-compute effect on whole image is only valid if whole image is show on screen, without a specific image portion to render. Using 100% of image to preview effect with this kind of tool is typically never used in production (sharpening, noise reduction, etc...) Gilles Caulier The final render step is also necessary if the user canceled the preview creation and choose OK. I close the bug as WONTFIX. Maik |