Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Use Gdiplus.dll to view multi-page Tif?
Message
De
13/07/2007 09:13:00
 
 
À
13/07/2007 08:51:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Photos et traitement d'images
Divers
Thread ID:
00799178
Message ID:
01240123
Vues:
29
found my error!
forget it


>One of the coolest VFP addons available. http://cchalom.sites.uol.com.br/GPIMAGE/
Possible but it is not working here:


I downloaded it, read the docs, and here is my first trial:
CLEAR ALL
SET STEP ON 
IF NOT "gpImage"$SET("proc")
	SET PROCEDURE TO C:\vApps\GPIMAGE2\gpimage.prg ADDITIVE 
ENDIF 
g=CREATEOBJECT("gpInit") &&<--- error was here
oIMG=CREATEOBJECT("gpImage")
oIMG.load("\\ott5\sifusers\FILEPOOL\Scanner\20070713072534050.tif")
FOR I = 0 TO oIMG.GetPageCount()-1

	oIMG.SelectPage(I)
	oIMG.SaveAsJpg("Scans\Page"+TRANSFORM(i))
ENDFOR 
it errors claiming 'GdipLoadImageFromFile' does not exist
I have gdiplus.dll in my woindows folder!

Peter
Peter Cortiel
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform