Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

cfimage would not end its task

Participant ,
Dec 01, 2010 Dec 01, 2010

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

TOPICS
Advanced techniques
331
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Dec 03, 2010 Dec 03, 2010
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources