Nadeflore / watchface-web-editor

A web editor for huami bin watchfaces

Home Page:https://watchface-web-editor.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Watchface bin file size issue

Ccin2121 opened this issue · comments

The program for watchface making is incredible. But its making the size of the file bigger that it was. I tried to import a bin file and export it without even editing it and the size of the bin file was almost 3 Times bigger. Am I doing something wrong or is it a problem in the whole program? The enhancement of the file size is a problem beceause the mi band 4(where i want to install the watchface) doesnt have enough space.

Hi,
Sorry about that, the support for the mi band 4 hasn't been properly tested.

The issue is that the format of the exported images defaults to 24 bit images, which is fine for the mi band 5 and 6, but as you said this is a problem for the mi band 4.

I'm going to make a fix and I'll let you know

I made a fix, the image format is now based on how many colors are in each image.

You can try it : https://watchface-web-editor.vercel.app/
Tell me if it fixes your issue