Altera_Forum
Honored Contributor
15 years agoload image
Bonjour, Je veux charger une image sur une FPGA cyclone III. Existe-t-il un moyen de faire ça? merci d'avance :)
Hello Rose,
You might convert your image into a hex file, and instantiate a memory with that hex file. I would generate a 32bit memory, where each slot is used for one pixel (Y-Cb-Cr channels-each 8 bits (24 bits in total), 8 bits redundant). I hope this helps. Cheers.