Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
pseudoGrey
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
rfranzen  
View profile  
 More options Jul 19 1999, 3:00 am
Newsgroups: dejanews.members.tech.rfranzen.png-16, comp.graphics.algorithms, sci.engr.color
From: rfran...@my-deja.com
Date: 1999/07/19
Subject: pseudoGrey
   I've finally implemented a concept that has been on the back of my
mind for some time.  I call it pseudoGrey.  It is a method to encode
more than 8 bits of greyscale within a 24-bit color image.  Using the
technique, exactly 1,786 levels of grey can be encoded and decoded.  The
algorithm borrows from the concept of luma, in that the "plusses" map
roughly to the luma weights of the three color components.

   To use this technique, you begin with a 12-bit greyscale number.  The
base 8-bit value for each rgb element is the 12-bit value right-shifted
by four.  Then 1 is added to none, one, or two of the components by
examining the low-order nibble of input.  On:

    2.. 4 -> blue  + 1
    5.. 6 -> red   + 1
    7.. 8 -> red   + 1,  blue + 1
    9..10 -> green + 1
   11..13 -> green + 1,  blue + 1
   14..15 -> green + 1,  red  + 1

   I don't think anyone can actually see the difference between 256 and
1786 levels of grey.  However, without degrading the color image, you
preserve analytical detail which would otherwise be lost.  Of course,
you need to have started with at least 512 levels of grey to get any
benefit.  Film and many scanners do provide data sources that might take
advantage of this technique.

   To see an implementation, visit the SIHwheel below.  The source code
for the applet links from there.  The color wheel begins
"non-augmented", which means there are 4096 slots available for greys.
If you click in the center of the wheel, the intensity bar is mapped to
pseudoGrey.  If you have a 24-bit display and screen-peeker program, you
will be able to verify the pseudoGrey encoding.  If you augment the
color set (by having three or more hue domains in their extra-hue mode),
the color wheel won't use more than 8-bit grey.  The 16-bit SIH
colorspace always has at least true 256 grey levels.

--
 -- Rich
 -- http://home.att.net/~rocq/SIHwheel.html
 -- http://home.att.net/~rocq/png16.html
--

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rfranzen  
View profile  
 More options Jul 26 1999, 3:00 am
Newsgroups: dejanews.members.tech.rfranzen.png-16, comp.graphics.algorithms, sci.engr.color, comp.lang.java.programmer
From: rfran...@my-deja.com
Date: 1999/07/26
Subject: Re: pseudoGrey
   For more information concerning pseudoGrey, visit the link in my sig
block.  The page includes sample images, a description of pseudoGrey,
and Java source code to test the concept via a command line.

   Now if I could just get somebody to do an MP3 for pseudoGrey,
everyone would visit!

--
 -- Rich
 -- http://rocq.home.att.net/pseudoGrey.html
--

In article <7muks4$m1...@nnrp1.deja.com>,

  rfran...@my-deja.com wrote:
>    I've finally implemented a concept that has been on the back of my
> mind for some time.  I call it pseudoGrey.  It is a method to encode
> more than 8 bits of greyscale within a 24-bit color image.  Using the
> technique, exactly 1,786 levels of grey can be encoded and decoded.
> The algorithm borrows from the concept of luma, in that the "plusses"
> map roughly to the luma weights of the three color components.

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Doug Goncz  
View profile  
 More options Jul 28 1999, 3:00 am
Newsgroups: sci.engr.color
From: dgo...@aol.com ( Doug Goncz )
Date: 1999/07/28
Subject: Re: pseudoGrey
Have you circulated this idea in the comp.graphics.algorithms newsgroup?

 Yours,

 Doug Goncz
 Experimental Machinist (DOT 600.260-022)
 Replikon Research (USA 22044-0094)
 http://users.aol.com/DGoncz or /ReplikonVA

 The ocean is the world's longest runway...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rfranzen  
View profile  
 More options Jul 30 1999, 3:00 am
Newsgroups: dejanews.members.tech.rfranzen.png-16, comp.graphics.algorithms, sci.engr.color, comp.lang.java.programmer
From: rfran...@my-deja.com
Date: 1999/07/30
Subject: Re: pseudoGrey
   There is now an RFE (Request For Enhancement) for  pseudoGrey at the
Java Developer Connection.  Review the pseudoGrey link in my sig block.
 If you think it represents a useful technique, please consider voting
for it.  The RFE may be found at:

http://developer.java.sun.com/developer/bugParade/bugs/4257132.html

Thanks.

--
 -- Rich
 -- http://home.att.net/~rocq/pseudoGrey.html
--

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »