-
-
Notifications
You must be signed in to change notification settings - Fork 26
Cannot create .bin file #52
Comments
I'm experiencing the same issue. Looks like it's writing both the .json and the .bin at the same time but the .bin is nowhere to be found in the destination displayed (showing it should be in the same destination as the .json file). Is there a way to manually do this? For some reason I remember an old version of another app you could drag the .json file on the Watchface.exe and it would build it similar to how you do that to unpack. Thanks for any insight. |
@kearmau5 You should check your logs. In my logs it said I was missing images (with titles like 0104.png and 103.png etc) so I just duplicated some images and renamed them to those, then saved the bin and managed to get a bin file. I also saw in the log that while I kept my filesize down below minimum, the log says it was still over so I optimized that as well. Hope that helps you too. |
Yeah thanks for help |
For size reduction it depends on your images and how many you're using. If you have an animated gif, or frames you're using for animation (which is the more optimized way) you'll have to reduce the amount of frames. My animation I'm working on currently is about 10 frames but was 23 frames. That helped a lot with the size. You can also download a program called RIOT (Radical Image Optimization Tool). You can drag all your images in there and reduce based on things like size percentage or quality. This will significantly reduce image size but can sometimes also reduce image quality. Not that it will matter for such a small image in the end. |
Yeah thanks for the program |
Bin file cannot be created despite the correct size and correct settings
Please fix
The text was updated successfully, but these errors were encountered: