You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build texture atlases from images within a source directory.
41
41
42
42
Args:
43
43
source_dir (str): The root directory to recursively search for images.
44
44
target_dir (str): The target directory where the atlases will be saved. The atlases filenames will be named after the target directory name. The .pkg file too. (If created)
45
-
deppth_pack (bool, optional): If True, automatically call pack for putting the built atlases into a SGG .pkg file. Defaults to True.
45
+
deppth2_pack (bool, optional): If True, automatically call pack for putting the built atlases into a SGG .pkg file. Defaults to True.
46
46
include_hulls (bool, optional): If True, computes convex hull points of images
47
47
and includes them in the atlas data. Defaults to False.
48
48
logger (callable, optional): A logging function that accepts a single string argument.
0 commit comments