Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Use Gdiplus.dll to view multi-page Tif?
Message
From
13/07/2007 09:13:00
 
 
To
13/07/2007 08:51:10
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Miscellaneous
Thread ID:
00799178
Message ID:
01240123
Views:
25
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
Previous
Reply
Map
View

Click here to load this message in the networking platform