Afficher fichier tiff [French]

Discussions on GFL SDK, the graphic library for reading and writing graphic files

Moderators: helmut, XnTriq, xnview

Grip

Afficher fichier tiff [French]

Post 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
User avatar
xnview
Author of XnView
Posts: 45870
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: Afficher fichier tiff [French]

Post 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?
Pierre.