Questions tagged [imagemagick.net]

Imagemagick.net is a .NET wrapper for image manipulation software ImageMagick.

Imagemagick.net is a .NET wrapper for image manipulation software . This project is a continuation of the work which can be found at this page.

Resources

Project site

71 questions
0
votes
1 answer

Controlling image setting in code using ImageMagick.NET (code equivalent to command line -define)

I'm using ImageMagick.Net to write an image. I'm trying to control some settings in the output image. I can't figure out how to modify these settings from code, although they are available in ImageMagick command line (ImageMagick defines). I'm…
OSH
  • 2,847
  • 3
  • 25
  • 46
0
votes
1 answer

How to convert text-based table to image from terminal in the same structure?

I'm trying to convert text-based table to the image, but the structure is broken after convertation. I have file with the next structure: +-----------+------+------------+-----------------+ | City name | Area | Population | Annual Rainfall…
0
votes
0 answers

Png generated by Pdf file using Magick.Net is black #695

I have created a small .net core 3.1 console application to convert pdf to png using Magick.Net (https://www.nuget.org/packages/Magick.NET-Q16-AnyCPU/). I have also installed ghostscript public license. It's doing alright but the output image is…
Ask
  • 3,076
  • 6
  • 30
  • 63
0
votes
0 answers

Is there a thread-safe way to consume GhostScript via ImageMagick (.NET)?

I am writing an API using ImageMagick.NET (from here: https://www.nuget.org/packages/Magick.NET-Q8-AnyCPU/) and GhostScript (from here: https://www.ghostscript.com/download.html) to turn a pdf into an image thumbnail: var thumbnailStream =…
Luke W
  • 63
  • 9
0
votes
0 answers

maxBuffer length exceeded error on the imagemagick identify method

I try to identify a pdf of 200 pages with imagemagick but its gives me a error ' maxBuffer length exceeded' i tried to change my policy file i use the newest imagemagick i have installed ghostscript for the pdf