Altera_Forum
Honored Contributor
14 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 :)Bonjour,
Je veux charger une image sur une FPGA cyclone III. Existe-t-il un moyen de faire ça? merci d'avance :)hi
i want to load an image in FPGA. How i can do it?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.