Hi. i am using Arduino TV out library on my arduino nano, with sdcard shield.
I am able to output images decoded to text using Image2code.
But i want only save JPG/PNG file on sdcard without decoding.
I know, arduino is not enaught powerfull to decode it realtime.
Maybe it can first decode, and save to txt all image files on sdcard (in few minutes), and then output decoded files to TV. Is it possible?