Search found 13 matches
- 2016-06-07T07:58:21-07:00
- Forum: Magick.NET
- Topic: environment issue? win8.1 vs win server 2012
- Replies: 3
- Views: 14624
Re: environment issue? win8.1 vs win server 2012
i promise to update the exact scenario but the first line would not tolerate underscores or caps, the 2nd line would. I want to be sure and I will also take code out of the using clause just so things are flowing properly. This code did work on windows8.1 without any issue. moving it to IIS and ...
- 2016-06-06T14:30:33-07:00
- Forum: Magick.NET
- Topic: environment issue? win8.1 vs win server 2012
- Replies: 3
- Views: 14624
Re: environment issue? win8.1 vs win server 2012
ok its linux based so no caps.
thats the reason. So windows servers files have to be lower cased
thats the reason. So windows servers files have to be lower cased
- 2016-06-06T14:22:42-07:00
- Forum: Magick.NET
- Topic: environment issue? win8.1 vs win server 2012
- Replies: 3
- Views: 14624
environment issue? win8.1 vs win server 2012
This works fine on windows 8.1 Windows Server 2012 string file = "c:\\inetpub\\wwwroot\\stylus\\Masks\\file.png"; MagickImage mask = new MagickImage(file); "Error cannot find file c:\inetpub\wwwroot\stylus\Masks\file.png.\n\rParameter name:" i have tried other working files all same answer. i took ...
- 2016-06-01T14:19:42-07:00
- Forum: Magick.NET
- Topic: Convert from Mac to Magick.NET
- Replies: 3
- Views: 11471
Re: Convert from Mac to Magick.NET
here was the answer the following is the answer static void Main(string[] args) { using (MagickImage mask = new MagickImage(@"c:\help\maskO2_XS.png"))//black where the cut would be white where the asset is using (MagickImage image = new MagickImage(@"c:\help\STYLE1_XS_asset_before.png"))//pattern ...
- 2016-06-01T14:19:15-07:00
- Forum: Users
- Topic: Cut a Tshirt out of pattern image
- Replies: 9
- Views: 8062
Re: Cut a Tshirt out of pattern image
the following is the answer the following is the answer static void Main(string[] args) { using (MagickImage mask = new MagickImage(@"c:\help\maskO2_XS.png"))//black where the cut would be white where the asset is using (MagickImage image = new MagickImage(@"c:\help\STYLE1_XS_asset_before.png ...
- 2016-06-01T14:18:53-07:00
- Forum: Magick.NET
- Topic: Convert from Mac to Magick.NET
- Replies: 3
- Views: 11471
Re: Convert from Mac to Magick.NET
the following is the answer the following is the answer static void Main(string[] args) { using (MagickImage mask = new MagickImage(@"c:\help\maskO2_XS.png"))//black where the cut would be white where the asset is using (MagickImage image = new MagickImage(@"c:\help\STYLE1_XS_asset_before.png ...
- 2016-06-01T09:29:13-07:00
- Forum: Users
- Topic: Cut a Tshirt out of pattern image
- Replies: 9
- Views: 8062
Re: Cut a Tshirt out of pattern image
please delete post double
- 2016-06-01T09:20:42-07:00
- Forum: Magick.NET
- Topic: Convert from Mac to Magick.NET
- Replies: 3
- Views: 11471
Re: Convert from Mac to Magick.NET
this is basically what i want to do , but with a tshirt
viewtopic.php?t=21391
Ignore that the template file is a pdf, i have asked the client to send read png files with the correct size.
viewtopic.php?t=21391
Ignore that the template file is a pdf, i have asked the client to send read png files with the correct size.
- 2016-06-01T09:20:03-07:00
- Forum: Users
- Topic: Cut a Tshirt out of pattern image
- Replies: 9
- Views: 8062
Re: Cut a Tshirt out of pattern image
this is basically what i want to do , but with a tshirt
viewtopic.php?t=21391
Ignore that the template file is a pdf, i have asked the client to send read png files with the correct size.
viewtopic.php?t=21391
Ignore that the template file is a pdf, i have asked the client to send read png files with the correct size.
- 2016-06-01T08:17:42-07:00
- Forum: Magick.NET
- Topic: Convert from Mac to Magick.NET
- Replies: 3
- Views: 11471
Convert from Mac to Magick.NET
Here is the original thread http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=29775 I need to automate this on a large amount of large files (around 200mb a day) Basically i have a large background and i want to slice out the neck ( collar ) , sides(if any extra), bottom of any extra ...
- 2016-06-01T08:08:39-07:00
- Forum: Users
- Topic: Cut a Tshirt out of pattern image
- Replies: 9
- Views: 8062
Re: Cut a Tshirt out of pattern image
fmw42:
really you do not need the pdf's at all.
The input is the png. The output descired is the result(varied by some sort of image file or layer). I can get the template in a png format instead. can you send back your output while in try to convert to ImageMagick.NET
really you do not need the pdf's at all.
The input is the png. The output descired is the result(varied by some sort of image file or layer). I can get the template in a png format instead. can you send back your output while in try to convert to ImageMagick.NET
- 2016-05-26T13:30:06-07:00
- Forum: Users
- Topic: Cut a Tshirt out of pattern image
- Replies: 9
- Views: 8062
- 2016-05-26T12:52:53-07:00
- Forum: Users
- Topic: Cut a Tshirt out of pattern image
- Replies: 9
- Views: 8062
Cut a Tshirt out of pattern image
Everyone, Could you please guide me on what the commands would be to do a cut of an image. Im new to ImageMagic and did not see anything that was exactly (only partially) to handle my issue. We get already presized image files to go on a mens or womens tshirt (soon dress). To save spraying all the ...