c++ - Mac OS. How to create image from PNG data? -


I have an array of data that represents PNG:

  unsigned short SystemFontext [] = {0x5089,0x474E, 0x0Ad, 0x5089,0x474E, 0x0d, 0x5089, 0x474E, 0x0Ad, 0x5089xx474E, 0x474E, 0x 0 0 0 05050 0x474E, 0x0 A, 0x5089,0x474E, 0x474E, 0x0AD, 0x5089, ...}  

Do I Can I create a PNG file using this data? If yes, then how?

To complete the data and then


Comments

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -