Search found 19 matches

by devyekov
2015-08-13T15:07:25-07:00
Forum: Magick.NET
Topic: Flatten PDF
Replies: 5
Views: 17704

Re: Flatten PDF

Hi

For the problem of the size of the file, solve with

Code: Select all

image.CompressionMethod = CompressionMethod.JPEG;
but... I think the "flatten" of the ImageMagick is different Ghostscript, how do I indicate to GhostScript from ImageMagick apply flatten? This for pdf file.

Thk
Regards
by devyekov
2015-08-10T13:54:42-07:00
Forum: Magick.NET
Topic: Flatten PDF
Replies: 5
Views: 17704

Re: Flatten PDF

Merge / join in layers. or how does it work in ImageMagick?

How I can reduce the size of PDF?

Thk
Regards
by devyekov
2015-08-06T16:00:38-07:00
Forum: Magick.NET
Topic: Flatten PDF
Replies: 5
Views: 17704

Re: Flatten PDF

I found this MagickReadSettings settings = new MagickReadSettings(); settings.Density = new MagickGeometry(300); using (MagickImageCollection images = new MagickImageCollection()) { images.Read("Snakeware.pdf", settings); MagickImage image = images.Flatten(); image.Write("SnakewareNew...
by devyekov
2015-08-06T14:55:50-07:00
Forum: Magick.NET
Topic: Flatten PDF
Replies: 5
Views: 17704

Flatten PDF

Hello,

How I do "Flatten" a pdf?

Convert PDF to PDF with flatten.

Use
Magick.NET 7.0.0.0007
With
C# fw2
Ghostscript 9.16


Regards.
by devyekov
2015-04-06T11:19:18-07:00
Forum: Magick.NET
Topic: Draw Rectangle unfilled C#
Replies: 14
Views: 26295

Re: Draw Rectangle unfilled C#

Excellent, it was a pleasure. Thank to you guys.
by devyekov
2015-03-20T09:48:01-07:00
Forum: Magick.NET
Topic: Draw Rectangle unfilled C#
Replies: 14
Views: 26295

Re: Draw Rectangle unfilled C#

Hi, I make no resize before or after. Only apply the rectangle. I can't now load the original image, later I upload the image. MagickImage image = new MagickImage(strPathImage); DrawableStrokeColor strokeColor = new DrawableStrokeColor(new MagickColor("white")); DrawableStrokeWidth stokeWi...
by devyekov
2015-03-19T23:22:39-07:00
Forum: Magick.NET
Topic: Draw Rectangle unfilled C#
Replies: 14
Views: 26295

Re: Draw Rectangle unfilled C#

In the image on upper right corner, line becomes thinner. It is not a mistake, but why is not uniform?

What I observed is that this occurs with high resolution images.

https://www.dropbox.com/s/io6x7esk11aib ... o.jpg?dl=0

Thk
Regards
by devyekov
2015-03-13T10:21:38-07:00
Forum: Magick.NET
Topic: Draw Rectangle unfilled C#
Replies: 14
Views: 26295

Re: Draw Rectangle unfilled C#

Hi

To generate the image using the same method you gave me. Use Magick.NET-7.0.0.0007-Q16-x86-net20
How do I send a picture?

Regards
Thk
by devyekov
2015-03-12T15:45:36-07:00
Forum: Magick.NET
Topic: Draw Rectangle unfilled C#
Replies: 14
Views: 26295

Re: Draw Rectangle unfilled C#

Thank you very much for your prompt response. I works great.

I have just a curiosity, not a mistake, but when the lines of a rectangle is generated, the lines are not uniform, on some occasions the line is not seen. (part of the line)

Regards
thx
by devyekov
2015-03-11T16:10:25-07:00
Forum: Magick.NET
Topic: Draw Rectangle unfilled C#
Replies: 14
Views: 26295

Re: Draw Rectangle unfilled C#

Hello

Can you help me with this issue that I could not solve?.
Use C# with Magick.NET-x86.dll

Regards
Thank You
by devyekov
2014-12-05T11:48:50-07:00
Forum: Magick.NET
Topic: Draw Rectangle unfilled C#
Replies: 14
Views: 26295

Re: Draw Rectangle unfilled C#

I appreciate the attention, I expect to find before solution. Because otherwise I'll be here wondering upps jeje

I found the guide (http://imagemagick.org/Usage/draw/#primitives) but I still do not understand how to use it in the Wrapper.

Regards
Thanks
by devyekov
2014-12-03T17:41:59-07:00
Forum: Magick.NET
Topic: Draw Rectangle unfilled C#
Replies: 14
Views: 26295

Draw Rectangle unfilled C#

Sorry, here again

How to draw a rectangle unfilled on a image? Using wrapper

Regards
by devyekov
2014-12-03T09:04:09-07:00
Forum: Magick.NET
Topic: Resize Accurate
Replies: 3
Views: 13921

Re: Resize Accurate

jeje again thank you very much

Solution:

objMagick.Resize(new ImageMagick.MagickGeometry("744x294!"));


Thanks
Regards
by devyekov
2014-12-03T08:49:25-07:00
Forum: Magick.NET
Topic: Resize Accurate
Replies: 3
Views: 13921

Re: Resize Accurate

Thank you very much for responding, in c # as specific to ignore the aspect ratio (!).

Sorry for such simple questions

Thanks
Regards