ImageJ
Search
everywhere
only in this topic
Advanced Search
8bit -> RGB
‹
Previous Topic
Next Topic
›
Classic
List
Threaded
♦
♦
Locked
3 messages
smfmazz
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
8bit -> RGB
Hi all!
How can i convert a pixel 8 bit grey scale into RGB value?
Stephan Saalfeld
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: 8bit -> RGB
rgb = (((grey<<8)|grey)<<8)|grey
smfmazz
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: 8bit -> RGB
Thanks a lot.
Free forum by Nabble
Edit this page