Commit Graph

  • 032b72532f Autobuild autoformatter for 56011 Berthold Gunreben 2010-12-20 12:38:02 +00:00
  • e9b2c24bd8 Accepting request 56011 from graphics Berthold Gunreben 2010-12-20 12:37:57 +00:00
  • 7c8fc25873 Accepting request 55972 from home:elvigia:branches:graphics OBS User mrdocs 2010-12-14 20:36:43 +00:00
  • 3909fa9354 Accepting request 42835 from graphics OBS User autobuild 2010-07-19 13:03:59 +00:00
  • 3f6d9efe59 Updating link to change in openSUSE:Factory/GraphicsMagick revision 23.0 OBS User buildservice-autocommit 2010-07-19 13:03:59 +00:00
  • 1743ced76c - added xorg-x11-fonts as runtime dependency [bnc#619103] Petr Gajdos 2010-07-12 11:51:19 +00:00
  • 2b9ec662c9 Accepting request 35070 from graphics OBS User autobuild 2010-03-19 08:45:45 +00:00
  • d2533b13e9 Accepting request 35070 from graphics OBS User autobuild 2010-03-19 08:45:43 +00:00
  • 95f954f27f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/GraphicsMagick?expand=0&rev=19 OBS User autobuild 2010-03-18 14:32:05 +00:00
  • fb9c15a4f3 Updating link to change in openSUSE:Factory/GraphicsMagick revision 19.0 OBS User buildservice-autocommit 2010-03-18 14:32:05 +00:00
  • c9cf44c378 - updated to version 1.3.12: * Filter mode (write to stdout) was completely broken. * Should now compile with libpng 1.4. * DCX output format is only written on request. Previously the PCX coder would automatically switch to DCX format if multiple frames would be written. Petr Gajdos 2010-03-09 08:28:55 +00:00
  • 97ddd66f79 Accepting request 33215 from graphics OBS User autobuild 2010-02-24 00:52:01 +00:00
  • b548956e17 Updating link to change in openSUSE:Factory/GraphicsMagick revision 18.0 OBS User buildservice-autocommit 2010-02-24 00:52:01 +00:00
  • 1b4e4dd79e Accepting request 33215 from graphics OBS User autobuild 2010-02-24 00:52:00 +00:00
  • fb85673380 - updated to version 1.3.11: * Fixed array underflow on systems using signed char which could result in a program crash due to extended characters in filenames or in certain file formats. * Fixed array underflow on systems using signed char which could result in a program crash due to extended characters in filenames or in certain file formats. * Added a -thumbnail command to 'convert' and 'mogrify'. This is a faster way to scale down the image when speed is a primary concern. * Added a -extent command to 'convert' and 'mogrify' which composites the image on top of a backing canvas image of solid color. * Added support for -compose to the 'convert' and 'mogrify', which were documented to support it (but did not). * Requests for 'Over' and 'Atop' composition are converted to a request for the (faster) 'Copy' composition when both images are opaque. Petr Gajdos 2010-02-23 08:56:03 +00:00
  • e3e6d18182 Accepting request 32664 from graphics OBS User autobuild 2010-02-18 09:17:24 +00:00
  • 408bb6f02e Updating link to change in openSUSE:Factory/GraphicsMagick revision 17.0 OBS User buildservice-autocommit 2010-02-18 09:17:24 +00:00
  • f9b7d69d74 checked in (request 32664) OBS User autobuild 2010-02-18 09:17:23 +00:00
  • 8c39720674 - updated to version 1.3.10: * +adjoin was not working correctly for the case when only one image frame is present. With +adjoin and writing one frame to "foo%d.jpg" it was outputting "foo%d.jpg" rather than "foo0.jpg". * When drawing paths, memory allocation for the points was much larger than it needed to be (patch by Vladimir Lukianov). * To reiterate the change which first appeared in 1.3.9, there is no longer an implicit +adjoin if the output file name happens to contain a %d sequence, or there are multiple frames and the output file format only supports storing one frame. Specify +adjoin if scene number substition is desired in the output file names. Petr Gajdos 2010-02-15 10:11:09 +00:00
  • 5b3d4442b6 - updated to version 1.3.9: * There is no longer an implicit 'adjoin' if an output filename contains an apparent scene specification (e.g. foo%02d.tiff) and multiple files are not needed to save the image.. It is necessary to use +adjoin. For example `gm convert foo.pdf +adjoin %02d.tiff`. * For formats which support multiple frames, output with +adjoing to filenames containing a scene specification (e.g. foo%02d.tiff) was resulting in wrong output file names. * -flatten now applies the image background color under the first image in the list if it is not already opaque. * Fix "double free" error when using gm import -frame. * XPM does not support RGBA color syntax, so return RGB instead. * The display '-update' option was only working in conjunction with the '-delay' option with a delay setting of 2 or greater. * -convolve was crashing rather than reporting an error. * Fixed crash if the number of OpenMP threads was reduced from the original value via '-limit threads' or omp_set_num_threads(). * -blur was not blurring the opacity channel for solid-color images. * Several deleted global string constants are restored with deprecated status in order to assure that symbols are not removed from the ABI. Petr Gajdos 2010-02-08 09:39:15 +00:00
  • b04869e0a4 Accepting request 30385 from graphics OBS User autobuild 2010-01-27 17:16:58 +00:00
  • 638e980403 Updating link to change in openSUSE:Factory/GraphicsMagick revision 16.0 OBS User buildservice-autocommit 2010-01-27 17:16:58 +00:00
  • ca2ed4caf4 checked in (request 30385) OBS User autobuild 2010-01-27 17:16:57 +00:00
  • 4a2a7dadba - updated to version 1.3.8: Security Fixes: * Fix for CVE-2009-1882 "Integer overflow in the XMakeImage function". * Fix lockup due to hanging in loop while parsing malformed sub-image specification (SourceForge issue 2886560). * Libltdl: Updated libtool to 2.2.6b in order to fix security issue. Resolves CVE-2009-3736 as it pertains to GraphicsMagick. Bug fixes: * -convolve, -recolor: Validate that user-provided matrix is square when parsing -convolve and -recolor commands in order to avoid a core dump. * CALS: Reading images taller than the image width resulted in a failure. * ConstituteImage(), DispatchImage(): 'A' and 'T' should indicate transparency and 'O' should indicate opacity. Behavior was inconsistent. In some cases 'O' meant transparency while in other cases it meant opacity. Also, in a few cases, matte was not getting enabled in the image as it should. * DCRAW: Module name was not registered so modules based builds were not supporting formats provided via 'dcraw'. * GetOptimalKernelWidth1D(), GetOptimalKernelWidth2D(): In the Q32 build, convolution kernel size was estimated incorrectly for large sigmas on 32-bit systems due to arithmetic overflow. This could cause wrong results for -convolve, -blur, -sharpen, and other algorithms which use these functions. etc., see NEWS.txt Petr Gajdos 2010-01-25 09:18:24 +00:00
  • 80aa57a4b1 Accepting request 25496 from graphics OBS User autobuild 2009-12-04 11:38:07 +00:00
  • 4b1d4439f2 Updating link to change in openSUSE:Factory/GraphicsMagick revision 15.0 OBS User buildservice-autocommit 2009-12-04 11:38:07 +00:00
  • 95357e2580 checked in OBS User autobuild 2009-12-04 11:37:59 +00:00
  • f73b1388da - updated to version 1.3.7 (see ChangeLog) Petr Gajdos 2009-11-23 16:28:12 +00:00
  • 665671cee3 checked in OBS User autobuild 2009-11-18 10:57:02 +00:00
  • 657e7258cf Accepting request 23701 from home:coolo:branches:openSUSE:Factory:branched Marcus Meissner 2009-11-15 13:38:14 +00:00
  • 002c3f51a2 Accepting request 24631 from graphics OBS User autobuild 2009-11-18 10:57:03 +00:00
  • 891cba5d1c Accepting request 21239 from graphics OBS User autobuild 2009-09-29 13:01:27 +00:00
  • 65876ea8ac OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/GraphicsMagick?expand=0&rev=11 OBS User unknown 2008-10-22 15:59:32 +00:00
  • fbbf64a04e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/GraphicsMagick?expand=0&rev=10 OBS User unknown 2008-09-13 08:18:24 +00:00
  • 5b8c9f59c6 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/GraphicsMagick?expand=0&rev=9 OBS User unknown 2008-06-02 22:55:09 +00:00
  • c37ff60dcd OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/GraphicsMagick?expand=0&rev=8 OBS User unknown 2008-03-11 17:19:16 +00:00
  • 72b5d99f50 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/GraphicsMagick?expand=0&rev=7 OBS User unknown 2007-10-29 11:41:44 +00:00
  • a6681ef2d1 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/GraphicsMagick?expand=0&rev=6 OBS User unknown 2007-08-06 19:35:18 +00:00
  • 904d2832a2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/GraphicsMagick?expand=0&rev=5 OBS User unknown 2007-07-27 10:10:45 +00:00
  • 68e587163c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/GraphicsMagick?expand=0&rev=4 OBS User unknown 2007-04-19 19:38:26 +00:00
  • b2505e7b7f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/GraphicsMagick?expand=0&rev=3 OBS User unknown 2007-03-01 20:55:44 +00:00
  • c6f8c0731d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/GraphicsMagick?expand=0&rev=2 OBS User unknown 2007-02-25 22:25:34 +00:00
  • 5c328d9749 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/GraphicsMagick?expand=0&rev=1 OBS User unknown 2007-01-15 22:49:07 +00:00
  • f9463193cf OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/GraphicsMagick?expand=0&rev=1 OBS User unknown 2007-01-15 22:49:07 +00:00