hey any luck?dlemstra wrote:A request for the conversion of your script has been posted at https://github.com/dlemstra/FredsImageM ... T/issues/2. I will try to work on it this weekend.
Search found 6 matches
- 2016-05-09T23:59:39-07:00
- Forum: Fred's Scripts
- Topic: conversion of embroidery script
- Replies: 7
- Views: 116402
Re: conversion of embroidery script
- 2016-05-05T00:13:20-07:00
- Forum: Fred's Scripts
- Topic: conversion of embroidery script
- Replies: 7
- Views: 116402
Re: conversion of embroidery script
You can request a translation of the script here: https://github.com/dlemstra/FredsImageMagickScripts.NET/issues . Please be aware that you will still need to license it from Fred if you wish to use it commercially. You might want to contact him first so you can get an idea of how much that will ...
- 2016-05-03T22:48:19-07:00
- Forum: Fred's Scripts
- Topic: conversion of embroidery script
- Replies: 7
- Views: 116402
Re: conversion of embroidery script
hi i already spoke to him regarding purchase of the script but wanted to see if I could do it via C# before purchasing it otherwise its not useful for me.
- 2016-05-03T07:50:03-07:00
- Forum: Fred's Scripts
- Topic: conversion of embroidery script
- Replies: 7
- Views: 116402
conversion of embroidery script
hi guys I was looking at the scripts available below and wanted to know if anyone could convert the script to C# asp.net instead of shell scripting. I contacted the developer of the site but he was not able to assist me.
http://www.fmwconcepts.com/imagemagick/ ... /index.php
http://www.fmwconcepts.com/imagemagick/ ... /index.php
- 2015-05-20T05:02:59-07:00
- Forum: Users
- Topic: imagemagick files missing
- Replies: 3
- Views: 4922
Re: imagemagick files missing
hi we are using it in the following code where we were calling magiccmd so now hwo would i call the below in the latest version? System.Diagnostics.Process proc2 = new System.Diagnostics.Process(); try { proc2.StartInfo.Arguments = “convert "logo.jpg" "logo.png”; proc2.StartInfo.FileName = “C:\\Pro ...
- 2015-05-20T03:41:44-07:00
- Forum: Users
- Topic: imagemagick files missing
- Replies: 3
- Views: 4922
imagemagick files missing
hi guys, One of my developers was using "ImageMagick-6.8.9-8-Q16-x64-dll.exe" but we are facing the issue of high CPU usage so we tried upgrading to the latest version of imagemagick "ImageMagick-6.9.1-2-Q16-x86-dll.exe" however in the latest version magickcmd.exe file is missing. How would we go ...