Is there a way to speed up loading of a psd file?
Posted: 2008-12-09T06:19:32-07:00
Hello. I've been struggling with this for quite a while now without getting anywhere, so I finally broke down and registered to ask if anyone knew about this.
I'm using Magick++ to load images into a program I'm working on. It works fine, and I eventually get the correct image data loaded, but it takes way too long to load a psd file. Benchmarked against Quicktime Image Magick currently takes twice as long to load the same files, and this is why I'm asking. I've tried adding a [0] to the end of the string with the path to the file, but it does nothing for speed. Is there anything I can do to speed things up, like only load the pre-composited image of a psd file, or am I stuck with the slow speeds?
Thanks in advance. =)
I'm using Magick++ to load images into a program I'm working on. It works fine, and I eventually get the correct image data loaded, but it takes way too long to load a psd file. Benchmarked against Quicktime Image Magick currently takes twice as long to load the same files, and this is why I'm asking. I've tried adding a [0] to the end of the string with the path to the file, but it does nothing for speed. Is there anything I can do to speed things up, like only load the pre-composited image of a psd file, or am I stuck with the slow speeds?
Thanks in advance. =)