Summary: | Function for semi-automatic white-balance based on 3x3 image area taken with a pipette. | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Alexander Neundorf <neundorf> |
Component: | Plugin-Editor-WhiteBalance | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 0.8.2 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Whithe Balance Tool in action |
Description
Alexander Neundorf
2007-01-06 16:08:47 UTC
Alexander, Thanks for the tips. Look in current White Balance plugin. There is a way to pick up the color from an area of original image and setup automaticly the white balance correction. It's fine for you ? Gilles Caulier Created attachment 19334 [details]
Whithe Balance Tool in action
Hi Alexander, does the White Balance Tool do what you proposed? If so, this bug could be closed. Thanks in advance for your feedback, Arnd I think so, but it didn't work as good as I expected. I didn't have a look at the code. Is just one pixel used or a small area around the point where I click ? This would be better because then you get an average over the pixels in this area (maybe 5x5 or something like this). It is also a problem that I have to select the white point in the small preview area in the dialog, it's not really possible to select a small area exactly. So being able to zoom or showing the area below the mouse pointer magnified would be nice. Alex Hi Alexander, I see! Marcel, Gilles, this raises the general question, if it is possible to use the new fast preview scaling also for such tools of the image-editor? If so, one could make the number of pixels included depend on the current magnification. Arnd I also think we should have the possibility to zoom in all the imageplugin dialogs. Right now this is only possible for filters derived from CtrlPanelDlg class. Arnd, In theory, yes, but we have another problem reevant of image filter algorithm whoch work on color components as white balance : it work perfectly on whole image (or a reduced version), but not on a small part. The current widget used to zoom/pan over the image in image plugins use a part of image to render preview. It will not work as well with level, WB, curves, etc... This is why i have designed a separate preview widget for this tool... Gilles Caulier Andi, Zomming is implemented in WB tool. This file still valid ? Gilles Caulier Following comment #4, this file is a duplicate of bug #266026 Gilles Caulier *** This bug has been marked as a duplicate of bug 266026 *** |