Code: Select all
Image im1("c:/test.psd[1]");
Image im2("c:/test.psd[2]");
Image im3("c:/test.psd[3]");
..
Is it possible to speed up this process somehow?
Thanks in advance!
Code: Select all
Image im1("c:/test.psd[1]");
Image im2("c:/test.psd[2]");
Image im3("c:/test.psd[3]");
..