# Functions
CreatedAfterFilter allows you to filter on images created after the given time.Time.
CreatedBeforeFilter allows you to filter on images created before the given time.Time.
DanglingFilter allows you to filter images for dangling images.
FilterImages filters images using a set of predefined filter funcs.
LabelFilter allows you to filter by images labels key and/or value.
OutputImageFilter allows you to filter by an a specific image name.
ReferenceFilter allows you to filter by image name Replacing all '/' with '|' so that filepath.Match() can work '|' character is not valid in image name, so this is safe.
# Type aliases
Filter is a function to determine whether an image is included in command output.
ResultFilter is a mock function for image filtering.