mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
some cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
63ae9cc3b9
commit
42a141ba40
@ -137,7 +137,8 @@ body {
|
|||||||
/*********************************************************************/
|
/*********************************************************************/
|
||||||
|
|
||||||
.image-bw {
|
.image-bw {
|
||||||
filter: saturate(0);
|
/*filter: saturate(0);*/
|
||||||
|
filter: grayscale(1);
|
||||||
}
|
}
|
||||||
.image-show-shadows {
|
.image-show-shadows {
|
||||||
filter: contrast(0.8) brightness(3) contrast(1.5);
|
filter: contrast(0.8) brightness(3) contrast(1.5);
|
||||||
|
|||||||
@ -2519,7 +2519,6 @@ module.FailsafeDevTools = core.ImageGridFeatures.Feature({
|
|||||||
|
|
||||||
|
|
||||||
/*********************************************************************/
|
/*********************************************************************/
|
||||||
// XXX experimental...
|
|
||||||
|
|
||||||
var PreviewFilters
|
var PreviewFilters
|
||||||
module.PreviewFilters = core.ImageGridFeatures.Feature({
|
module.PreviewFilters = core.ImageGridFeatures.Feature({
|
||||||
@ -2600,6 +2599,11 @@ module.PreviewFilters = core.ImageGridFeatures.Feature({
|
|||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/*********************************************************************/
|
||||||
|
// XXX experimental...
|
||||||
|
|
||||||
// ...not sure if this is the right way to go...
|
// ...not sure if this is the right way to go...
|
||||||
// XXX need to get the minimal size and not the width as results will
|
// XXX need to get the minimal size and not the width as results will
|
||||||
// depend on viewer format...
|
// depend on viewer format...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user