Re: [PHP] Jpeg resize quality problem

2002-09-24 Thread Sascha Braun
Try to use Imagemagick for better quality, it's even easyer to use also. Ciao - Original Message - From: "Michael F." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 24, 2002 7:23 PM Subject: Re: [PHP] Jpeg resize quality problem &g

Re: [PHP] Jpeg resize quality problem

2002-09-24 Thread Marek Kilimajer
convert is a command common on unix platforms, might be available even for windows. Imlib ext. is not available for Windows. ( check http://mmcc.cx/php_imlib/ ) Michael F. wrote: >But what is this "convert" function? (I use WinXP) >Or how can I install the imlib extension? > >Thanks! > > >"Mare

RE: [PHP] Jpeg resize quality problem

2002-09-24 Thread Matt Schroebel
> -Original Message- > From: Michael F. [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 24, 2002 12:09 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Jpeg resize quality problem > > > Hello, > > I have a php script which resizes a jpeg file. I use > ImageCopyResized and > ImageJP

Re: [PHP] Jpeg resize quality problem

2002-09-24 Thread Michael F.
But what is this "convert" function? (I use WinXP) Or how can I install the imlib extension? Thanks! "Marek Kilimajer" <[EMAIL PROTECTED]> az alábbiakat írta a következo hírüzenetben: [EMAIL PROTECTED] > The algoritm gdlib uses is fast but worst. Use either exec("convert > ...") or imlib exten

Re: [PHP] Jpeg resize quality problem

2002-09-24 Thread Marek Kilimajer
The algoritm gdlib uses is fast but worst. Use either exec("convert ...") or imlib extension Michael F. wrote: >Hello, > >I have a php script which resizes a jpeg file. I use ImageCopyResized and >ImageJPEG function. But the result picture quality is not enough good. I use >ImageJPEG with qual