in reply to Re^2: image resize error
in thread image resize error
So, why do you expect things to work that way if you did not find the usage documented?
The next step is for you to read the documentation of Image::Resize and to change your code so it fits the documentation.
Your English description of what the two lines do is wrong - there is no line of code that is uploading an image. There is only a line that returns a filehandle of a file that was already uploaded to your server. You then use that filehandle as an argument to Image::Resize.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: image resize error
by bigup401 (Pilgrim) on Oct 19, 2018 at 10:39 UTC | |
by marto (Cardinal) on Oct 19, 2018 at 10:52 UTC | |
by LanX (Saint) on Oct 19, 2018 at 13:47 UTC | |
| |
| A reply falls below the community's threshold of quality. You may see it by logging in. |