Translations of this page:
 

imagepng_embed()

void imagepng_embed(resource image)

PHP has a range of image functions available to create or edit graphics dynamically. Custom diagrams can be created in this way. The problem when using images is that they must be saved in a separate file before they can be displayed in the questionnaire – afterwards, care must be taken to delete these temporary files.

The function imagepng_embed() solves this problem by using a Data URI. In doing so, an image file is not referenced in the typical HTML way, but rather integrated directly into the HTML code of the page. The function places the image in the exact place it is called up by using an <img> tag .

en/create/functions/imagepng_embed.txt · Last modified: 12.12.2014 10:08 by admin
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
Driven by DokuWiki