Changeset 52665 in spip-zone
- Timestamp:
- Oct 6, 2011, 9:32:53 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/doc2img/inc/doc2img_convertir.php
r50864 r52665 77 77 $frame = 0; 78 78 79 $resolution = $config['resolution'] ? $config['resolution'] : 150; 80 79 81 // chaque page est un fichier qu'on sauve dans la table doc2img indexé 80 82 // par son numéro de page 81 83 do { 82 //charge la premiere image 83 $resolution = $config['resolution'] ? $config['resolution'] : 150; 84 spip_log("Conversion de la page $frame",'doc2img'); 84 85 //on accede à la page $frame 85 86 if ($version == '0.9') {
Note: See TracChangeset
for help on using the changeset viewer.