You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get colors of images whose one dimension is 1px wide.
For a 1x1px image nothing is sampled.
For a 7x1px image it nondeterministicaly fails to sample ~50% of the time.
Is there an option to make it work for tiny images? Or at least to add determinism?
Or was this never designed to work with 1px wide images?
The text was updated successfully, but these errors were encountered:
try setting method: 1, which just does linear scanning (and skips the image partitioning into boxSize chunks and requiring >= same boxPxls to be present in each).
I am trying to get colors of images whose one dimension is 1px wide.
For a 1x1px image nothing is sampled.
For a 7x1px image it nondeterministicaly fails to sample ~50% of the time.
Is there an option to make it work for tiny images? Or at least to add determinism?
Or was this never designed to work with 1px wide images?
The text was updated successfully, but these errors were encountered: