Copy link to clipboard
Copied
Hi
I'm building a little application. Mainly it's about resizing images. Actually I create from an "input" image two version, a middle sized one and a thumbnail. At the very end I would like to save all three versions in the file system. My "input" images are TIFFs in a size of about 10MB. The process would not end means that rescaling and saving does not work. Can someone tell me whether there is restrictions in size of images CF can treat?
Thank you very much
Copy link to clipboard
Copied
What do you mean the process "would not end"? Do you get an error? What happens?
If your processing is taking too long you might be falling foul of the maximum request timeout in CFAdmin. As far as I'm aware the size of the image is only limited by the amount of RAM you have.