From da6509e8d2779bfa63648703cfb7d2427355309a Mon Sep 17 00:00:00 2001 From: dhilvert Date: Sat, 23 Sep 2006 03:28:00 +0000 Subject: [PATCH] TODO: 0.8.5: add documentation and packaging comments; 0.9.0: reorganize and add entry for focus bracketing suggested by Viktors Rotanovs and Gregory Maxwell. darcs-hash:20060923032841-789c2-da2f1ae0acbc2a1549d6ce8807f13db6795cd635.gz --- TODO | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index cf32d6b..fbb77f4 100644 --- a/TODO +++ b/TODO @@ -21,18 +21,41 @@ Note: This release may be combined with the 0.9.0 Beta release. these text files are automatically generated from markup. (?) - Document new scoping operators {}, [], and [<>]. - Document other changes in UI, including regularization of syntax. + * commas can no longer appear in single-argument options when using + assignment-delimited syntax; use space-delimited syntax instead. - Update bootstrap and/or Makefile.am to properly build and install documentation. + Ensure consistency between the website hierarchy and the README. ++ Investigate options for creating and distributing a Windows package + containing sufficient software to ensure support for common image types + (perhaps statically linking with libraries for opening JPEG and PNG files). + One option would be to use BitTorrent for distribution; another would be to + distribute CDs. ++ Investigate options for distributing a complete package, including revision + history, and, possibly, example image sets. Bittorrent and CD seem the most + obvious candidates for this. 0.9.0 (Beta) ------------ -+ Add Irani-Peleg processing to 3D output options. - - Add generic 2D transformation class, supporting partial transformations. ++ Add a generic 2D transformation class, supporting partial transformations. ++ Add a partial 2D transformation class with constructor taking a 3D + transformation and 3D model as arguments. ++ Add file-scoped options + - Irani-Peleg + - black level + - alignment type + - focus details ++ Add Irani-Peleg processing for output from 3D models. + - modify existing Irani-Peleg code to use generic partial 2D transformations. ++ Add facilities for handling depth-of-field and focus bracketing, as suggested + by Viktors Rotanovs and Gregory Maxwell. + - use user-provided (file-scoped) focus details to determine depth of field + - use the 3D model for depth data, as suggested by Gregory Maxwell + - use variable PSF to handle focus of input images in the Irani-Peleg + algorithm, as suggested by Gregory Maxwell + Add multi-threading (e.g., in rendering code). -+ Add file-scoped options for black level, alignment type, etc. 1.0.0 (Stable) -- 2.11.4.GIT