ImageMagick6 icon indicating copy to clipboard operation
ImageMagick6 copied to clipboard

🧙‍♂️ ImageMagick 6

Results 65 ImageMagick6 issues
Sort by recently updated
recently updated
newest added

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched [open](https://github.com/ImageMagick/ImageMagick/issues) and [closed](https://github.com/ImageMagick/ImageMagick/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported - [...

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched [open](https://github.com/ImageMagick/ImageMagick/issues) and [closed](https://github.com/ImageMagick/ImageMagick/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported - [X]...

Just send you a mail but it seems that we have a regression on the debian side between .46 and .57 See https://tracker.debian.org/pkg/imagemagick Ignore ruby-magick that is already broken. Do...

### Prerequisites - [ x] I have written a descriptive issue title - [ x] I have verified that I am using the latest version of ImageMagick - [ x]...

We are facing a strange problem recently with IM version 6.9.10-* and above. Without a single convert command and just by reading and writing the same image multiple times, the...

### Description When trying to specify a custom location for ImageMagick's pixel cache, it ignore it and keeps using `/tmp` ### Steps to Reproduce ```bash chmod 777 /home/ophir/tmp/ export MAGICK_TEMPORARY_PATH=/home/ophir/tmp/...

Hi, I'm on Debian unstable with imagemagick 8:6.9.11.24+dfsg-1. Take the following two images as input: https://gitlab.mister-muffin.de/josch/img2pdf/uploads/b6c682ff74233d4b4e3d42e5a23dd45e/gs-1.tiff https://gitlab.mister-muffin.de/josch/img2pdf/uploads/23ea78a396a7941943ecaf75c9b34a87/normal16.png md5sums: ``` d8edb7c0176a827c445d3b27ec905a54 gs-1.tiff 6ad810399058a87d8145d8d9a7734da5 normal16.png ``` On my amd64 system, the following...

### Description We have a system that generates .png files by adding some designs on blank canvas. Each file is ~25mb. Suddenly we've started having problems that the files get...

https://github.com/ImageMagick/ImageMagick6/blob/4630cb0592f9f8f0dbfd448b3e8ca8659922d88d/Magick%2B%2B/lib/ImageMagick%2B%2B.pc.in#L11 is incorrect it should use the same require than https://github.com/ImageMagick/ImageMagick6/blob/4630cb0592f9f8f0dbfd448b3e8ca8659922d88d/Magick%2B%2B/lib/Magick%2B%2B.pc.in#L11

I'm trying to compile a legacy ImageMagick6-git AUR package for Arch/Manjaro Linux and I copied and modified the [PKGBUILD](https://github.com/ImageMagick/ImageMagick6/files/4051810/PKGBUILD.txt) file of the 7.x version to try compile the 6.9 version....