Public bug reported:

Fails image composite in draw command using mpr since
imagemagick/8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5

I am a maintaner which is Ruby bindings for ImageMagick

By a user report, after update imagemagick package to 
imagemagick/8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5,
the following command will fails with "convert-im6.q16: unable to open image 
`1': No such file or directory @ error/blob.c/OpenBlob/2924." message.

```sh
convert -size 100x100 xc:white  \
        \( -size 60x60 gradient:orange  -write mpri:1 +delete \) \
        -draw 'image over 0,0 0,0 "mpri:1"' \
        draw_image.gif
```

Ref. https://github.com/rmagick/rmagick/issues/1658

If we build and use the latest ImageMagick 6 from source code,
the above command works well.

Thanks.

** Affects: imagemagick (Ubuntu)
     Importance: Undecided
         Status: New

** Description changed:

  Fails image composite in draw command using mpr since
  imagemagick/8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5
  
  I am a maintaner which is Ruby bindings for ImageMagick
  
  By a user report, after update imagemagick package to 
imagemagick/8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5,
  the following command will fails with "convert-im6.q16: unable to open image 
`1': No such file or directory @ error/blob.c/OpenBlob/2924." message.
  
  ```sh
  convert -size 100x100 xc:white  \
-         \( -size 60x60 gradient:orange  -write mpri:1 +delete \) \
-         -draw 'image over 0,0 0,0 "mpri:1"' \
-         draw_image.gif
+         \( -size 60x60 gradient:orange  -write mpri:1 +delete \) \
+         -draw 'image over 0,0 0,0 "mpri:1"' \
+         draw_image.gif
  ```
  
+ Ref. https://github.com/rmagick/rmagick/issues/1658
  
  If we build and use the latest ImageMagick 6 from source code,
  the above command works well.
  
  Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2077224

Title:
  Fails image composite in draw command using mpr since
  imagemagick/8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/2077224/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to