-
- Downloads
Add new 'flag'-method `supportParallelLoading` to IPlaneLoader.
Method `supportParallelLoading` returns true if the current loader can utilize more threads when loading plane data. For example ImageJBufferLoader can use more threads, because all data are already in memory. On the other hand SCIFIOLoader fails to utilize more threads with single IReader, we would have to create per-thread reader.
Loading
Please register or sign in to comment