|
Bugzilla – Bug 380 |
PreprocessorScripts are ignored |
Last modified: 2011-11-07 21:58:09 CST |
| ⚠ |
NOTICE! This is a static HTML version of a legacy Fiji BugZilla bug. The Fiji project now uses GitHub Issues for issue tracking. Please file all new issues there. |
|
|
|
||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||
I think I got it: /** Returns null if the ImagePlus was preprocessed or doesn't have an original FileInfo * (which means the image does not come from a file). */ static public final String getPath(final ImagePlus imp) { ... the above indicates that when there is a preprocessor script, the ImagePlus does not have an associated file path and is not stored as having any users, given that the combination of file path and preprocessor script generates a unique ImagePlus. I've pushed a couple of fixes that ensure that cache space is reclaimed only when the ImagePlus is no longer referenced. Let me know if the bug can be closed.