streamlet-examples/exiv2
branchv_0
changeset 49 ab48ad4ecb91
parent 45 f466b4c7d9b1
child 50 22ed5647b235
equal deleted inserted replaced
48:26a8b1a14889 49:ab48ad4ecb91
    21 # Specific attributes can be selected using options – e.g. --option 'attribute' 'Image size'
    21 # Specific attributes can be selected using options – e.g. --option 'attribute' 'Image size'
    22 # List of available attributes can be obtained by directly calling the exiv2 command on a image file.
    22 # List of available attributes can be obtained by directly calling the exiv2 command on a image file.
    23 # Two additional attributes are provided by this streamlet: "Image height" and "Image width" (they are extracted from "Image size").
    23 # Two additional attributes are provided by this streamlet: "Image height" and "Image width" (they are extracted from "Image size").
    24 
    24 
    25 
    25 
    26 . "$(dirname $0)/streamlet-common.sh"
    26 . "$(dirname "$0")/streamlet-common.sh"
    27 
    27 
    28 processMessage_WAITING_FOR_OUTPUT_ATTRIBUTES_METADATA() {
    28 processMessage_WAITING_FOR_OUTPUT_ATTRIBUTES_METADATA() {
    29 	streamletFields=()
    29 	streamletFields=()
    30 
    30 
    31 	for (( i=0; i<${#optionNames[@]}; i++)); do
    31 	for (( i=0; i<${#optionNames[@]}; i++)); do