Acknowledged

no packing format supported (jpg, png) for new Instinct 3 AMOLED (45mm and 50mm)

Hi together,

is that only a compiler.json bug for the new instinct3 AMOLED devices.

This section is missing in compiler.json

"imageFormats": [
        "yuv",
        "jpg",
        "png"
    ],

therefore the compiler warning in showing if use the packingFormat = "jpg" or "png" in drawables.xml

WARNING: instinct3amoled45mm: C:\Dokumente\VisualStudioCode\VA3_2\resources\round-390x390\instinct3\drawables.xml:8: Device doesn't support given format 'jpg', reverse to default format.

Does the native devices support the packingFormat?

best regards

2aCD

  • I'm looking into this. It was determined not that long ago by the device team for this device that these packing formats were not supported. However this seems to cause issues when using bitmap2 which documentation which shows as being supported.