Subversion Repositories filter_foundry

Rev

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

Rev 231 Rev 232
Line 55... Line 55...
55
 
55
 
56
* With the change in 1.7 in re "*preview evaluates whole picture if state changing functions rst,put,rnd are used*": Is there anything we can do to make it more performant when the user changes sliders? Especially with large pictures, the process becomes a bit laggy!
56
* With the change in 1.7 in re "*preview evaluates whole picture if state changing functions rst,put,rnd are used*": Is there anything we can do to make it more performant when the user changes sliders? Especially with large pictures, the process becomes a bit laggy!
57
 
57
 
58
* Check why the plugin crashes Premiere 5 (called in image filter mode; obviously not as transition filter)
58
* Check why the plugin crashes Premiere 5 (called in image filter mode; obviously not as transition filter)
59
 
59
 
60
* Support BigDocument
-
 
61
 
-
 
62
* The user should be able to build 32 bit AND 64 bit standalone filters!
60
* The user should be able to build 32 bit AND 64 bit standalone filters!
63
 
61
 
64
 
62
 
65
Design/UI Tweaks
63
Design/UI Tweaks
66
----------------
64
----------------
Line 101... Line 99...
101
 
99
 
102
* Macintosh: Is it possible to create a 64 bit version of FilterFoundry? Do we need to rewrite the UI code because the Carbon Framework is replaced by Cocoa!
100
* Macintosh: Is it possible to create a 64 bit version of FilterFoundry? Do we need to rewrite the UI code because the Carbon Framework is replaced by Cocoa!
103
 
101
 
104
* Some *.r files include "PiMI.r". Is this part of an old SDK or is a file missing?
102
* Some *.r files include "PiMI.r". Is this part of an old SDK or is a file missing?
105
 
103
 
-
 
104
* Support BigDocument (Add "ms32" PiPL, set pb->bigDocumentData->PluginUsing32BitCoordinates and use pb->bigDocumentData->*)
-
 
105
 
106
 
106
 
107
Things to check/correct for other Telegraphics plugins (FIXED in FilterFoundry)
107
Things to check/correct for other Telegraphics plugins (FIXED in FilterFoundry)
108
------------------------------------------------------
108
------------------------------------------------------
109
 
109
 
110
* The lengths of the PIPL TLV structure must include everything, including string paddings, with 1 zero padding guaranteed. See annotations in "GIMP Incompatibilities.md".
110
* The lengths of the PIPL TLV structure must include everything, including string paddings, with 1 zero padding guaranteed. See annotations in "GIMP Incompatibilities.md".
Line 114... Line 114...
114
* 64 Bit Windows builds
114
* 64 Bit Windows builds
115
 
115
 
116
* XP Manifests (+ activation contexts)
116
* XP Manifests (+ activation contexts)
117
 
117
 
118
* Fix AETE resources, make keys unique and remove scope in order to enable AppleScript
118
* Fix AETE resources, make keys unique and remove scope in order to enable AppleScript
-
 
119
 
-
 
120
* Support BigDocument (Add "ms32" PiPL, set pb->bigDocumentData->PluginUsing32BitCoordinates and use pb->bigDocumentData->*)