Well, after trying a number of approaches, and viewing your excellent page http://www.imagemagick.org/Usage/windows/, I resolved to use Javascript for all functions that would work properly, and run those that gave results which differed from the CMD result, in a batch file.
The following was tested ...
Search found 3 matches
- 2011-06-30T00:42:46-07:00
- Forum: Users
- Topic: Windows: Jscript convert result not same as cmd convert
- Replies: 3
- Views: 9024
- 2011-06-28T01:00:00-07:00
- Forum: Users
- Topic: Windows: Jscript convert result not same as cmd convert
- Replies: 3
- Views: 9024
Re: Windows: Jscript convert result not same as cmd convert
Thank you for your reply. Please accept my apologies for the poor post. I will try to be better.
The code is to run in a browser, under hta.
Here is a cut-down working version of the code in question:
<html>
<head>
<title>Test IM with ActX & JS</title>
<meta http-equiv="Content-Type" content ...
The code is to run in a browser, under hta.
Here is a cut-down working version of the code in question:
<html>
<head>
<title>Test IM with ActX & JS</title>
<meta http-equiv="Content-Type" content ...
- 2011-06-26T11:24:58-07:00
- Forum: Users
- Topic: Windows: Jscript convert result not same as cmd convert
- Replies: 3
- Views: 9024
Windows: Jscript convert result not same as cmd convert
Using Windows Vista business. IM-6.7.0-Q16. Javascript and ActiveX. Tested code from "http://hoernle1.de/m/imagick6/masking/index.html", concerning masking for conversion of JPEG to PNG. The code used ran perfectly when using CMD, giving clear transparency. When run with script, converted to ...