-
Notifications
You must be signed in to change notification settings - Fork 164
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
Gray border with transparent png: from 5.2.0 #253
Comments
@whitecolor feel free to send a PR with fix |
I think it is quite a severe regression btw. For now I prefer just to downgrade https://github.com/brunocodutra/webapp-webpack-plugin |
@whitecolor any idea where the border is coming from? |
Well, should be some stuff related to picture generation? Maybe |
Right, it was certainly due to some dependency being updated, in which case this issue needs to be reported upstream once we find the culprit. |
Sorry guys, thank u for doing such a good stuff. Do u think we can see a fix in some time? |
PR welcome, it is open source and many peoples don't have enough time |
So that PR only changed the handling over svg images? I have this gray border issue with png images. So that PR would not have fixed my case. I will try to test this soon though and also export my image to svg to see if that works better. |
Good point, I don't see why we use both Jimp and Sharp, we should move to Sharp everywhere. @kghost Do you think you can help us out? |
The same problem brought me here. And actually, I found that when I don't actually know any detail on the issue, but maybe take a look at the parameter used during PNG file processing? |
@niruix thanks for pointing to |
I still have this issue. |
I have original image:
From 5.2.0 the result image has gray border:
In early version there is no border.
There also was an issue before:
#123
The text was updated successfully, but these errors were encountered: