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

Histogram("color2") shift in markers with parameter bits > 8. #327

Closed
Reel-Deal opened this issue Feb 2, 2023 · 2 comments
Closed

Histogram("color2") shift in markers with parameter bits > 8. #327

Reel-Deal opened this issue Feb 2, 2023 · 2 comments

Comments

@Reel-Deal
Copy link
Member

Hi there pinteft,

Back again with another minor Histogram issue :). A while back I had mentioned that the Histogram("color2") had a small shift in the 15 degree markers compared to avs 2.6. See first post in #268. I had never really used the bits parameter until recently and noticed that the dots shift even more when bits > 8. Also the corners of the limited range square become unaligned at the corners.

Here's color2 at 9 bits:

ColorBarsHD()
Histogram("color2", keepsource=false, bits=9)

color2

As you can see, some of the dots have disappear into the center of line and others outside of the circle when in avs 2.6 they are all positioned in the inner edge. Also you can start to see the corners becoming misaligned. Here's one of the corners at bits=12.

color2-10 (2)

@pinterf
Copy link

pinterf commented Feb 13, 2023

Thanks for the report, let's investigate it. So even at 8 bits we have differences from avs 2.6.

@Reel-Deal
Copy link
Member Author

Thanks for taking a look at the issue and fixing it :)

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

2 participants