¡@

Home 

php Programming Glossary: src_w

How do I fill white background while resize image

http://stackoverflow.com/questions/4478223/how-do-i-fill-white-background-while-resize-image

of the image and the dimensions of the desired thumbnail src_w imagesx source src_h imagesy source #Do some math to figure.. adjust as needed width info 0 height info 1 x_ratio tn_w src_w y_ratio tn_h src_h if x_ratio height tn_w new_h ceil x_ratio.. new_h imagecopyresampled newpic source 0 0 0 0 new_w new_h src_w src_h final imagecreatetruecolor tn_w tn_h imagecopyresampled..