I want to create a two-dimensional array image table using Page and Layer of ImageEn. Is it possible? Ask for advice from the master. What I want to do is customize A-Z, 1-9 character recognition. (recognize multiple types of A images, recognize multiple types of B images)
* Each image size in the table may be different. * How to save and load a 2D array image as a single file * How to access each image in a 2D array. * Create an ImageEnMView that is as large as the number of Pages for the image of the two-dimensional array How to display layer images.
Firstly, there are no formats in ImageEn that support a 2D array of images (or any common image formats outside of ImageEn either).
If by layers you mean ImageEn's TIEImageLayer class, then you could have an array of TImageEnViews that each contain layers, these could be saved to a single file by iterating through them and using ImageEnView[i].IO.SaveToStreamIEN() to append to a single stream.
To display in a TImageEnMView...
If the array is largely fixed:
Fill the TImageEnMView with each of the items in your array: