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

Blurred module icons in TYPO3 8.7 #17

Open
seirerman opened this issue Feb 11, 2020 · 0 comments
Open

Blurred module icons in TYPO3 8.7 #17

seirerman opened this issue Feb 11, 2020 · 0 comments

Comments

@seirerman
Copy link
Contributor

Module icons from be_links modules are blurry in TYPO3 8.7 .

The size is defined in be_links/Classes/Utility/ModuleUtility.php, line 138:
$iconInformation = static::getGraphicalFunctions()->imageMagickConvert( $iconPathAndFilename, null, null, null, null, null, array('maxH' => '18', 'maxW' => '18') );

If you change that to 32x32 the icons are looking fine again.

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

No branches or pull requests

1 participant