Load large file

how to load large files by Aspose.psd, after loading large files, the system uses high memory, whether there is an optimization scheme

@1395759132

When you will load the large file, that will be loaded inside memory and there is no optimization scheme to reduce the size of extracted file in memory as that is extracted in DOM of API.

Thank you for your answer, when I want to load a large psd file, can I only add memory? I want to ask if you have encountered such a demand

@1395759132

Yes, you can only load in memory as it gets loaded in DOM of API and then you can process it further.