Hello, im working on an GUI application (in embarcadero C++ builder XE2) that allows doing some basic operations on raster files. Although loading small images and bitmaps into a TImage component works, larger files use up too much memory resulting in an exception throw ("Out of system resources"). These files are TIF's at about ~800 kB. After a conversion to a bitmap these files are 1-2 gigabyte wide which is far too much for physical memory to handle. Would you suggest using ImageEn for such project?
Yes, ImageEn should be superior to TImage for this as it has features to handle large images (i.e. by using file memory if the image is too large for memory).