Sent on behalf of @GiveMeFive
Currently, it supports the creation of dynamic pointer jump and second scanning dials. The 8Pro does not support editable dial creation yet (it will be delayed until it is supported).
【2024.3.25】Update v1.6 Attached WatchfacePackToolv1.6.exe 1. To support scanning seconds dial, add the following line to the original seconds component and repackage it.
【2024.1.6】Update v1.5 Attached WatchfacePackToolv1.5.exe
1. Supports automatic identification of image packaging mode. If the number of colors is less than 256, use the indexed color packaging mode (the packaged volume is smaller, and you can use PS to manually adjust it to the indexed color mode). If the number of colors is greater than 256, use the true color mode. You can view the specific number of colors and packaging mode of the image through the pack.log log file.
【1006】Update v1.4
1.Support click jump component. For usage, please refer to the configuration example description.txt in the tutorial marked with the latest date.zip
【0905】Update v1.3 1.Fixed the issue of packing and unpacking values changing when the image index value is too large
【0819】Update v1.2 1. Fixed some issues with images without transparent channels when packaging
【0819】Update v1.1 1. Added the ability to configure animation interval repetition in dynamic components. Please refer to the animation component reference in the configuration example description.txt in the tutorial.zip
The tutorial is in Tutorial 1.zip, and the sample watch face can be found in Sample Watch Face Unpack.zip
Tutorial
1. Unzip the two attachments and copy WatchfacePackTool.exe (in WatchfacePackTool.zip) to the same directory as the wfDef.json file
2. The names of the three files/folders wfDef.json, images, images_aod cannot be modified.
3. Execute WatchfacePackTool.exe
4. Log in pack.log 5. The result is wf_pack.bin
The software requires Java 1.8 to run. You can enter java -jar in the cmd command line to prompt the version information. Go to Baidu to install and configure the environment variables.