I want to reduce memory usage, in the save method of the psd, it is where it consumes a lot of memory. How can I limit memory usage to a certain number? I have tried the following:
Cache.CacheType = CacheTyp…... //load psd file PsdImage image = (PsdImage)Image.Load("C:\\psd_example...