What is the most efficient way to scale up a bitmap image in terms of CPU usage.
Hello, I have a STM32H747-DISCO Discovery kit. I am still fairly new to STM32 so forgive my ignorance but I was wondering what is the most efficient way (in terms of cpu usage) to perform a picture perfect image upscale on a bitmap image (see picture below).
From the link below it seems that it might be possible to offload some of the resizing work onto the DMA2D/Chrom-art accelerator but I am having trouble analyzing the source code.
https://www.electro-tech-online.com/articles/stm32f429-dma2d-bilinear-bitmap-resize.735/
Anyone have anymore examples, information or alternative solutions on this problem?