bilis_money Posted June 28, 2006 Share Posted June 28, 2006 hi, again PHP gifted. :)int imagecopyresized(resource dst_im, resource src_im, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH)the manual said that "dst_im" stand for resource destination image,Is this mean the right path of the image that would be resize? sorry to ask this basic question but i guess there is no enough and good example in the manual with thisissue. or if you have good snippet codes example to this will be much appreciated.thanks in advance. Quote Link to comment https://forums.phpfreaks.com/topic/13073-imagecopyresized-w-the-arguments/ Share on other sites More sharing options...
trq Posted June 28, 2006 Share Posted June 28, 2006 No... that is the path of the new [i]copy[/i] it will create. Hence... destination. Quote Link to comment https://forums.phpfreaks.com/topic/13073-imagecopyresized-w-the-arguments/#findComment-50293 Share on other sites More sharing options...
bilis_money Posted June 28, 2006 Author Share Posted June 28, 2006 thanks for your comments 'thorphe'.Anyway i saw a good example in the manual on php.net.I guess it will help me a lot...i guess no need to reply on this anymore...Thank you! Quote Link to comment https://forums.phpfreaks.com/topic/13073-imagecopyresized-w-the-arguments/#findComment-50296 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.