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

Remove alpha/transparency layer from icons #2067

Closed
robocoder opened this issue Feb 4, 2011 · 1 comment
Closed

Remove alpha/transparency layer from icons #2067

robocoder opened this issue Feb 4, 2011 · 1 comment
Labels
Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Milestone

Comments

@robocoder
Copy link
Contributor

This causes tcpdf to apply a memory hungry function, ImagePngAlpha(), to process.

@robocoder
Copy link
Contributor Author

(In [3848]) fixes #2067, refs #2052 - remove alpha channel (transparent layer) from icons

For future reference, use ImageMagick:

  • convert image.png -background white -flatten +matte image_new.png

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Projects
None yet
Development

No branches or pull requests

1 participant