Subversion Repositories filter_foundry

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
490 2022-04-25 01:49:31 daniel-marschall /trunk/ Documentation update  
472 2022-04-02 22:19:07 daniel-marschall /trunk/ Documentation update  
399 2021-11-14 22:07:03 daniel-marschall /trunk/ Documentation PDF now contains a clickable "Table of Contents" (needed to be enabled in the Word PDF export options...)  
335 2021-09-07 16:25:18 daniel-marschall /trunk/ - `dmin` has been changed from 0 to -512, `dmax` has been changed from 1024 to 512, and `D` stayed 1024 (`D:=dmax-dmin`), in order to fit the actual ranges of `d`, as implemented in Filter Factory.
- `I` is now defined as `imax-imin`. Same with `U` and `V`. Therefore, the variables are now `I=255`, `U=110`, and `V=156`.
 
304 2021-08-28 01:55:43 daniel-marschall /trunk/ Added a documentation based on the Filter Factory documentation.
The previously undocumented variables I, U, V as well as imin, umin, vmin have been changed to represent the actual results of the i,u,v variables.
 
297 2021-08-25 18:51:43 daniel-marschall /trunk/  
295 2021-08-24 23:18:28 daniel-marschall /trunk/ Added 100% Filter Factory replica of variables d, m and M  
294 2021-08-24 17:28:34 daniel-marschall /trunk/ Following functions have been changed to a 100% replica of the Filter Factory implementation: cos(x), sin(x), tan(x), r2x(d,m), r2y(d,m), rad(d,m,z), c2d(x,y), c2m(x,y), sqr(x)  
289 2021-08-17 16:09:44 daniel-marschall /trunk/ rnd(a,b): Renamed variables to match Donald E.Knuth's subtractive random number generator algorithm; improved performance (less modulo operators)  
286 2021-08-16 17:11:40 daniel-marschall /trunk/ (Partially) rnd(a,b) function now uses the same (compiler independant) algorithm like Filter Factory. rst(i) still behaves differently, though.  
221 2021-07-17 13:03:02 daniel-marschall /trunk/ Map labels are centered between two sliders, like in Filter Factory
Converted more .txt files to .md files, for GitHub
 
192 2021-07-05 01:32:04 daniel-marschall /trunk/ Simplified build process for OpenWatcom and Visual Studio;
Photoshop SDK and WinFlex/Bison have now hardcoded paths.
Updated internal development documentation and checked with grammarly.com.
Added "svn:ignore" SVN attribute to avoid that temporary build files are accidentally committed.
Adjusted copyright years.
 
158 2019-01-12 01:16:03 dmarschall /trunk/ - Windows: Visual Styles are now supported and always be applied
- Bugfix: If you click the zoomlevel-caption for a tiny picture, the zoom ("fit zoom") won't zoom in to >100% anymore.
 
146 2019-01-04 21:53:30 dmarschall /trunk/ Added 8BF / PRM standalone test files  
144 2019-01-03 14:01:31 dmarschall /trunk/ Documented more about the rst(i) function in FilterFactory  
143 2019-01-03 01:22:46 dmarschall /trunk/ Documented difference to Filter Factory: "Evaluation of conditional branches"  
142 2019-01-03 00:48:35 dmarschall /trunk/ Bugfix: The cell values used by the functions get() and put() were not (re-)initialized before the filter started running. This caused that expressions like "put(get(0)+1,0)" produced different results at each run.  
141 2019-01-02 00:35:58 dmarschall /trunk/ More testcases; differences between Filter Factory and Filter Foundry documented in "Filter Factory Compatibility.txt"