Skip to content
#

convert

Here are 1,109 public repositories matching this topic...

Magick.NET
abjugard
abjugard commented Mar 16, 2022

Magick.NET version

10.1.0

Environment (Operating system, version and so on)

macOS Big Sur 11.6.3

Description

Magick.NET does not copy libraries to the correct location on macOS (or Linux).

When running I get the following error:

Magick.NET-Q8-AnyCPU: The type initializer for 'ImageMagick.MagickFormatInfo' threw an exception.
Magick.NET-Q8-AnyCPU: The type initi
truechernyshov
truechernyshov commented Jan 11, 2020

Server is down with 503 error when loading big pdf(8Mb, 40 pages).
It's because you puting file in construct method Imagick.

$this->imagick = new Imagick($pdfFile);

But why whole file if i need only one page. In method getImageData there is instruction that page is need use for generate preview.

$this->imagick->readImage(sprintf('%s[%s]', $this->pdfFile, $this->page - 1));

If you

Improve this page

Add a description, image, and links to the convert topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the convert topic, visit your repo's landing page and select "manage topics."

Learn more