Examples Menu
Standard API Basics - Quick Start
001
PNG Output Browser
002
Using outputed PNG
003
Parametrised PNG generator...
004
... and how to use it
005
PNG saved to file
006
Configuring ECC level
007
Configuring pixel size
008
Configuring frame size
010
Using merged lib version
020
Content - Phone Number
021
Content - SMS App
022
Content - Email simple
023
Content - Email extended
024
Content - Skype call
025
Content - Business Card, simple
026
Content - Business Card, detailed
027
Content - Business Card, photo
Plugins API Basics - Quick Start
100
--- ToDo ---
Standard API - Vector Graphics
201
SVG basic output
202
SVG confguring output
203
SVG save to file
204
Compressed SVGZ save support
211
CANVAS basic
212
CANVAS rendered on custom tag
Plugins API - Vector Graphics
300
--- ToDo ---
Standard API - Debug & Custom Dev
701
Text output
702
Text output - ASCII ART
703
Raw Code output
704
Raw Code debug
711
Custom GD2 JPEG renderer
712
Custom GD2 debug renderer
721
Vector debug - areas
722
Vector debug - edges
723
Vector debug - paths renderer
Plugins API - Debug & Custom Dev
800
--- ToDo ---
Result
Sourcecode
example_002_simple_png_embedding.php
<?php
// how to use image from example 001
echo
'<img src="example_001_simple_png_output.php" />'
;