Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 245 → Rev 246

/trunk/GIMP Incompatibilities.md
35,7 → 35,7
 
Status: FIXED (Workaround) in FilterFoundry 1.7
 
The reason is a bug in PSPI: The host should preserve the value of pb->parameters, which PSPI does not do.
The reason is a bug in PSPI: The host should preserve the value of pb->parameters, which PSPI doesn't do.
Also, all global variables are unloaded, so the plugin cannot preserve any data.
 
Workaround in FF 1.7: If the host GIMP is detected, the new flag persistent_savestate will be set.
42,6 → 42,8
This mode saves the filter data into a temporary file "tmp.afs" and loads it
when the window is opened again.
 
Exactly the same problem applies to the IfanView 8BF host.
 
4. Saving does not work
 
Status: FIXED (Workaround) in FilterFoundry 1.7
59,3 → 61,17
In Photoshop, maxSpace is 825 MB.
 
Workaround in FF 1.7: If GIMP/PSPI is detected, the adjustment of the zoom level is disabled.
 
6. Standalone filters don't work
 
Status: Currently no solution!!
 
PSPI does not preserve the data of the EntryPoint argument "intptr_t *data".
Therefore, the global data (gdata) object cannot preserved,
and the standalone plugin doesn't "know" that it is a standalone plugin.
 
Furthermore, the preserved "pb->parameters" are in a TEMP file which has
the same name for each FilterFoundry plugin. Therefore, the "pb->parameters"
are shared between main plugin and all standalone plugins.
 
Exactly the same problem applies to the IfanView 8BF host.