Hi,

I'm playing with Apache::ImageMagick under mod_perl 2 and Apache::compat (mainly because AIM needs Apache::File which is not supported under mp2). AIM/mp2 returns the correct modified file but with wrong file size (size of the original file, not the modified one). It does work under mod_perl 1, could this be Apache::compat bug? If yes, any idea how it could fixed? Thanks.

- Robert


-------------

janosik tmp # wget -t 1 'http://adria.germic.sk/img/photo/koup0405.jpg/Scale?width=100&height=100'

--11:01:17-- http://adria.germic.sk/img/photo/koup0405.jpg/Scale?width=100&height=100
=> `Scale?width=100&height=100'
Resolving adria.germic.sk... 81.0.228.181
Connecting to adria.germic.sk[81.0.228.181]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 104,479 [image/jpeg]


17% [=========================> ] 18,448 --.--K/s

11:01:17 (187.16 MB/s) - Connection closed at byte 18448. Giving up.

janosik tmp # wget -t 1 'http://adria.germic.sk/img/photo/koup0405.jpg'

--11:01:26--  http://adria.germic.sk/img/photo/koup0405.jpg
          => `koup0405.jpg.3'
Resolving adria.germic.sk... 81.0.228.181
Connecting to adria.germic.sk[81.0.228.181]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 104,479 [image/jpeg]

100%[=======================================================================================================================================================>] 104,479 --.--K/s

11:01:26 (174.81 MB/s) - `koup0405.jpg.3' saved [104479/104479]


-------------


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to