最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

php - Position a Picture - Stack Overflow

programmeradmin1浏览0评论

I'm changing dynamically a picture in my presentation using OpenTBS.

But, I'm not able to insert the picture in a specific X-Y position.

Is this possible with OpenTBS?

My code to change the picture is this:

$TBS->PlugIn(OPENTBS_CHANGE_PICTURE, 'picture_original', 'new_picture.png');

I'm changing dynamically a picture in my presentation using OpenTBS.

But, I'm not able to insert the picture in a specific X-Y position.

Is this possible with OpenTBS?

My code to change the picture is this:

$TBS->PlugIn(OPENTBS_CHANGE_PICTURE, 'picture_original', 'new_picture.png');
Share Improve this question edited Feb 5 at 18:03 hakre 198k55 gold badges446 silver badges854 bronze badges Recognized by PHP Collective asked Feb 5 at 16:08 user1600801user1600801 3117 silver badges26 bronze badges 2
  • Please contact the software vendor for your support options. In general on Stackoverflow, it's about programming questions. E.g. you ask about a specific X-Y position, but your code does not contain any of these specifics. Therefore it is not clear what you've tried, and therefore, what you are asking about. That sounds like you need support with the software you are making use of and ask into the blue "Is YYY possible with XXX?". If you think that is wrong, then please consult the help center how to improve your question and edit in the minimal reproducible example. – hakre Commented Feb 5 at 18:08
  • 1 No it is not possible to reposition/move a picture. – gview Commented Feb 5 at 18:50
Add a comment  | 

1 Answer 1

Reset to default 0

OpenTBS cannot change the picture position.

But using property $TBS->Source you can read and modify the XML contents of the document (for you it's the slide of Powerpoint Presentation). This can help you to modify the attributes of the picture.

发布评论

评论列表(0)

  1. 暂无评论