Check out this content on our new Help site.
Image Profile
Use Image Profile to extract helpful information from images. The information includes base data, like the image's size and number of channels; Exif data, which is metadata; and a summary of helpful metrics for each channel in the images, like the total number of pixels.
Tool Components
Image Profile has 2 anchors:
- I anchor: Use this anchor to input the images you want to profile.
- O anchor: Use this anchor to pass the images you've profiled, as well as their profile information, downstream.
Configure the Tool
To use this tool...
- Drag the tool onto the canvas.
- Select the column that has the image you want to create a profile for.
- Choose what profiles to create. You can Select All profiles or Only Include Selected Profiles.
- Run the workflow.
Profile Options
Image Profile can create 3 profiles: Base, Exif, and Summary. If you select Select All, the tool creates all 3 profiles. If you select Only Include Selected Profiles, the tool creates only the 1 profile you select.
Base
The Base profile includes...
- Mode
- Height
- Width
- Number of Channels
- Min and Max Pixels of Channels
- RGB and Hex Values for the Most Prevalent Color
- Number of Pixels in the Dark Range (0-30)
- Number of Pixels in the Bright Range (220-255)
Exif
The Exif profile includes...
- Exif as a JSON String
- GPS Information (If Available)
- Latitude
- Longitude
- Altitude
- Speed
- SpeedRef ("K" means kilometers per hour, "M" means miles per hour, and "N" means knots.)
- Track
- TrackRef ("T" means true direction, and "M" means magnetic direction.)
- Timestamp (Coordinated Universal Time. Format: YYYY:MM:DD.)
Summary
The Summary profile includes...
- Total Pixels per Channel
- Sum of Pixels per Channel
- Squared Sum of Pixels per Channel
- Mean Pixel Level per Channel
- Median Pixel Level per Channel
- Root Mean Square per Channel
- Variance per Channel
- Standard Deviation per Channel