mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
added highlight filter...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
27845d02da
commit
7f724a5727
@ -153,6 +153,9 @@ body {
|
|||||||
.image-show-shadows {
|
.image-show-shadows {
|
||||||
filter: contrast(0.8) brightness(3) contrast(1.5);
|
filter: contrast(0.8) brightness(3) contrast(1.5);
|
||||||
}
|
}
|
||||||
|
.image-show-highlights {
|
||||||
|
filter: contrast(0.8) brightness(0.6) contrast(1.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -435,6 +435,7 @@ module.GLOBAL_KEYBOARD = {
|
|||||||
|
|
||||||
// filters...
|
// filters...
|
||||||
';': 'togglePreviewFilter: "Show shadows" -- Preview shadows',
|
';': 'togglePreviewFilter: "Show shadows" -- Preview shadows',
|
||||||
|
'ctrl-;': 'togglePreviewFilter: "Show highlights" -- Preview highlights',
|
||||||
"'": 'togglePreviewFilter: "Black and white" -- Preview black and white',
|
"'": 'togglePreviewFilter: "Black and white" -- Preview black and white',
|
||||||
|
|
||||||
// doc...
|
// doc...
|
||||||
|
|||||||
@ -2256,6 +2256,7 @@ module.PreviewFilters = core.ImageGridFeatures.Feature({
|
|||||||
'preview-filters': {
|
'preview-filters': {
|
||||||
'Black and white': 'image-bw',
|
'Black and white': 'image-bw',
|
||||||
'Show shadows': 'image-show-shadows',
|
'Show shadows': 'image-show-shadows',
|
||||||
|
'Show highlights': 'image-show-highlights',
|
||||||
'No filters': 'none',
|
'No filters': 'none',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user