We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Grav: 1.5 and 1.6 php 7.1
Added grayscale filter to media.yaml.
media.yaml
Expected: Grayscale pictures
Observed: No change
Any image filter defined in media.yaml are not used. Seems it is the old #984 .
Used: default media.yaml Paths: system/config and user/config
system/config
user/config
Modified:
types: defaults: type: file thumb: media/thumb.png mime: application/octet-stream image: filters: default: - grayscale
Also changed:
jpg: type: image thumb: media/thumb-jpg.png mime: image/jpeg filters: - grayscale jpe: type: image thumb: media/thumb-jpg.png mime: image/jpeg filters: - grayscale jpeg: type: image thumb: media/thumb-jpg.png mime: image/jpeg filters: - grayscale
Images do not change at all.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Grav: 1.5 and 1.6
php 7.1
Bug
Added grayscale filter to
media.yaml
.Expected:
Grayscale pictures
Observed:
No change
Any image filter defined in
media.yaml
are not used.Seems it is the old #984 .
Reproduce & test
Used: default
media.yaml
Paths:
system/config
anduser/config
Modified:
Also changed:
Images do not change at all.
The text was updated successfully, but these errors were encountered: