Skip to content
#

convert

Here are 727 public repositories matching this topic...

Magick.NET
gerwintmg
gerwintmg commented Apr 8, 2020

Is your feature request related to a problem? Please describe

I'm using Magick.net to update Exif metadata, but could not find a way, to replace the thumbnail image.

Describe the solution you'd like

I would like to be able to replace the thumbnail, by using magick.net

Describe alternatives you've considered

I have tried to make an extension method but did not find a way to

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

Funth0mas
Funth0mas commented Mar 3, 2019

So that we can setup mypy on CI we need to elliminate all errors. Currently all serious mypy errors are in canmatrix.canmatrix and most of them are bound to float_factory playing with attrs.

The problem is, that mypy currently only undertsand attr converters, if they are named functions. That means NEITHER converter=decimal.Decimal NOR converter=CanId.from_compound_integer.

roedoejet
roedoejet commented Aug 12, 2019

Hi there,

I appear to be getting some strange indenting errors. When I copy the quickstart .gel file and text and run the provided command, I get the error Exception: indent must be a multiple of 4, is 14 in line 24: u' user('

I am using Python 3.7.3, Visual Studio Code with spaces set to 4 and UTF-8 encoding.

Here is the copied quickstart syntax file:

# Define commonl
nekloth
nekloth commented Mar 26, 2018

In my day-to-day work, I write several different types of documents that could have different renders.

It could be interesting to be able to manage several export profiles, to be selected on PDF generation, each with a specific:

  • CSS file
  • Header
  • Footer

What do you think?

(By the way, thanks for the great job already done!)

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

You can’t perform that action at this time.