La fonction de suggestion automatique permet d'affiner rapidement votre recherche en suggérant des correspondances possibles au fur et à mesure de la frappe.
ImaqImageToArray returns a void pointer to the array, and you need to typecast that to whatever type of data you are using ie (unsigned char)arrayptr. You can then access it like an array using arrayptr[0][0].