home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / rec / photo / 22570 < prev    next >
Encoding:
Internet Message Format  |  1992-12-26  |  3.2 KB

  1. Path: sparky!uunet!spool.mu.edu!uwm.edu!ogicse!mintaka.lcs.mit.edu!ai-lab!life.ai.mit.edu!bson
  2. From: bson@gnu.ai.mit.edu (Jan Brittenson)
  3. Newsgroups: rec.photo
  4. Subject: Re: What will it really take to replace FILM!
  5. Message-ID: <BSON.92Dec24082124@churchy.gnu.ai.mit.edu>
  6. Date: 24 Dec 92 16:21:24 GMT
  7. Article-I.D.: churchy.BSON.92Dec24082124
  8. References: <2332@sousa.tay.dec.com> <1992Dec24.005611.24140@mmm.serc.3m.com>
  9. Organization: nil
  10. Lines: 57
  11. NNTP-Posting-Host: churchy.gnu.ai.mit.edu
  12. In-reply-to: mdkirkwood@mmm.com's message of 24 Dec 92 00:56:11 GMT
  13.  
  14. In article <1992Dec24.005611.24140@mmm.serc.3m.com> mdkirkwood@mmm.com (Matthew D. Kirkwood) writes:
  15.  
  16.  > Based on the assumption that a _good_ color film has a resolution of less
  17.  > than 150 lines/mm (this assumption should be very good), the resolution
  18.  > of a 35mm frame is:
  19.  > 36mm*150 lines/mm = 5400 lines
  20.  >        24mm*150 lines/mm = 3600 lines
  21.  >   i.e.  5400 x 3600 pixels on a 35mm slide.   Therefore, a digital camera
  22.  >   should have a minimum of that resolution to beat a really good film.
  23.  >       5400*3600*3 bytes/pixel = 55.6 MBytes
  24.  >   for a 24bit image.
  25.  
  26.    This is not exactly true, the reason is that film doesn't consist
  27. of square pixels. When talking about film, you shouldn't talk about
  28. resolution, but about resolving power -- same as for lenses.
  29.  
  30. First:
  31.  
  32.    Developed film consists of grains, halide ``blobs'', which are
  33. neither round, square, or symmetrical. It is the grain shape and
  34. overlapping patterns that determine the film's characteristic grain
  35. pattern. While it's true that some films can resolve 150 lines/mm, it
  36. doesn't behave like pixels. With film, smaller lines tend to ``melt
  37. together'', with pixels they will still get averaged along with the
  38. surrounding background into one pixel.
  39.  
  40.    To make digital images look like film, and by that I mean a
  41. _particular_ film, the system will have to outresolve film enough to
  42. adequately copy the effects of the grain structure itself. Remember
  43. that color film has several grain layers that are by no means aligned
  44. with each other.
  45.  
  46.    Film with a grain structure exhibiting pixel-like (squarish,
  47. non-random structure, etc) properties would be vastly inferior to all
  48. existing film, and would probably be considered complete junk.
  49.  
  50. Second:
  51.  
  52.    The resolving power of a digital system depends on the orientation
  53. of the line target. This is because, as I'm sure anyone who isn't
  54. computer-naive knows, pixels are perfectly lined up in rows and
  55. columns -- but film grain isn't. Misalign the target by angles
  56. ``atan(prime1/prime2)'', and you can determine the *minimum* resolving
  57. power of the digital recording system.  Notice how it now makes sense
  58. to distinguish between resolution (number of pixels) and resolving
  59. power (number of lines/mm or lp/mm the system can record as distinct
  60. entities). This ought to be readily apparent to any novice programmer
  61. who has ever written line-drawing code using only integer arithmetic.
  62. Remember also that displays and printers don't produce perfectly
  63. separated pixels, so a ``fuss factor'' needs to be added to the
  64. reproduction end of the chain.
  65.  
  66. The 150MB mentioned per 35mm frame sounds minimal to me.
  67.  
  68. --
  69.                         -- Jan Brittenson
  70.                            bson@gnu.ai.mit.edu
  71.