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

-findEdgeColor:imageColors: has a "sweet spot" (and other issues). #11

Open
archagon opened this issue Sep 15, 2015 · 0 comments
Open

Comments

@archagon
Copy link

-findEdgeColor:imageColors: relies on the image having a minimum size in order to work effectively. If the image is too small, there aren't enough repeated edge colors to get past randomColorsThreshold. Furthermore, it might be a good idea to accumulate colors from the other edges, as well as to give the edge a certain pixel width. Finally, it's important for this method to return some color; after all, what does it mean for an image to have "no" background color?

@archagon archagon changed the title -findEdgeColor:imageColors: has a "sweet spot". -findEdgeColor:imageColors: has a "sweet spot" (and other issues). Sep 15, 2015
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