I wonder how to display an image(actually a 3D-array in c++) by c++ programming language.
I want to display an image by own image structure without any external library like OpenCV, QT, and OpenGL. Therefore, I made an image viewer by win32 api in windows, but I need to make same feature in linux os(such as Ubuntu, and RT OS).
So, what is the best way to display an image in Linux?
Or, is there any internal library like win32 api in Linux?
Thank you for your answer!