home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / hobby / pdof / pdof.EXE / readme.txt < prev   
Text File  |  2000-11-27  |  3KB  |  95 lines

  1. About:
  2.  
  3.   PDoF is a Depth-of-Field calculator. It is designed to help
  4.   photographers to estimate the sharp area of picture.
  5.  
  6. Installation:
  7.  
  8.   Install PDoF.prc file to your Palm (in Windows double-clicking the
  9.   file should do it).
  10.  
  11. System Requirements:
  12.  
  13.   The program is tested only under PalmOS 3.1.1 but it should work with
  14.   every version of PalmOS greater or equal than 2.0.
  15.  
  16. How To Use:
  17.  
  18.   Just enter all required parameters and hit the Calculate button.
  19.  
  20.   For example, if the film used is 35mm and the camera is focused to 5.0
  21.   meters, the focal length is 35 millimeters and aperture is 8 then enter
  22.  
  23.     focal length: 35
  24.     aperture:     8
  25.     distance:     5
  26.     film size:    35mm
  27.  
  28.   and hit the button. The results should be:
  29.  
  30.     near edge of the sharp area: 2.415 meters
  31.     far edge of the sharp area:  [inf] meters (i.e. infinity)
  32.  
  33. Feedback:
  34.  
  35.   Please, feel free to send me an e-mail if you like PDoF.
  36.   You can also send me feedback, bug reports and comments
  37.   about the program. The address is: <mjk@iki.fi>.
  38.  
  39. History:
  40.  
  41.   Version 0.x
  42.  
  43.     The original code was actually a simple Perl script called pdof (Perl
  44.     Depth-of-Field). It is still available at my web site.
  45.  
  46.   Version 1.0
  47.  
  48.     This was the first attempt to make a Palm program. Actually I'm quite
  49.     proud of it, because the program was simple, easy to use and it really
  50.     worked. This version didn't do much. It only collected the parameters
  51.     and outputted the results.
  52.  
  53.   Version 1.1
  54.  
  55.     This version included better floating point output and the infinite
  56.     values were expressed better than in previous version. Also, in this
  57.     version saving all parameters as preferences was added so they were
  58.     available next time, when the program started.
  59.  
  60.   Version 1.2
  61.  
  62.     Current version. The possibility to choose a film size added.
  63.  
  64. Credits:
  65.  
  66.   Thanks to Fred Bayer for making the PrintDouble code. And thanks to
  67.   Warren Young for packing and tweaking the PrintDouble code.
  68.  
  69.   URLs to get the original source code:
  70.     http://www.lispme.de/lispme/gcc/tech.html
  71.     http://www.cyberport.com:443/~tangent/palm/float.html
  72.  
  73. License:
  74.  
  75.   PDoF 1.1 Copyright (c) 2000 Matti J. KΣrki
  76.  
  77.   This program is free software; you can redistribute it and/or modify
  78.   it under the terms of the GNU General Public License as published by
  79.   the Free Software Foundation; either version 2 of the License, or
  80.   (at your option) any later version.
  81.  
  82.   This program is distributed in the hope that it will be useful,
  83.   but WITHOUT ANY WARRANTY; without even the implied warranty of
  84.   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  85.   GNU General Public License for more details.
  86.  
  87.   You should have received a copy of the GNU General Public License
  88.   along with this program; if not, write to the Free Software
  89.   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  90.  
  91. Contacting The Author:
  92.  
  93.   e-mail: mjk@iki.fi
  94.   www:    http://www.iki.fi/mjk
  95.