Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Darken effect does not work on Edge browser #40

Open
trajano opened this issue Dec 31, 2016 · 2 comments
Open

Darken effect does not work on Edge browser #40

trajano opened this issue Dec 31, 2016 · 2 comments

Comments

@trajano
Copy link
Owner

trajano commented Dec 31, 2016

No description provided.

@trajano trajano added the bug label Jan 5, 2017
@trajano
Copy link
Owner Author

trajano commented Jan 11, 2017

It does not work on Internet Explorer either.
What could be done is to create the images manually, in addition use -quality 50 on the images and make it slightly larger than the target view areas.

Could create a script to do the changes using https://www.npmjs.com/package/mozjpeg-bin

@trajano
Copy link
Owner Author

trajano commented Jan 11, 2017

use imagemagick to darken
convert test.png -fill black -colorize 50% colorize_darken.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

1 participant