Hi, I wanted to know what are types of image (bmp, jpeg, etc.) that i can use along with the yagarto toolchain along with the ARM9 controller. I only know that there is support for the BMP type. Thanks
Guest
#1310245
Yagarto supports neither BMP nor any other image format. You need a library to handle the decoding, or write your own code. Maybe you can use libjpeg, or try Google code search, there should be some libraries that are better suited for embedded systems.
Reply
Please log in before posting.