Search found 4 matches
- 2017-05-11T08:13:12-07:00
- Forum: Developers
- Topic: magick.exe debugging problem
- Replies: 7
- Views: 16889
Re: magick.exe debugging problem
Thanks. I'll do a bit of research.
- 2017-05-10T23:19:33-07:00
- Forum: Developers
- Topic: magick.exe debugging problem
- Replies: 7
- Views: 16889
Re: magick.exe debugging problem
I removed the quotes and replaced the spaces with commas and it now seems to function. Thank you for that.
Would still like to know how to get error info from Magick.
Would still like to know how to get error info from Magick.
- 2017-05-10T18:59:35-07:00
- Forum: Developers
- Topic: magick.exe debugging problem
- Replies: 7
- Views: 16889
Re: magick.exe debugging problem
magick.exe version is 7.0.1 This is running on Windows 7. I am executing magick using a ShellExecuteWait from another program. The command line is: convert "F:\Develop\Autoit\App_RNS_Feb2017\sample_images\barrel_dist_18-55.tiff" -distort barrel '0.00491 -0.00114 0.01427' "F:\Develop\Autoit\App_RNS ...
- 2017-05-10T16:14:33-07:00
- Forum: Developers
- Topic: magick.exe debugging problem
- Replies: 7
- Views: 16889
magick.exe debugging problem
I am trying to use magick to correct image distortion. I probably have an error in my syntax. I need to keep the command window open after the program executes so I can see any error messages. How do I do that?