Hi guys,
I have an image which is representative of an Array2D:
template<class T = uint8_t>
Array2D<T> mPixData[4]; ///< 3 component channels + alpha channel.
The comment is in the library. I have no clues about the explanation.
Could anybody please help me to?
Explain what are the 3 component channels + alpha channel are about?
How would I resize this image based on the mPixData?
Thanks in advance and I am very appreciated about your help!