in reply to Uploading Multiple Photos and Resizing before saving Help!

If the problem is in the resizing, perhaps you can have a look at modules such as Image::Magick::Thumbnail::Simple, Image::Magick::Thumbnail or even Image::Thumbnail if you need more flexibility.

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

  • Comment on Re: Uploading Multiple Photos and Resizing before saving Help!

Replies are listed 'Best First'.
Re^2: Uploading Multiple Photos and Resizing before saving Help!
by Anonymous Monk on Nov 16, 2010 at 12:03 UTC
    OK, you are saying that there is no way to resize these images using the approach that this code is trying? Has anyone here done something similar so I can see the code?
      Not at all.

      But why not use existing modules? I find no fun in re-inventing the wheel.

      CountZero

      A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James