A python based tool, used for merging cropped images.
Several parts separate the image, and you can see the rotation vectors.
Place your target inside the ./images
folder, The program will use the folder to detect its type.
Inside the ./images
, there will be two type options for selection, Sprite
and Texture2D
.
The difference between
Sprite
andTexture2D
is the former type is based on a varied image fragment, the program only needs to merge them, and the latter is a set of image fragments integrated into one image, The program must know where's the fragment range and rearrange them.
Once placed, run the program and wait until build
folder is generated.
There will be the merged image inside the build
folder.
The program contains example images for Sprite
type, You can execute the program to see how's the result.
- Add
argparse
functions - Add
Texture2D
type of method - Add GUI
cv.imgshow()
's second parameter cannot set withcv.WINDOW_AUTOSIZE
Licensed under MIT.
The copyright of any characters in the image belongs to Bandai Namco Entertainment.