0

I'm using opentbs to get an organization chart with photographs.

People register pictures with no size limit. I'd like to know if it exists a tag that compresses the pictures before editing. I actually use

[XXXX;ope=changepic;tagpos=inside;adjust]

It makes pictures look small, but they weight the same. Thanks for helping

regina_fallangi
  • 2,080
  • 2
  • 18
  • 38
Celine
  • 1

1 Answers1

0

Unfortunately OpenTBS does not have a feature for reducing picture size because modifying a picture is a big task and it is far from the goal of a Template Engine. OpenTBS actually does not change the picture inserted in the document, event if the size showed by the document is not the same as the inner picture.

Hopefully they are other PHP tools that you can use in order to reduce pictures before to merge them with OpenTBS.

See for example :

Since the compressed pictures are merged, you can deleted them in the same script.

Skrol29
  • 5,402
  • 1
  • 20
  • 25