ImageJ
Login
Register
Search
everywhere
only in this topic
Advanced Search
8bit -> RGB
‹
Previous Topic
Next Topic
›
Classic
List
Threaded
♦
♦
Locked
3 messages
Options
Loading...
Subscribe via email
Move topic
Pin topic
Unpin topic
Lock topic
Unlock topic
Delete this topic
Delete this topic
Change title and meta tags
Embed post
Permalink
smfmazz
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Oct 28, 2010; 4:42pm
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
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Oct 29, 2010; 9:09am
Re: 8bit -> RGB
rgb = (((grey<<8)|grey)<<8)|grey
smfmazz
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Oct 29, 2010; 3:05pm
Re: 8bit -> RGB
Thanks a lot.
Free forum by Nabble
Disable Popup Ads
|
Edit this page