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

Output to window is rendering using different colors than output to file #72

Open
mattpenner opened this issue Feb 26, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@mattpenner
Copy link

I am running version 0.5.0 on Windows 10.

When I navigate to a folder with my STLs and enter the following command I get the following output in a window:
"c:\Program Files\stl-thumb\stl-thumb.exe" -b FFFFFFFF -m 000000 111111 FFFFFF -x Core_Clamp_C_Primo.STL Core_Clamp_C_Primo.PNG

image

However, when I run the exact same command, but without the -x parameter, I get the following output in the PNG file:
image

@unlimitedbacon unlimitedbacon added the bug Something isn't working label Nov 13, 2023
@unlimitedbacon
Copy link
Owner

I think this is because we are not converting between rgb and srgb properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants