some cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-03-27 02:07:25 +03:00
parent 63ae9cc3b9
commit 42a141ba40
2 changed files with 7 additions and 2 deletions

View File

@ -137,7 +137,8 @@ body {
/*********************************************************************/
.image-bw {
filter: saturate(0);
/*filter: saturate(0);*/
filter: grayscale(1);
}
.image-show-shadows {
filter: contrast(0.8) brightness(3) contrast(1.5);

View File

@ -2519,7 +2519,6 @@ module.FailsafeDevTools = core.ImageGridFeatures.Feature({
/*********************************************************************/
// XXX experimental...
var PreviewFilters
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...
// XXX need to get the minimal size and not the width as results will
// depend on viewer format...