I have a large number of image files in multiple subdirectories. In this case, these are the files with the images of characters of different fonts and sizes. But generally speaking, it can be any images of various objects. I need to make an array of full names of these files (it is clear how to do this). Then I need each image represented as a two-dimensional array (as it is done with the help of the LoadArray()) function, which would have the information about each pixel, which is given by the function GetPixel(). It is also necessary, that all the images were processed in succession without stopping after each and without user's clicking any buttons to proceed with the next image.rdonnay wrote:Do I understand that you have an array of image colors (RGB) and that you want to display an image on the screen from that array?I'm an example of the function GetPixel() in LoadArray() on an array of image files without any user to move from one image to another.
Are you saying that you have many arrays (multi-dimensional) and that you want to step thru all the arrays and display the images?
Do I have this in reverse?
Are you saying that you have an array of images that contains file names and that you want to display the images and then save them to arrays?
Maybe you should post your answer in Russian language and I will try to translate with software.
У меня есть большое количество графических файлов в нескольких поддиректориях. В данном случае это файлы с изображениями символов разных шрифтов и размеров. Но вообще говоря это могут быть любые изображения различных объектов. Мне нужно составить массив полных наименований этих файлов (это понятно как сделать). Затем мне нужно каждое изображение представить в виде двумерного массива (как это делает функция LoadArray()), в котором бы была информация о каждом пикселе, которую дает функция GetPixel(). Надо также, чтобы все изображения обрабатывались подряд без остановки после каждого и без необходимости пользователю кликать по каким-либо клавишам для перехода к обработке следующего изображения.