Image Byte Array Converter - Convert images to data files for easy image rendering #249
jamsinclair
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am not sure if anyone else had this issue? I struggled initially trying to output my own small images onto my CYD.
After stumbling through documentation and code examples I observed some images were kept as raw RGB data in a cpp file and this was a "Eureka!" moment which made my hobby project much easier to deal with.
I initially built a tiny simple tool to create these files for myself. I decided I may as well prettify it up and share with the rest of the community 🤓
Website: https://image2bytearray.netlify.app/
Repository: https://github.com/jamsinclair/image2bytearray
After spending too much time on this, I did discover there's a much better tool at https://javl.github.io/image2cpp/ 😅 . It's great if you have more complex image requirements or a different display that you need to generate image data files for.
Maybe some of you may find it useful too!
Beta Was this translation helpful? Give feedback.
All reactions