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
Hello this png , exported from inkscape doesn't work in fabmodule
The invisible(!) alpha channel make it bugguy. The only solution to fix this is to write this file in jpg, and rewrite it in png.
It would be great if the png loadder would ignore alpha channel
The text was updated successfully, but these errors were encountered:
alternative is to use convert
convert img1.png -background white -flatten img1-white.png
Sorry, something went wrong.
No branches or pull requests
Hello
this png , exported from inkscape doesn't work in fabmodule
The invisible(!) alpha channel make it bugguy.
The only solution to fix this is to write this file in jpg, and rewrite it in png.
It would be great if the png loadder would ignore alpha channel
The text was updated successfully, but these errors were encountered: