home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!charon.amdahl.com!pacbell.com!att-out!rutgers!munnari.oz.au!ariel!ucsvc.ucs.unimelb.edu.au!mits.com.au!alistair
- From: alistair@mits.com.au
- Newsgroups: comp.graphics
- Subject: Summary: Image negative to positive algorithm
- Message-ID: <1992Sep5.001852.3555@mits.com.au>
- Date: 5 Sep 92 05:18:52 GMT
- References: <1992Aug28.143906.3553@mits.com.au> <1992Sep1.093533.3554@mits.com.au>
- Lines: 35
-
-
- alistair@mits.com.au (me) writes:
- > Does anyone have an algorithm for producing positive images from
- > negatives.
- >
- > I would like scan in a photo negative and view it (which is much
- > faster and cheaper than making test prints, given that the scanner is
- > already there).
-
- To convert grey scale:
-
- <new pixel value> = <white pixel value> - <old pixel value>
-
- To convert colour images:
-
- <new red pixel value> = <max red pixel value> - <old red pixel value>
- <new blue pixel value> = <max blue pixel value> - <old blue pixel value>
- <new green pixel value> = <max green pixel value> - <old green pixel value>
-
- The colour version seems to lose contrast and have an unwanted tinge.
- We are currently trying to overcome this.
-
- Thanks to everyone who has helped me, including:
- Wade Schuette
- Clifton Liles
- Ken Yap
- Sean Malloy
- Brian Dockter
-
- Thanks,
-
- Alistair Grant
-
- Internet: alistair@mits.com.au
- Alternate: alistair%mits.com.au@ucsvc.ucs.unimelb.edu.au
-