[Bug 1594060] Re: abort when writing rgf format

2016-12-18 Thread Launchpad Bug Tracker
This bug was fixed in the package imagemagick - 8:6.9.6.6+dfsg-1ubuntu3

---
imagemagick (8:6.9.6.6+dfsg-1ubuntu3) zesty; urgency=medium

  * debian/patches/0020-Revert-GradientImage-change.patch: Revert patch
per https://github.com/ImageMagick/ImageMagick/issues/316.  Thanks
to Cristy .  Closes LP: #1645406.

 -- Nishanth Aravamudan   Tue, 06 Dec
2016 17:26:36 +0100

** Changed in: imagemagick (Ubuntu)
   Status: In Progress => Fix Released

** Bug watch added: github.com/ImageMagick/ImageMagick/issues #316
   https://github.com/ImageMagick/ImageMagick/issues/316

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

Title:
  abort when writing rgf format

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594060] Re: abort when writing rgf format

2016-10-13 Thread Roucaries-bastien+bug
** Changed in: imagemagick (Ubuntu)
   Status: New => In Progress

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

Title:
  abort when writing rgf format

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594060] Re: abort when writing rgf format

2016-08-28 Thread Bug Watch Updater
** Changed in: imagemagick (Debian)
   Status: Fix Committed => Fix Released

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

Title:
  abort when writing rgf format

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594060] Re: abort when writing rgf format

2016-07-31 Thread Bug Watch Updater
** Changed in: imagemagick (Debian)
   Status: New => Fix Committed

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

Title:
  abort when writing rgf format

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594060] Re: abort when writing rgf format

2016-06-19 Thread David Lechner
This patch has been accepted upstream:
https://github.com/ImageMagick/ImageMagick/pull/223

It would be nice to get it in xenial-updates if possible.

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

Title:
  abort when writing rgf format

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594060] Re: abort when writing rgf format

2016-06-18 Thread Ubuntu Foundations Team Bug Bot
The attachment "fix-abort-on-write-rgf.patch" seems to be a patch.  If
it isn't, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are a member of the ~ubuntu-reviewers,
unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

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

Title:
  abort when writing rgf format

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594060] Re: abort when writing rgf format

2016-06-18 Thread Bug Watch Updater
** Changed in: imagemagick (Debian)
   Status: Unknown => New

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

Title:
  abort when writing rgf format

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594060] Re: abort when writing rgf format

2016-06-18 Thread David Lechner
This patch is tested working on Ubuntu 16.04.

** Patch added: "fix-abort-on-write-rgf.patch"
   
https://bugs.launchpad.net/debian/+source/imagemagick/+bug/1594060/+attachment/4686446/+files/fix-abort-on-write-rgf.patch

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

Title:
  abort when writing rgf format

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594060] Re: abort when writing rgf format

2016-06-18 Thread David Lechner
** Description changed:

- rfg is an image format used on LEGO MINDSTORMS EV3.
+ rgf is an image format used on LEGO MINDSTORMS EV3.
  
  When trying to convert an image to the rgf format, the program aborts.
  
  Example
  
- $ convert mindstorms.bmp mindstorms.rgf 
+ $ convert mindstorms.bmp mindstorms.rgf
  convert: ../../coders/rgf.c:345: WriteRGFImage: Assertion `exception != 
(ExceptionInfo *) NULL' failed.
  Aborted (core dumped)

** Description changed:

  rgf is an image format used on LEGO MINDSTORMS EV3.
  
- When trying to convert an image to the rgf format, the program aborts.
+ When trying to convert an image to the rgf format using `convert`, the
+ program aborts.
  
  Example
  
  $ convert mindstorms.bmp mindstorms.rgf
  convert: ../../coders/rgf.c:345: WriteRGFImage: Assertion `exception != 
(ExceptionInfo *) NULL' failed.
  Aborted (core dumped)

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

Title:
  abort when writing rgf format

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs