Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Paper2Poster/Paper2Poster
/ is_image_path
Function
is_image_path
utils/src/utils.py:33–36 ·
view source on GitHub ↗
(file: str)
Source
from the content-addressed store, hash-verified
31
32
33
def
is_image_path(file: str):
34
if
file.split(
"."
)[-1].lower() in IMAGE_EXTENSIONS:
35
return
True
36
return
False
37
38
39
def
get_font_pptcstyle(font: dict):
Callers
1
get_image_embedding
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected