Commande cache2work

Convertit une image d'une pyramide ROK4 (TIFF tuilé) en une image TIFF standard

Auteur
Institut national de l'information géographique et forestière

L'implémentation de cette commande se trouve dans le fichier cache2work.cpp

Détails du chaînage des différentes classes d'image :

--- config: theme: neutral flowchart: htmlLabels: false --- flowchart TB img1@{ shape: proc, label: "Rok4Image"} img1_notes@{ shape: braces, label: "image en entrée en lecture"} img1 -.- img1_notes img2@{ shape: proc, label: "FileImage"} img2_notes@{ shape: braces, label: "image en sortie en écriture"} img2 -.- img2_notes img1 write@-- est lue ligne par ligne pour écrire --> img2 write@{ animate: true }