IvanDream Posted July 1, 2008 Posted July 1, 2008 hi!i'm searching a way for covert a bmp into a jpg i searched in the forum but i couldn't found anything usefulbut i found googleing a intel jpeg library with the documentation but i'm a bit n00b with dll use and i need help q.qthe dll with documentation:http://godro.altervista.org/intel_jpg_lib.zipscanned with ESET NOD32: no virus foundsry for bad eng
Xenobiologist Posted July 1, 2008 Posted July 1, 2008 Hi, _GDIPlus_Startup() $Bild = _GDIPlus_ImageLoadFromFile("BILD.jpg") _GDIPlus_ImageSaveToFile($Bild,"BILD.bmp") _GDIPlus_ImageDispose($Bild) _GDIPlus_Shutdown() Mega Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
IvanDream Posted July 1, 2008 Author Posted July 1, 2008 mmm i see... Yes Good! there is a way to convert it but without create a file? eg, with your code i must do this: _GDIPlus_Startup() $Bild = _GDIPlus_ImageLoadFromFile("BILD.bmp") _GDIPlus_ImageSaveToFile($Bild,"BILD.jpg") _GDIPlus_ImageDispose($Bild) _GDIPlus_Shutdown() $open = FileOpen("BILD.jpg",16) $file = FileRead($open) may i have the file converted without savetofile and after reopen?
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