Jump to content

scaling an image problem


yekis

Recommended Posts

 

i want to scale ang image ($overlay) to 178 x 160 pixels...basically this is my code

 

 

imagecopymerge($im, $overlay, 0, 0, 0, 0, 178, 160,100); 

 

the problems are

 

1) when i scale the image to 178 x 160..it crops the image..it doesn't scale it to that specific size

 

2) the image ($overlay) is placed at "0,0 xy" coordinate..how can i place it at a specific coordinate...tnx

 

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/82449-scaling-an-image-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.