Search found 1 match

by valentinn.rusanov
2017-01-24T08:06:52-07:00
Forum: Bugs
Topic: There are gray stains on the image after converting to another format after use ImageMagick php
Replies: 2
Views: 4689

There are gray stains on the image after converting to another format after use ImageMagick php

I have the following problem. I use ImageMagick for the reformat PDF to JPG. Everything goes well but on the picture appear the mark in the form of triangles. Here is an example code and images before and after. $pdf_file = $name[0] . '.pdf'; $im = new imagick($pdf_file); $i = 0; foreach ($im as $_i...