Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:create:functions:imagepng_embed [02.12.2014 16:37] alexander.ritteren:create:functions:imagepng_embed [12.12.2014 10:08] (current) admin
Line 3: Line 3:
 ''void **imagepng_embed**(resource //image//)'' ''void **imagepng_embed**(resource //image//)''
  
-PHP has a range of [[http://php.net/manual/en/ref.image.php|image functions]] available to create or edit graphics dynamically. User-defined graphs 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. +PHP has a range of [[http://php.net/manual/en/ref.image.php|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 [[http://en.wikipedia.org/wiki/Data-URL|Data URL]]. 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 .+The function ''imagepng_embed()'' solves this problem by using a [[http://en.wikipedia.org/wiki/Data_URI_scheme|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 .
  
-  * //image// A PHP resource, created using ''[[http://php.net/manual/en/function.imagecreatefrompng.php|imagecreatefrompng()]]'' or ''[[http://www.php.net/manual/en/function.imagecreate.php|imagecreate()]]''.+  * //image// A PHP resource, created using ''[[http://php.net/manual/en/function.imagecreatefrompng.php|imagecreatefrompng()]]'' or ''[[http://php.net/manual/en/function.imagecreate.php|imagecreate()]]''.
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