KAX Posted August 8, 2006 Posted August 8, 2006 Hi experts!I want to display graphics in EMF (vector) format. But GUICtrlCreatePic seems not to be able to support that format. So the idea is to convert the format from EMF to JPG. Has anybody an idea how to do that?
/dev/null Posted August 8, 2006 Posted August 8, 2006 KAX said: Hi experts!I want to display graphics in EMF (vector) format. But GUICtrlCreatePic seems not to be able to support that format. So the idea is to convert the format from EMF to JPG. Has anybody an idea how to do that?Try ImageMagick. Search the forum for similar posts.CheersKurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
KAX Posted August 9, 2006 Author Posted August 9, 2006 Got the solution! There is no need to install additional software, if the BEST irfan is already there!RunWait("i_view32.exe graphic.emf /convert=graphic.jpg")... converts the file to my convenience!
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