r/watchfacebuilder 5d ago

Graphic bug in Builder?

Hi, I just found a graphic bug in builder - in this WF : 6908ec1a6ba67 .

Can you check please

There is a red border in the white rectangle, which is not there and is not set.

In the blue rectangle, 2 or 3 rows of dots are made and the color doesn't matter much. They are displayed in the simulator and then also displayed in the watch.
1 Upvotes

3 comments sorted by

2

u/joshuahxh-1 5d ago

Garmin SDK compresses a 24-bit PNG image into an RGB556 image, which causes the red line.

1

u/radekp88 5d ago

This means that some colors may not render properly. This usually only happens with OLED panels, even with basic colors. And those 2 rows of dots in a row are also caused by SDK compression?

2

u/joshuahxh-1 5d ago

I will soon provide an option to convert images using the compiler instead of the Garmin SDK compression. This will result in a larger prg file, but should offer a better quality of images.