The contextual sections variant of the notebookbar deals a lot with styles. Among others the image style is such a basic function made salient by a big button. However, the actual image "styles" in this menu are only dummies. So what we need are functions for setting an image to default/greyscale/black|white/watermark (ideally per radiobuttons) ("colormode" in sidebar), functions to increase/decrease brightness/contrast, and finally to colorize. Even better would be to have the various Filter there (Invert, Smooth, Sharpen...).
So we need an UNO command that can accept query information for all image adjustment options, so its easy to create custom presets without having to create individual UNO commands for each of them. It would look something like this. .uno:ColorizeImage?Mode=Grayscale&Brightness=10&Contrast=-10&Red=10&Green=20&Blue=30&Gama=0.25&Transparency=50 All query fields for visible in the Image content panel of the Properties sidebar deck. (In reply to Heiko Tietze from comment #0) > Even better would be to have the various Filter there (Invert, Smooth, > Sharpen...). There are UNO commands already for these filters, but they are destructive by nature, so it wouldnt be useful to have. (bug 87396).