Search found 14 matches

by durga1208
2016-07-16T00:50:39-07:00
Forum: Magick.NET
Topic: How to apply shadow to all side of image
Replies: 26
Views: 43004

Re: How to apply shadow to all side of image

any update on shadow?
by durga1208
2016-07-11T06:58:31-07:00
Forum: Magick.NET
Topic: How to apply shadow to all side of image
Replies: 26
Views: 43004

Re: How to apply shadow to all side of image

any improvement on shadow?
by durga1208
2016-06-20T04:28:40-07:00
Forum: Magick.NET
Topic: How to apply shadow to all side of image
Replies: 26
Views: 43004

Re: How to apply shadow to all side of image

Can you please help us on shadow method.
by durga1208
2016-06-18T04:13:02-07:00
Forum: Magick.NET
Topic: How to apply shadow to all side of image
Replies: 26
Views: 43004

Re: How to apply shadow to all side of image

did you get a chance to review code.
by durga1208
2016-06-14T07:28:17-07:00
Forum: Magick.NET
Topic: How to apply shadow to all side of image
Replies: 26
Views: 43004

Re: How to apply shadow to all side of image

No..am using same pdf which shared in previously.
by durga1208
2016-06-12T10:04:15-07:00
Forum: Magick.NET
Topic: How to apply shadow to all side of image
Replies: 26
Views: 43004

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.
by durga1208
2016-06-01T09:15:56-07:00
Forum: Magick.NET
Topic: How to apply shadow to all side of image
Replies: 26
Views: 43004

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.
by durga1208
2016-05-25T05:11:01-07:00
Forum: Magick.NET
Topic: How to apply shadow to all side of image
Replies: 26
Views: 43004

Re: How to apply shadow to all side of image

Hi dlemstra, can you please provide sample code for shadow.
by durga1208
2016-05-22T09:03:21-07:00
Forum: Magick.NET
Topic: How to apply shadow to all side of image
Replies: 26
Views: 43004

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.
by durga1208
2016-05-21T11:45:09-07:00
Forum: Magick.NET
Topic: How to apply shadow to all side of image
Replies: 26
Views: 43004

Re: How to apply shadow to all side of image

I am generating image from pdf and trying to apply shadow.
by durga1208
2016-05-21T06:13:19-07:00
Forum: Magick.NET
Topic: How to apply shadow to all side of image
Replies: 26
Views: 43004

Re: How to apply shadow to all side of image

Can you please provide sample code of Shadow. I am using AnyCPU version.
by durga1208
2016-05-21T04:30:59-07:00
Forum: Magick.NET
Topic: How to apply shadow to all side of image
Replies: 26
Views: 43004

Re: How to apply shadow to all side of image

Do you have any information on next release.
by durga1208
2016-05-05T02:04:40-07:00
Forum: Magick.NET
Topic: How to apply shadow to all side of image
Replies: 26
Views: 43004

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);