resize(array( 'width' => 40, 'height' => 40, 'stretch' => true, )); //-------------------------------------------------- // Frame $imageFrame = new image($imgRoot . '/frame.png'); //-------------------------------------------------- // Main $image = new image($imgRoot . '/treeBig.jpg'); $image->image_add($imageTile, array( // 'width' => 260, // 'height' => 223, 'left' => 20, 'top' => 20, 'repeat' => NULL, // TODO: Was $image->addImageTileToArea($imageTile, 260, 223, 20, 20, IMAGE_ADD_IMAGE_TILE_TOP_LEFT); // image, width, height, left, top, style )); $image->image_add($imageFrame); $image->output_jpg(); ?>