Ensure extractChannel sets a relevant colourspace
See original GitHub issueWe have ML project, and we would like to transform a large set of image to black/white based on a colorband (the C band from the LHC) for now.
I played with the toColorband('lhc').bandbool(...)
but it while the ‘or’ ‘eor’ operations seems to work, I do not see how I can go to bw base only on one band.
I assume we cloud ask the Buffer, and process it in JS, but we would like to avoid that given our volume of images to be processed.
Issue Analytics
- State:
- Created 5 years ago
- Comments:13 (6 by maintainers)
Top Results From Across the Web
ColourSpace | Advanced Operation - Light Illusion
ColourSpace includes a selection of unique pre-set Characterisation Quick Profile patch sets that include Secondary Colours. When these patch sets are used, a ......
Read more >sharp-cli - npm
... with the specified kernel sharp ensureAlpha Ensure alpha channel, ... toColourspace <colourspace> Set the output colourspace [aliases: ...
Read more >can we apply threshold to single component of color space ...
This C++ code uses extract channel to get just the first channel (channel 0). #include <iostream> using namespace std; ...
Read more >2015-05-02 00:37:27 - Icy Software
at icy.image.colorspace. ... extractChannels(SequenceUtil.java:1531) at icy.sequence.SequenceUtil.extractChannel(SequenceUtil.java:1423)
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@lovell I have been swamped, but I will test it soon. Really appreciate the responsiveness and the quality of this lib. I will try to find time to blog about it. I really like the “instructions builder” approach.
v0.20.4 now available, thanks for reporting!