image_storage
Handles storing images (local or remote file storage).
LocalImageStorage
LocalImageStorage(base_folder: str)
add_recipe_image
Save image to local filesystem using predictable path {image_id}{ext}.
delete_image
Delete an image file from local storage by image ID.
get_recipe_image
get_recipe_image(image_id: UUID) -> ImageResponse | None
Retrieve image bytes from storage by image ID.