php - How to crop image on PHPPresentation -


this code , can't find documentation:

$shape2 = $currentslide->createdrawingshape(); $shape2->setname("image_name")        ->setdescription("image_description")        ->setpath("image_path")        ->setwidth(300)        ->setoffsetx(110)        ->setoffsety(120); 


Comments

Popular posts from this blog

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

nginx - phpPgAdmin - log in works but I have to login again after clicking on any links -