Subversion Repositories filter_foundry

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
366 2021-10-30 00:50:50 daniel-marschall /trunk/ "Filters Unlimited" filters (FFX files) can now be loaded. However, only the basic Filter Factory commands are supported.  
362 2021-10-27 22:13:49 daniel-marschall /trunk/ Documentation: Explained comments  
352 2021-09-14 14:23:27 daniel-marschall /trunk/  
344 2021-09-09 16:09:57 daniel-marschall /trunk/ Documentation: New polar coordinate diagram  
336 2021-09-07 23:16:07 daniel-marschall /trunk/  
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`.
 
327 2021-09-03 22:39:02 daniel-marschall /trunk/doc/ Small documentation update  
314 2021-09-01 10:18:34 daniel-marschall /trunk/ Windows 95/98/Me: If UNICOWS.DLL is missing (required for building a standalone filter), it will be automatically installed for you  
313 2021-08-30 23:58:24 daniel-marschall /trunk/doc/ Documentation update  
312 2021-08-29 22:27:03 daniel-marschall /trunk/ Various stuff  
308 2021-08-29 01:32:42 daniel-marschall /trunk/ For 32/64-bit cross-build, there is now no requirement that both plugin files must be installed anymore.  
305 2021-08-28 11:35:54 daniel-marschall /trunk/ Added a help button which opens the documentation on the web. (Only Windows)  
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.