Closed alokbhatt84 closed 6 years ago
What's your OS?
Windows7
On Tue, Mar 27, 2018, 4:49 PM Edouard Belval notifications@github.com wrote:
What's your OS?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/doxakis/form-segmentation/issues/2#issuecomment-376488674, or mute the thread https://github.com/notifications/unsubscribe-auth/APXUulAy7gb5_M6BpN8B-vb7tiuSppj7ks5tiiA9gaJpZM4S8ltG .
Hi,
Normally, I am using Mac OS X or Linux.
I did the following in a virtual machine with Windows 7 to simulate your work environment :
First, I downloaded the Windows binary (https://www.imagemagick.org/script/download.php#windows)
Next, in the installer, when it ask you to "Select Additional Tasks", check: Install Legacy Utilities (e.g. convert)
When I opened "cmd", the command "convert" is now available.
Don't forget to change "/" to "\" in the path files or use "os.path.sep" (make sure you import "os")
Thanks!
Thanks
On Fri, Mar 30, 2018, 9:29 PM Philip Doxakis notifications@github.com wrote:
Hi,
Normally, I am using Mac OS X or Linux.
I did the following in a virtual machine with Windows 7 to simulate your work environment :
First, I downloaded the Windows binary ( https://www.imagemagick.org/script/download.php#windows)
Next, in the installer, when it ask you to "Select Additional Tasks", check: Install Legacy Utilities (e.g. convert)
When I opened "cmd", the command "convert" is now available.
Don't forget to change "/" to "" in the path files or use "os.path.sep" (make sure you import "os")
Thanks!
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/doxakis/form-segmentation/issues/2#issuecomment-377556817, or mute the thread https://github.com/notifications/unsubscribe-auth/APXUuooM2lVHdsftB6p08qfq7MIrkK1Wks5tjlZwgaJpZM4S8ltG .
Hi, Just confused with imagemagic and how to install it