terry.rong
terry.rong
@liujp-arch @kisvegabor Are there any other points of concern regarding this feature? Can we merge it? My personal suggestion is to build a set of basic function APIs for image...
> All clear, thank you! > > If by processing the EXIF data we get exactly the same output as with a normal image, I suggest using this the [original...
For `lv_span_set_text(span, "big");` How to differentiate between static (`lv_span_set_text_static`) and dynamic text (`lv_span_set_text`)? or deprecate the static interface ?
To improve performance, should we cache the width and height for each span ? For now, only spangroup have cache for width and height.
> If I understand correctly the decoder doesn't really decodes the image, just opens it and the opened image is decoded by VG-Lite internally. Is it correct? Yes. .pkm files...
For ETC2 encoder & decoder, we can reference to https://github.com/Ericsson/ETCPACK
OK. I‘ll open a issue to discuss it.
The reason for this issue may be that the `stride` in `struct lcddev_area_s` has not been initialized. @halyssonJr can you help to add `memset(lcddev_obj, 0, sizeof(struct lcddev_obj_s))` after the code...
> Wonderful, thank you! > > Could you add a [test](https://github.com/lvgl/lvgl/blob/master/tests/README.md) too? Having a [screenshot](https://github.com/lvgl/lvgl/blob/master/tests/README.md#asserts) for a transformed layer and an assert for the [memory leak](https://github.com/lvgl/lvgl/blob/master/tests/src/test_cases/cache/test_cache.c#L131-L138) would be great. OK....
> I've checked it an it seems it really stuck in `lv_snapshot_take` only when `lv_obj_set_style_transform_rotation` is enabled and only in the tests. Running it normally (not in tests) works well...