Modify

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#12752 closed enhancement (fixed)

[Patch] Add more image filters

Reported by: michael2402 Owned by: team
Priority: normal Milestone: 16.04
Component: Core mappaint Version:
Keywords: Cc:

Description (last modified by michael2402)

Currently, there is a quite flexible plugin that adds layer filters:
http://wiki.openstreetmap.org/wiki/JOSM/Plugins/RasterFilters
Although it is flexible, it has no good usability and is pretty complex for quick use.

We have settings in JOSM to change the gamma value (per layer) and deep down in the settings to change the sharpness.

I want to improve the layer filter dialog (visibility / gamma) and add the sharpness value there. I also wrote a new colorfulness filter.

I made some new icons but feel free to find better ones ;-)

Icons are in images/dialogs/layerlist/


Attachments (3)

patch-image-sharpness.png (14.4 KB ) - added by michael2402 8 years ago.
patch-image-sharpness.patch (33.2 KB ) - added by michael2402 8 years ago.
layerlist-icons.zip (22.6 KB ) - added by michael2402 8 years ago.

Download all attachments as: .zip

Change History (9)

by michael2402, 8 years ago

Attachment: patch-image-sharpness.png added

by michael2402, 8 years ago

Attachment: patch-image-sharpness.patch added

by michael2402, 8 years ago

Attachment: layerlist-icons.zip added

comment:1 by michael2402, 8 years ago

Description: modified (diff)

comment:2 by Don-vip, 8 years ago

Milestone: 16.04

comment:3 by Don-vip, 8 years ago

Resolution: fixed
Status: newclosed

In 10142/josm:

fix #12752 - Add more image filters (patch by michael2402, modified)

comment:4 by aceman, 8 years ago

Hi, what is "colorfulness"? Isn't it any of the other terms on https://en.wikipedia.org/wiki/Colorfulness, like chroma, saturation or hue?

comment:5 by michael2402, 8 years ago

Feel free to find a better name for it. For me, it is simply the filter that makes the image more or less colorful.

The filter computes the grayscale image (lightness).

It then mixes with that grayscale image to reduce the colors or it increases the difference to the grayscale image to increase colorfulness. I did not find a better term for it.

It is a relatively simple mapping between the colors that does not correspond to any HSV value.

red' = (1 - influence) * lightness(red, green, blue) + red

We can name it chroma, but I am no color expert and do not know if that term is really what we want (depends on the exact definition)

Last edited 8 years ago by michael2402 (previous) (diff)

comment:6 by aceman, 8 years ago

I'm also no expert I just never saw the term in any application. But the wiki page seems to know it. I just care that translators get to understand what it means.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.