core.services.utils.image_file¶
image_file
¶
Functions:
| Name | Description |
|---|---|
get_images_path_list |
Generates a list of all image file paths within a specified directory. |
get_images_path_list(images_dir)
¶
Generates a list of all image file paths within a specified directory.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
|
str
|
The directory to search for image files. |
required |
Returns:
| Type | Description |
|---|---|
list[str]
|
list[str]: A list containing the paths to all images found within the directory and its subdirectories. |