Page 1 of 1

Afficher fichier tiff [French]

Posted: Wed Mar 16, 2005 9:36 pm
by Grip
J'essais d'afficher un fichier tiff et je n'y parviens pas.

Je me base sur l'exemple vb utilisant le dll gflax.

La ligne orginale est:
.LoadBitmap App.Path & "\image.jpg" 'Load the file
et je la remplace par:
.LoadBitmap App.Path & "\page1.tif" 'Load the file
et j'obtiens le msg suivant:
"Error to open file"

Comment puis-je afficher un fichier tiff?

Je cherche également à utiliser les fonctions blob, afin d'afficher directement un fichier stocker dans un blob de oracle, sans le sauvegarder sur le disque. Est-ce possible?

Merci

Re: Afficher fichier tiff [French]

Posted: Thu Mar 17, 2005 8:17 am
by xnview
Grip wrote:J'essais d'afficher un fichier tiff et je n'y parviens pas.

Je me base sur l'exemple vb utilisant le dll gflax.

La ligne orginale est:
.LoadBitmap App.Path & "\image.jpg" 'Load the file
et je la remplace par:
.LoadBitmap App.Path & "\page1.tif" 'Load the file
et j'obtiens le msg suivant:
"Error to open file"

Comment puis-je afficher un fichier tiff?

Je cherche également à utiliser les fonctions blob, afin d'afficher directement un fichier stocker dans un blob de oracle, sans le sauvegarder sur le disque. Est-ce possible?

Merci
Peut etre que votre TIFF est en LZW, donc avez vous un gflEnableLZW?