![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| PHP PHP for some can be one of the hardest website programming codes, so do you need help on your PHP script, if it is php4, php5 or lower this is the place for you for any PHP help. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| I use GD in applications to enable users to upload and create pictures in a certain size: $img_resized = imagecreatetruecolor($img_new_width, $img_new_height); imagecopyresampled ($img_resized, ImageCreateFromJpeg($_FILES['strFile']['tmp_name']), 0 , 0 , 0 , 0, $img_new_width, $img_new_height, $img_orig_width, $img_orig_height); The quality of the resulting pictures however is not so good due to a compression that is higher than necessary. Anyone a suggestion for improval?? Thanks, Nico | |||
| | #2 | ||
| Andreas Ravnestad wrote: > Nico Schuyt wrote >> $img_resized = imagecreatetruecolor($img_new_width, $img_new_height); >> imagecopyresampled ($img_resized, >> ImageCreateFromJpeg($_FILES['strFile']['tmp_name']), 0 , 0 , 0 , 0, >> $img_new_width, $img_new_height, $img_orig_width, $img_orig_height); >> The quality of the resulting pictures however is not so good due to a >> compression that is higher than necessary. >> Anyone a suggestion for improval?? > http://no2.php.net/manual/en/function.imagejpeg.php OK That's probably better, but You can't resize a picture with that function :-( Thanks anyway, Nico | |||
| Featured Websites | ||||
|
![]() |
| Tags: picture, quality |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Picture uploader | BORG | HTML | 1 | 07-01-2007 1:28 PM |
| Picture cleaning | Jules | Graphics in general | 6 | 06-12-2007 12:29 AM |
| Here are some picture I made. | Chen Xian Wen | Graphics in general | 0 | 06-11-2007 8:08 PM |
| picture submission help! | thebeatle | Ebay Technical Questions | 4 | 05-30-2007 1:37 AM |
| Please help me improve this picture! | tuck | Graphics in general | 21 | 09-04-2006 2:07 PM |
| Featured Websites | ||||
|