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

Change the way in which multi-color images are handled #18

Open
cjfuller opened this issue Jun 28, 2012 · 0 comments
Open

Change the way in which multi-color images are handled #18

cjfuller opened this issue Jun 28, 2012 · 0 comments
Milestone

Comments

@cjfuller
Copy link
Owner

Currently, images with multiple channels are split and only one channel is processed (though all may be quantified). Add the ability to process all channels, or to keep them together so that methods can do special processing drawing from all the channels.

One possibility would be to have the ImageSet class create a single image containing all the channels and pass that to methods, though this would break the interface to current methods and require rewriting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant