slidedeckai.helpers.image_search.extract_dimensions# slidedeckai.helpers.image_search.extract_dimensions(url: str) → tuple[int, int][source]# Extracts the height and width from the URL parameters. Parameters: url – The URL containing the image dimensions. Returns: A tuple containing the width and height as integers.