summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu2-4/+4
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2015-03-15Update to 1.1.0ryoon7-114/+403
* Newer GCC requires swig2. Changelog: Version 1.1.0: - geometry tools: sequence of lines, curved lines, ellipses - new brush and layer blending modes; different layer merging - new color dialog: palette and gamut mapping - improved document frame, can be resized on canvas - symmetric drawing mode - old color changer ("washed") from 0.6 is available again - toolbar improvements, e.g. move layer mode, pan/zoom - revised cursor and on-canvas color picker - better separation of mypaint's brush library; json brush file format - translations, performance improvements, bugfixes, and more
2015-03-14wants to link with pthreadstnn1-1/+2
2015-03-14Recursive bump from geography/proj ABI change.gdt2-4/+4
2015-03-13needs gzip(1) tool in do-extract targettnn1-2/+2
2015-03-13Update rabbit to 2.1.6.taca3-7/+8
Changes are too many to write here, please refer http://rabbit-shocker.org/en/news.html.
2015-03-13needs cursestnn1-1/+2
2015-03-13Update to 1.4.10ryoon2-7/+9
* Convert to new github framework. Changelog: * Some build mechanism improvements. * Fix bugs especially on PNG.
2015-03-13Update ruby-mini-magick to 4.1.0.taca2-6/+6
4.1.0 * Added MiniMagick::Tool#stack for building ImageMagick stacks: MiniMagick::Tool::Convert.new do |convert| convert << "wand.gif" convert.stack do |stack| stack << "wand.gif" stack.rotate(30) end convert << "images.gif" end convert wand.gif \( wand.gif -rotate 90 \) images.gif 4.0.4 * Allow filenames with colon in their names (thanks to @agorf)
2015-03-13Update graphics/ruby-chunky_png to 1.3.4.taca3-9/+10
=== 1.3.4 - 2015-02-16 - Assert compatibility with Ruby 2.2 - Improved documentation using RDoc, so it is included on http://www.rubydoc.info/gems/chunky_png - Update chunkypng.com website; migrate some stuff from the wiki.
2015-03-12unconditionally requires dlopentnn1-1/+2
2015-03-12simplify PKGMANDIR fixtnn4-30/+5
2015-03-11honour PKGMANDIRtnn4-4/+32
2015-03-11missing INSTALLATION_DIRS for man3 & man5tnn1-2/+2
2015-03-09Force a full dependency on libpciaccess in situations where we definitelytnn2-3/+4
need to link with it but might have included x11/xf86driproto's bl3.mk first, because we have: x11/xf86driproto/buildlink3.mk:BUILDLINK_DEPMETHOD.libpciaccess?= build (This issue appears only on non-x86 because on x86 we get libpciaccess through libdrm) Bump PKGREVISION to get the dependency expressed.
2015-03-09Recursive bump for poppler-0.32.0 shlib major bump.wiz2-3/+4
2015-03-08Add ${GEM_EXTSDIR}/gem.build_complete.taca1-1/+2
2015-03-08Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby.taca4-4/+8
2015-03-08Update to 0.21.gdt2-7/+6
Upstream changes (release was 2015-02-10): 10/02/2015 - UFRaw-0.21 released, based on DCRaw v 9.23. * Bug fix release.
2015-03-07Update 2.50 to 2.63mef2-7/+6
------------------- 2.63 2015.03.06 - Move SVG results from POD to external files. 2.62 2015.03.06 - Remove more duplicate pod. - Encoding of the pod RT #89414 2.61 2015.03.03 - Eliminate a bunch of duplicate documentation. - Skip tidy testing if module is not available (RT #102484) - POD formatting. 2.60 2015.03.03 - Convert source files to utf8 - Add more tests - css styles are now sorted to make it easeier to test - Run Perltidy on the code 2.59 2013.03.31 - Experiment to show images on MetaCPAN 2.56 2013.03.30 - Move all the content of SVG::Manual to SVG 2.55 2013.03.30 - Add an image to the pod generated by and example. - Rename SVG::Manual from .pm to .pod. - Stop violating the Subroutines::ProhibitExplicitReturnUndef policy, eliminate 'return undef' and return wantarray?():undef; from the code. 2.54 2013.02.16 - Update the dates in the Changes file. - Remove the function prototypes that don't work on methods anyway. Stop violating the Subroutines::ProhibitSubroutinePrototypes policy. 2.53 2012.08.09 - missing test file removed from MANIFEST (RT #78856) 2.52 2012.05.29 - move POD testing to xt/ - Some example cleanup - Shlomi Fish - removing prototype - Shlomi Fish - POD fixes - David Paleino 2.51 2012.03.30 - Maintenance by Gabor Szabo - Some documentation fixes. - Modernizing test suite. - Link to new public repository.
2015-03-06use MASTER_SITE_XEMACS instead of ftp.xemacs.orgtnn1-2/+2
2015-03-05Make pkg-config a runtime dependency, the various *-config scripts require it.jperkin1-2/+3
Bump PKGREVISION.
2015-03-04Update to 2.40.8:wiz3-10/+7
Version 2.40.8 - Bugs fixed from fuzz testing: #744688 - possible double g_free() when processing stroke-dasharray - Optimize rendering of polylines, lines, rectangles, circles, and ellipses. These should be marginally faster, marginally more precise, and should put less pressure on the memory allocator. Version 2.40.7 - Bugs fixed from fuzz testing: #703102, #738050, #738169, #744270, #744299 - Fixed unfiled bug from fuzz testing, where the convolution filter had an integer multiplication overflow. - Fix build of rsvg-convert on Windows. - Fix a bunch of compiler warnings.
2015-03-03(pkgsrc)mef5-34/+55
- Two targets added, post-build: and post-install:, to build gnuplot.pdf (which was in 4.6.6 PLIST), and two dependency for above process. Thanks gdt@ for comment. (upstream) - Update 4.6.6 to 5.0.0 --------------------- GNUPLOT Version 5.0 Release Notes ================================= Gnuplot version 5 contains significant new capabilities and enhancements. The most recent previous release was 4.6 patchlevel 6 (4.6.6). Please see the NEWS file for bugfixes and minor changes to version 5.0 applied after feedback on release candidates -rc1, -rc2, and -rc3. Release Notes date: 31 December 2014 NOTABLE NEW FEATURES ==================== * New plot styles "with parallelaxes" and labeled contours. * New coordinate system (Degrees, Minutes, Seconds) "set xdata geographic". * The "fit" command can now handle functions with up to 12 variables, and can take into account errors on x as well as errors on dependent variables. Final covariance terms are stored in user-accessible variables. Fitting options are now controlled by the command "set fit ..." rather than by environmental variables. * The interpretation of columns in a "fit" command depends on new keywords "error", "xyerror", "zerror". In most cases the program can also recognize version 4 syntax (no error keyword but last column contains zerror). * The dot/dash pattern of a line can now be controlled independently from other line properties using the keyword "dashtype". * The default color of individual line types can be changed using "set linetype" (introduced in 4.6). In version 5 a default overall color sequence can be selected using "set colors {default|classic|podo}". The "classic" sequence is red/green/blue/magenta/cyan/yellow as used by older gnuplot versions. The default and podo colors are chosen to be more easily distinguished in print and in particular by people with color vision problems. * Text markup now supports bold and italic font settings in addition to the subscript, superscript, font size and other options previously provided by the "enhanced text" mode. This mode is now the default. * Command scripts may place in-line data in a named data block for repeated plotting. * Bit shift operators << and >> * RGB colors can include an alpha-channel for transparency. # ARGBcolor = (Alpha << 24) + (Red << 16) + (Green << 8) + Blue * Secondary axes (x2, y2) can be locked to the primary axis via a mapping function. In the simplest case this guarantees that the primary and secondary axis ranges are identical. In the general case it allows you to define a non-linear axis, something that previously was only possible for the special case of log scaling. * The "import" command attaches a user-defined function name to a function provided by an extenal shared object (i.e. a plugin library). * Previous commands in the history list of an interactive session can be reexecuted by number. For example "history !5" will reexecute the command numbered 5 in the list reported by "history". * Hypertext labels in the interactive terminals including web display using the HTML canvas or svg terminals. Many other additions are described in the "New Features" section of the documentation. CHANGES ======= Gnuplot development assigns very high priority to backward compatibility with earlier versions. For example any command script that worked in version 4.0 is expected to continue to work for all version 4 releases including the most recent one (4.6.6). However changes introduced in version 5 can affect the operation of some version 4 scripts. A brief summary of potentially incompatible changes is given here. * Earlier versions of gnuplot used the keyword "linetype" to mean both the color and the solid/dot/dash pattern of a line. Version 5 has separate keywords "linecolor" and "dashtype". You can use these keywords directly in a plot command or assign any desired color and a dash pattern to a linetype. The program now provides a default set of 8 linetypes, all solid. You can change these or add new linetypes as you please. You do not need to change the current terminal or terminal mode in order to use dashed lines. * The handling of input data containing NaN, Inf, an inconsistent number of data columns, or other unexpected content has changed. See documentation under "missing" for examples and figures. * Time coordinates are stored internally as the number of seconds relative to the standard unix epoch 1-Jan-1970. Earlier versions of gnuplot used a different epoch internally (1-Jan-2000). This change resolves inconsistencies introduced when time in seconds was generated externally. The epoch convention used by a particular gnuplot installation can be determined using the command `print strftime("%F",0)`. Time is now stored to at least millisecond precision. * The function `timecolumn(N,"timeformat")` now has 2 parameters. Because the second parameter is not associated with any particular data axis, this allows using the `timecolumn` function to read time data for reasons other than specifying the x or y coordinate. Use of time formats to generate axis tick labels is now controlled by "set {xy}tics time" rather than by "set {xy}data time". Thus prior calls to `set xdata time` or `set timefmt x` are unnecessary for either input or output. These older commands still work, but are deprecated. * The "reverse" keyword (e.g. "set xrange [*:*] reverse") now affects only autoscaling. It has no effect on explicit ranges. "set xrange [0:1] reverse" is _not_ the same as "set xrange [1:0]". * Options to the "fit" command are now given by "set fit ..." rather than by setting environmental variables. Fit can handle up to MAX_NUM_VAR independent variables (currently 12). Variables other than the first two (x, y) have been dissociated from axis names. This means, for example, "set urange [U1:U2]" has no effect on fitting because "u" is not a fit variable. Use the command "set dummy ..." to assign names to fit variables 3 ... 12. * The `call` command is implemented by providing a set of variables ARGC, ARG0, ..., ARG9. ARG0 holds the name of the script file being executed. ARG1 to ARG9 are string variables and thus may either be referenced directly or expanded as macros, e.g. @ARG1. The older convention for referencing call parameters as tokens $0 ... $9 is deprecated. * "unset xrange" (and other axis ranges) restores the default range. * "unset terminal" restores the original terminal of the current session.
2015-03-02Include FreeBSD in the if statement to account for the additional files addedsevan1-2/+2
via PLIST_VARS Reviewed by wiz@
2015-03-02Changes 1.3.21:adam3-8/+8
Security Fixes: --------------- Annotate: Some requestable text-subsitution attributes caused a crash. All formats: Image dimensions are checked to assure that they are within limits before proceeding to read the image. BMP: Fix hang (endless loop) for certain files. DCM: Fix crash as well as small heap over-write. DPX: Fix crash due to DPX file reporting more elements than it has. MNG: Validate MHDR chunk length to avoid huge memory allocation and DOS. PCX: Fix for CVE-2014-8355. Validate file header in order to avoid buffer overun later. PDB: Detect arithmetic overflows when calculating buffer sizes. Fix crash in writer when image width is not even multiple of 16. Fix buffer overrun with 2 and 4-bit PDB image files. PNM: Validate PGM, PPM, and PAM header MaxValue parameter to avoid crash on poorly-formed input. PNG: Impose a 10-million limit on dimensions when reading a PNG file to avoid denial of service. PSD: Avoid problems caused by huge PSD colormap size. PSD: Fix small stack over-write if more than 99 layers are written to PSD format. PSD: Returns immediately if pixel limit was exceeded. RLE: URT RLE reader is now more robust with errant files. SUN: Header validation is now made fully robust, and arithmetic overflows in buffer-size calculations are detected to avoid heap overwrite. TIFF: Fix crashes for photometrics which may delivery one or three samples per pixel (was assuming always three). VIFF: Fixes to prevent buffer overflow. Validate colormap indexes. Windows delegates: Fix unexpected argument splitting when invoking an external delegate program via delegates.mgk. WPG: Fix use of NULL pointers. Fix buffer overflows. XPM: Detect truncated row and quit with error rather than over-running a buffer. XWD: Improve header validation. Added to UnstableCoderClass since the reader for this format should not be entrusted with untrustworthy input. Bug fixes: ---------- CIN: Fix problem with text attribute values which are not NULL terminated. Validate sizes claimed by Cineon header. Coverity: Fixes for many issues detected by Coverity scan (see ChangeLog). DPX: Fix problem with text attribute values which are not NULL terminated. DPX: Fix severe corruption of little-endian 32-bit packed output. Corruption was severe enough that it would have been noticed immediately. Delegates: Fix possible memory leaks when invoking external application. FITS: Properly validate values provided by file header. GIF: Fix use of uninitialized data. JBIG: Fix memory leaks. JNG: Fix double-free error in error path. JPEG: Verify the number of output components before attempting to decode the image. Magick++: Image resolutionUnits() was not always returning correct value. Magick++: Locking has not been working properly since the code was written in 1998. Apparently the issue has not been significant enough to cause run-time issues. ICO: Windows icon reader is now much more robust. MIFF: Reader now quits with an error if zip or bzip2 stream is corrupted. MAT: Fix memory leaks. PALM: Reader now reads various input formats (up to version 2) correctly whereas it was crashing or otherwise malfunctioning before. More work remains, particularly in the writer. PCX: Eliminate memory leaks in error paths. PDB: In PDB writer, void possible under-allocation due to arthimetic overflow when allocating packets. PICT: Fix PICT reader crash with corrupted file. PNG: Fix double-free error in error path. PNG: Fixed handling of transparency when writing indexed PNG. PNG: Avoid reading beyond the end of a tEXt keyword. PSD: Fix error when reading PSDs files which have no layers. RLA: Fix possible crash due to file header. Signal Handling: Signal handling is now more robust and handles SIGSEGV and other critical signals. The sole purpose of the default signal handling is to remove any temporary files and quit. An informative message is printed for signals other than SIGINT. SUN: Sun raster reader was not completely robust. Now it is. SWF: Fix pixel cache access errors in 'ping' mode. Text annotation: An empty text string is no longer treated as an error. Text annotation: Fix regression added in 1.3.19 which caused spurious drawing errors to be produced while rendering with text when all of the text is off the left-hand side of the image. TIFF: Fix unreliable reading JBIG compressed files by forcing use of strip reader rather than sometimes using scanline reader (which libtiff's JBIG codec does not support). TIFF: Fix reading or writing planar min-is-white or min-is-black images with an associated alpha channel. WebP: WebP writer now writes truely lossless output when requested. identify / GetImageStatistics(): Failed to compute statistics for the Black channel of CMYK image files. VICAR: Fix problem with continuing to "read" data when there is no more data left to read. WMF: Fix memory leaks. WPG: Fix potential DOS due to long reads during an error condition. XPM: Avoid strncpy() of overlapping memory. Fixed memory leaks in error paths. Fixed bad memory access caused by empty file. New Features: ------------- compose: Supports composite operator names similar to the major *Magick brand, without losing any any compatibility with previous naming. ICO: Windows ICO reader now supports reading PNG-encoded files. Magick++ Geometry: New methods limitPixels() and fillArea() to support '@' and '^' geometry qualifiers. This enancement breaks the ABI due to previous use of inline methods and no place to put the new flags. Magick++ Image::extent(): New method to place image on sized canvas of constant color using gravity. Magick++ Image::formatExpression(): New method format a string based on a format similar to command-line -format. Magick++ Image::resize(): New method to resize image specifying geometry, filter, and blur. Magick++ STL extentImage: New New function object to invoke image extent method. Magick++ Image::quiet(). New method which blocks (ignores) warning exceptions when passed a 'true' argument. Resource limits: Added support for image Width and Height limits. Default image Width and Height limits are based on the range of a 32-bit signed integer, even for 64-bit builds which may have sufficient numeric range to image an entire galaxy. Limits may be increased as desired. TIFF: Use define tiff:ignore-tags to ignore tags in 'corrupted' files with unknown and invalid tags. Use to read TIFF files which otherwise can not be read due to errors. TIFF: Use '-define tiff:report-warnings=true' to enable that warnings reported by libtiff are thrown as warning exceptions so that they may be caught or will be reported at the gm command-line. Windows Exceptions: A handler is registered (due to calling InitializeMagick()) to capture Windows Exceptions in a similar manner to the existing POSIX signal handler. If an application is using the library and wants to provide it own Windows exception handling, then it should make any changes after invoking InitializeMagick(). Windows Delegate Updates/Additions: ----------------------------------- PNG: Update bundled libpng to 1.6.16. Resolves known security issues. FreeType: Update bundled Freetype to 2.5.4. Resolves known security issues. WebP: Update bundled WebP to 0.4.2 release. WebP is auto-linked in Visual Studio. Build Changes: WebP is not included in the build when building with Visual Studio 6 (1998 vintage compiler!) since it requires more modern C. Behavior Changes: ----------------- AVI: Support for this format is removed since the implementation was worthless. TIFF: Now uses YCbCr encoding when JPEG compression is requested for an RGB image.
2015-03-01Convert Fixed Version (Major+Minor) in PLIST into API_VERSION. No logic, ↵mef2-41/+44
binary change.
2015-03-01Update 1.2.1 to 1.5.3mef3-8/+8
---------------------- Version 1.5.3 <2015-01-18> -------------------------- * applied patch from Sebastian Vater to fix memory leak Version 1.5.2 <2014-12-14> -------------------------- * fixed memory leak (thanks to Sebastian Vater) Version 1.5.1 <2014-11-23> -------------------------- * fixed some compiler errors Version 1.5 <2014-08-09> ------------------------ * added support of marker element * added support of patternTransform attribute Version 1.4.2 <2014-07-06> -------------------------- * added support of stroke-dasharray * fixed handling of preserveAspectRatio="none" Version 1.4.1 <2014-06-16> -------------------------- * fixed rendering of tspan-element * fixed rendering of use element in pattern and mask elements Version 1.4 <2014-05-24> ------------------------ * added support of pattern element Version 1.3 <2014-04-13> ------------------------ * added support of animations * fixed some GetBBox() methods
2015-03-01Update to 3.300:wiz2-8/+6
3.300 Saturday February 28, 2015, 08:44:22 AM -0800 * lib/Image/Size.pm * t/all.t * t/old-os2.bmp (added) Add support for old OS/2 version of BMP header (Geoff Richards). * lib/Image/Size.pm Typo fixes (David Steinbrunner). * lib/Image/Size.pm Avoid a sprintf() warning in Perl 5.21. Perl 5.21 introduces a warning for redundant arguments to s?printf(), so sprintf("%d", 1, 2) would warn. This commit silences that warning by passing sprintf the exact number of arguments that it expects (Brian Fraser). * lib/Image/Size.pm Added =encoding utf8 to pod - the accented character was causing a pod error (Neil Bowers). * lib/Image/Size.pm Added Z<> to the =item [012] to resolve pod warning. You can't have =item 0, so the way round this seems to be to add a Z<> (zero width space) before each digit (Neil Bowers). * lib/Image/Size.pm Added link to github repo to doc (Neil Bowers). * lib/Image/Size.pm RT #41238: Applied modified version of patch from user to fix a die problem with unpack on truncated files. * lib/Image/Size.pm * t/1.sm.webp (added) * t/all.t * t/move.cur (added) * t/tux.ico (added) Add support for WEBP, ICO and CUR file types (Baldur Kristinsson). * lib/Image/Size.pm Fix some perlcritic issues.
2015-02-27Remove stale HP-UX bulk build quirkstnn3-9/+3
2015-02-26OSX ffmpeg option build fixes adapted from upstream 2.4 branch.tnn2-1/+77
From Mansour Moufid in private mail.
2015-02-25Fix buidlinking when libvpx option is not turned onadam1-5/+5
2015-02-23Help config.guess/config.sub override logic.joerg1-1/+4
2015-02-23Don't hard code endian lists. Fix format strings.joerg4-15/+75
2015-02-19Fix up bad assembler to pass with LLVM's IAS.joerg4-1/+94
2015-02-18Add magic to fix freetype pc files on NetBSD 6 and 7 which had outdatedwiz1-1/+15
information in the installed pc file. Remove local hack in fonts/harfbuzz. From Leonardo Taccari <iamleot@gmail.com> in private email.
2015-02-14Partial fixes for cross-compilation.riastradh1-2/+18
- Python is a tool, not build, dependency. - Incomplete workaround for mesa's own tools.
2015-02-12+freeimagesnj1-1/+2
2015-02-12Import freeimage-3.16.0 as graphics/freeimage.snj7-0/+113
FreeImage is an Open Source library project for developers who would like to support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as needed by today's multimedia applications. FreeImage is easy to use, fast, multithreading safe, compatible with all 32-bit or 64-bit versions of Windows, and cross-platform (works both with Linux and Mac OS X). Thanks to its ANSI C interface, FreeImage is usable in many languages including C, C++, VB, C#, Delphi, Java and also in common scripting languages such as Perl, Python, PHP, TCL or Ruby.
2015-02-12Add PLIST.Darwin for Quartz backend to fix PLIST issue on Darwinpho2-0/+4
2015-02-11PKG_JVM should not be set by package, change to PKG_JVMS_ACCEPTEDtnn1-2/+2
2015-02-11Fix build failure on Darwin < 10pho1-0/+30
GEGL tries to use OpenCL in a really weird way. It has (and installs!) a local copy of OpenCL headers and then tries to find implementation by dlopen'ing "libOpenCL.so". The problem is that it fails to compile on Darwin < 10 by trying to include non-existent native OpenCL headers too, which is in fact only optional.
2015-02-11FreeType 2.5.5 has been released. This is a minor bug fix release: All users ↵adam2-6/+6
of PCF fonts should update, since version 2.5.4 introduced a bug that prevented reading of such font files if not compressed.
2015-02-09Fix build on SunOS.fhajny1-1/+4
2015-02-09Recursive bump for SDL2-using packages.snj2-4/+4
2015-02-08Fix CVE-2014-8157 and CVE-2014-8158. Bump PKGREVISION to 10.snj4-4/+350
2015-02-08Update ImageMagick to 6.9.0-5. Changes:snj2-6/+6
2015-02-08 6.9.0-5 Cristy <quetzlzacatenango@image...> * New version 6.9.0-5, SVN revision 17946. 2015-01-30 6.9.0-5 Glenn Randers-Pehrson <glennrp@image...> * In coders/gif.c, quiet two warnings. 2015-01-24 6.9.0-5 Dirk Lemstra <dirk@lem.....org> * Fixed iccColorProfile() in Magick++ (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=26910). * Fixed infinite loop in HDR reader (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26929). 2015-01-23 6.9.0-5 Glenn Randers-Pehrson <glennrp@image...> * Check lengths of certain MNG chunks before reading them. * In the PNG codec, check status wherever a function returns it. 2015-01-18 6.9.0-5 Cristy <quetzlzacatenango@image...> * Remove possible resource memory leak in a multi-threaded program (bug report and patch from David Chapman <d...@acm.org>. * Small optimization to pixel cache. * More image sanity checks. * Support writing base64-encoded images (e.g convert logo: inline:jpeg:logo.txt). * Repair small TIFF leak when pinging (patch provided by Andrey Cherniy). 2015-01-16 6.9.0-4 Cristy <quetzlzacatenango@image...> * New version 6.9.0-4, SVN revision 17697. 2015-01-07 6.9.0-4 Cristy <quetzlzacatenango@image...> * Additional coder sanity checks (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26842, http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26682). 2015-01-05 6.9.0-4 Dirk Lemstra <dirk@lem.....org> * Report Ghostscript version when -verbose is used and when an exception is raised. * Fixed invalid path check in MagickCoreGenesis under Windows and disabled ProvideDllMain by default (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&p=118875). 2015-01-01 6.9.0-3 Cristy <quetzlzacatenango@image...> * New version 6.9.0-3, SVN revision 17537. 2015-01-01 6.9.0-3 Cristy <quetzlzacatenango@image...> * ImageMagick builds when HDRI is enabled (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26803). 2014-12-31 6.9.0-3 Glenn Randers-Pehrson <glennrp@image...> * Don't read beyond the end of a tEXt keyword when checking for Raw profile. 2014-12-27 6.9.0-2 Cristy <quetzlzacatenango@image...> * New version 6.9.0-2, SVN revision 17468. 2014-12-14 6.9.0-1 Dirk Lemstra <dirk@snakeware...> * Added support for reading EXR files to the Windows distribution. * Fixed enabling alpha in 32-bit BMP files (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26662). * Added support for writing 16-bit TGA files (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=26693). * Improved performance of dds:cluster-fit when OpenMP is enabled. * Added support for distributed pixel cache to the Windows distribution. 2014-12-04 6.9.0-1 Alexey Dolgavin <dolgavin.alexey@gmail...> * Fix ImageMagick crashes while read EXIF from TIFF. 2014-11-20 6.9.0-1 Glenn Randers-Pehrson <glennrp@image...> * Don't handle a "previous" image in the PNG or JNG decoder. * Don't override gamma with 1.0 when reading a grayscale PNG image (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26576). * Update progress monitor for every PNG row instead of every pass (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=26589). * Reject input PNG with dimensions larger than specified with -limit width and -limit height. 2014-11-20 6.9.0-1 Cristy <quetzlzacatenango@image...> * Fix double free / invalid read when converting jpg to pdb (thanks to Hanno). * Maximum XWD image size is 64Kx64K (thanks to Hanno). * Maximum DPX number of elements is 8 (thanks to Hanno). * Transient problem with SVG (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26587). * Numerous buffer overflow fixes (thanks to Gynvael Coldwind and Mateusz Jurczyk of the Google Security Team). * Additional PNM sanity checks (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26682). * The SetImageBias() bias value is no longer ignored (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25732). * Area crop now returns the expected number of tiles (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26701). * Respect TGA ColorMapIndex field (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26738). * Clang does not support __alloc_size__, fix fabs() (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26739). * Support width and height resource limits. * Don't read TIFF profiles when pinging (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=26670).
2015-02-08Update to 3.00:wiz2-6/+6
Jun 10 2013: Make max comment size 16000 Oct 25 2013: Added "-zt" option to trim 32k of trailing zeroes from Nikon 1 J2 and J3 images. Sep 28 2014: Add ability to reset invalid rotation tag (from Moultrie game cameras)