Build a better solution reusing community experience.
| Authors | Bruno Farina |
| Institution | Universita' degli Studi di Pavia |
| Release Date | 1st December 2007 |
| Release Version | 1.0 |
| License | Apache License 2.0 |
| Previous Versions | - |
![]() |
![]() |
Name |
Description |
Type |
Allowed Values | Default |
|---|---|---|---|---|
| ImageSource | The URI of the file or directory to read. | uri | URI | MANDATORY |
Example of Image Directory Generator parametrization:
<jdpf:Parameters transitionId="generator0" logging="false">
<jdpf:Parameter>
<jdpf:Name>ImageSource</jdpf:Name>
<jdpf:Value>file:///C:/JDPF/TestingExamples/images/</jdpf:Value>
</jdpf:Parameter>
</jdpf:Parameters>
or
<jdpf:Parameters transitionId="generator0" logging="false">
<jdpf:Parameter>
<jdpf:Name>ImageSource</jdpf:Name>
<jdpf:Value>file:///C:/JDPF/TestingExamples/images/venetian.jpg</jdpf:Value>
</jdpf:Parameter>
</jdpf:Parameters>
The Image Directory Generator is able to read one RGB image or all the RGB images contained in a specific directory. The accepted images formats are: "jpg","jpeg","png","gif".
Label |
Supported data type(s) |
|---|---|
| Input | none |
| Output | org.jdpf.plugins.datatypes.media.RGBImage |
The Image Directory Generator block works with all the block that accept a org.jdpf.plugins.datatypes.media.RGBImage as input. Thus:
As the Simple File Generator has been devloped with the JDPF core plugins, the only dependency is with the core plugin: