forceSize(300, 100); // width, height $imageFrame = new image($imgRoot . '/frame.png'); $image = new image($imgRoot . '/treeBig.jpg'); $image->addImage($imageSub, 0, 163); // image, left, top $image->addImage($imageFrame); // image $image->outputJpg(); ?>