sanhen Posted May 10, 2007 Posted May 10, 2007 (edited) PVW32Cnv.dll http://www.pictview.com/dll.htm$convertor = DllOpen("PVW32Cnv.dll")DllCall($convertor, "int", "PVGetSupOutFormats", "int", "list.jpg", "int","list.bmp")Do wrong? How use.JPG will be converted to 256-color BMP also how? Edited May 10, 2007 by sanhen
CoderDunn Posted May 10, 2007 Posted May 10, 2007 (edited) PVW32Cnv.dll http://www.pictview.com/dll.htm$convertor = DllOpen("PVW32Cnv.dll")DllCall($convertor, "int", "PVGetSupOutFormats", "int", "list.jpg", "int","list.bmp")Do wrong? How use.JPG will be converted to 256-color BMP also how?well, right away I can tell it's wrong because you have put "list.jpg" and "list.bmp" as integers (int). Integer = digits 0 - 9. Try "str" (string). Edited May 10, 2007 by Hallman
sanhen Posted May 10, 2007 Author Posted May 10, 2007 Sorry, I have to tell wrong useless. DLL because I do not understand, so I just want to know its usage.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now