Search found 14 matches
- 2016-07-16T00:50:39-07:00
- Forum: Magick.NET
- Topic: How to apply shadow to all side of image
- Replies: 26
- Views: 47928
Re: How to apply shadow to all side of image
any update on shadow?
- 2016-07-11T06:58:31-07:00
- Forum: Magick.NET
- Topic: How to apply shadow to all side of image
- Replies: 26
- Views: 47928
Re: How to apply shadow to all side of image
any improvement on shadow?
- 2016-06-20T04:28:40-07:00
- Forum: Magick.NET
- Topic: How to apply shadow to all side of image
- Replies: 26
- Views: 47928
Re: How to apply shadow to all side of image
Can you please help us on shadow method.
- 2016-06-18T04:13:02-07:00
- Forum: Magick.NET
- Topic: How to apply shadow to all side of image
- Replies: 26
- Views: 47928
Re: How to apply shadow to all side of image
did you get a chance to review code.
- 2016-06-14T22:26:38-07:00
- Forum: Magick.NET
- Topic: How to apply shadow to all side of image
- Replies: 26
- Views: 47928
Re: How to apply shadow to all side of image
Thank you. code available https://www.dropbox.com/s/demza7bm8l0wx ... C.zip?dl=0.
- 2016-06-14T07:28:17-07:00
- Forum: Magick.NET
- Topic: How to apply shadow to all side of image
- Replies: 26
- Views: 47928
Re: How to apply shadow to all side of image
No..am using same pdf which shared in previously.
- 2016-06-12T10:04:15-07:00
- Forum: Magick.NET
- Topic: How to apply shadow to all side of image
- Replies: 26
- Views: 47928
Re: How to apply shadow to all side of image
+-shadow.Shadow(0, 0, 5, (Percentage)90, backgroundColor); // -background black -shadow 100x5+0+0
taking approximately 28 Seconds. It is too high can you please help us to reduce time.
taking approximately 28 Seconds. It is too high can you please help us to reduce time.
- 2016-06-01T09:15:56-07:00
- Forum: Magick.NET
- Topic: How to apply shadow to all side of image
- Replies: 26
- Views: 47928
Re: How to apply shadow to all side of image
Thank you. Shadow working fine.
Is there any way to preview image before writing to disk. Also, can we make MagickImageCollection class as serializable so that we can store collection and use instead of reading pdf every request.
Is there any way to preview image before writing to disk. Also, can we make MagickImageCollection class as serializable so that we can store collection and use instead of reading pdf every request.
- 2016-05-25T05:11:01-07:00
- Forum: Magick.NET
- Topic: How to apply shadow to all side of image
- Replies: 26
- Views: 47928
Re: How to apply shadow to all side of image
Hi dlemstra, can you please provide sample code for shadow.
- 2016-05-22T09:03:21-07:00
- Forum: Magick.NET
- Topic: How to apply shadow to all side of image
- Replies: 26
- Views: 47928
Re: How to apply shadow to all side of image
I am trying to generate image with drop shadow with all sides from https://sitecorepractice.files.wordpres ... m_0613.pdf first page.
- 2016-05-21T11:45:09-07:00
- Forum: Magick.NET
- Topic: How to apply shadow to all side of image
- Replies: 26
- Views: 47928
Re: How to apply shadow to all side of image
I am generating image from pdf and trying to apply shadow.
- 2016-05-21T06:13:19-07:00
- Forum: Magick.NET
- Topic: How to apply shadow to all side of image
- Replies: 26
- Views: 47928
Re: How to apply shadow to all side of image
Can you please provide sample code of Shadow. I am using AnyCPU version.
- 2016-05-21T04:30:59-07:00
- Forum: Magick.NET
- Topic: How to apply shadow to all side of image
- Replies: 26
- Views: 47928
Re: How to apply shadow to all side of image
Do you have any information on next release.
- 2016-05-05T02:04:40-07:00
- Forum: Magick.NET
- Topic: How to apply shadow to all side of image
- Replies: 26
- Views: 47928
How to apply shadow to all side of image
I am able to generate shadow with following code but shadow generating only right bottom. I want shadow all sides of images.
image2.Shadow(5,5, 10, new Percentage(10),MagickColors.WhiteSmoke);
image2.Shadow(5,5, 10, new Percentage(10),MagickColors.WhiteSmoke);