Page 3 of 3

Posted: Wed Feb 07, 2007 3:21 pm
by Kiliman
If you want to extract the image as is, modify the following line (line 687 in my version):

Code: Select all

Set jpg = img.ConvertFormat(imgw,imgh,"image/jpeg",Compress,-1)  
to

Code: Select all

Set jpg = img
This will not do any conversion to the image.

Posted: Wed Feb 07, 2007 3:38 pm
by Kiliman
Actually, I just uploaded an updated version that adds a new option "Extract original image".

You can download it from the same place:

http://www.systemex.net/files/mediamonk ... er_mod.zip

Kiliman

Posted: Thu Feb 08, 2007 6:00 am
by trixmoto
Thanks for looking at this kiliman, not using WMP I hadn't realised that the system flag was also being set. I'll work your modifications into the next official release, if that's ok?

Posted: Thu Feb 08, 2007 8:13 am
by Kiliman
No problem. Thanks for sharing your scripts with the rest of us. It's the least I can do to help.