<?php
$TOC = array (
  0 => 
  array (
    0 => 'image.examples-png.php',
    1 => 'Cr&eacute;ation d\'une image PNG avec PHP',
  ),
  1 => 
  array (
    0 => 'image.examples-watermark.php',
    1 => 'Ajout d\'un tatouage num&eacute;rique sur des images en utilisant un canal Alpha',
  ),
  2 => 
  array (
    0 => 'image.examples.merged-watermark.php',
    1 => 'Exemple avec imagecopymerge pour cr&eacute;er un
  tatouage num&eacute;rique translucide',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'book.image.php',
    1 => 'GD',
  ),
  1 => 
  array (
    0 => 'refs.utilspec.image.php',
    1 => 'G&eacute;n&eacute;ration et traitement des images',
  ),
  2 => 
  array (
    0 => 'funcref.php',
    1 => 'R&eacute;f&eacute;rence des fonctions',
  ),
  3 => 
  array (
    0 => 'index.php',
    1 => 'Pr&eacute;face',
  ),
);