I have jpg image. I want to convert it in RGBA format because my device(AM437x EVM) frame buffer uses rgba format only. I want image to display direct on fb without ui->label. i am able to display pre converted rgba image in frame buffer.but i want to achieve this task from Qt.
I tried with converttoformat() function. although it converts file, i checked it using file->format() return value. but not able to save any file except jpg and png.and not able to display on frame buffer too.Please help me out for this conversion method or suggest me any other method to display jpg on my device frame buffer.