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

BMP - white planes when color solid #18

Open
p1337 opened this issue Jan 3, 2019 · 1 comment
Open

BMP - white planes when color solid #18

p1337 opened this issue Jan 3, 2019 · 1 comment

Comments

@p1337
Copy link

p1337 commented Jan 3, 2019

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.

@p1337
Copy link
Author

p1337 commented Jan 3, 2019

solved it by putting an noise filter over it 👍

JUST ADD :

$magicianObj -> addWatermark('converter/filters/noise.png', '', 0, 99);

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