I need to take an image and move it upwards 1 px in certain situations for my code, but with what GD function would I use to do that? I couldn’t find another question that asked this, so I asked it. But the middle of the picture is a number and the background is transparent, and the height and width is almost always different
Share
Here’s an example. The key part is
imagecopymerge()function. play with it’s 0,0,1,0 values.