Subversion Repositories filter_foundry

Rev

Rev 523 | Rev 539 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 523 Rev 537
Line 3... Line 3...
3
==================
3
==================
4
 
4
 
5
ToDo for the next release
5
ToDo for the next release
6
-------------------------
6
-------------------------
7
 
7
 
8
(None)
-
 
-
 
8
* Finish implementation of GUF format ( http://gimpuserfilter.sourceforge.net/ )
9
 
9
 
-
 
10
	saveparams_guf()
-
 
11
	_gufReadProperty()
-
 
12
	README.md
-
 
13
	Documentation (DOCX, PDF)
10
 
14
 
11
Known problems
15
Known problems
12
--------------
16
--------------
13
 
17
 
14
* The preview will show the manipulation on the whole rectangle. It does not accurately exclude areas which aren't in a polygon selection area!
18
* The preview will show the manipulation on the whole rectangle. It does not accurately exclude areas which aren't in a polygon selection area!
Line 28... Line 32...
28
Minor priority stuff or ideas
32
Minor priority stuff or ideas
29
-----------------------------
33
-----------------------------
30
 
34
 
31
* Import FFL format (but which filter to select?)
35
* Import FFL format (but which filter to select?)
32
 
36
 
33
* Import GUF format ( http://gimpuserfilter.sourceforge.net/ )
-
 
34
 
-
 
35
* If controls are ambigous e.g. ctl(3+c), then you should be able to disable control in the "Make" dialog. Like in Filter Factory.
37
* If controls are ambigous e.g. ctl(3+c), then you should be able to disable control in the "Make" dialog. Like in Filter Factory.
36
 
38
 
37
* When you open a file, e.g. "Test.8bf" and you want to save it again, it would be good, if the default output filename is "Test".
39
* When you open a file, e.g. "Test.8bf" and you want to save it again, it would be good, if the default output filename is "Test".
38
 
40
 
39
* Can we still improve the speed? Filter Factory still seems to be faster!
41
* Can we still improve the speed? Filter Factory still seems to be faster!