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
I can´t figure it out, why this is happening. When I convert JPG files into BMP files then solid planes are replaced by white.
This is the case not only when the color is #000000
Example JPG https://p1337.synology.me/lightpainting/img/thumb/190103002850.jpeg Example resulting BMP https://p1337.synology.me/lightpainting/examplepics/lp.bmp
is this an JPG read problem or an BMP write problem?
when the pixelhatch ist not solid, maybe call it grainy, then it should solve this problem.
The text was updated successfully, but these errors were encountered:
solved it by putting an noise filter over it 👍
JUST ADD :
$magicianObj -> addWatermark('converter/filters/noise.png', '', 0, 99);
Sorry, something went wrong.
No branches or pull requests
I can´t figure it out, why this is happening.
When I convert JPG files into BMP files then solid planes are replaced by white.
This is the case not only when the color is #000000
Example JPG
https://p1337.synology.me/lightpainting/img/thumb/190103002850.jpeg
Example resulting BMP
https://p1337.synology.me/lightpainting/examplepics/lp.bmp
is this an JPG read problem or an BMP write problem?
when the pixelhatch ist not solid, maybe call it grainy, then it should solve this problem.
The text was updated successfully, but these errors were encountered: