1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609
|
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.9.1: http://docutils.sourceforge.net/" />
<title></title>
<link rel="stylesheet" href="docutils-articles.css" type="text/css" />
</head>
<body>
<div class="banner">
<img src="images/gm-107x76.png" alt="GraphicMagick logo" width="107" height="76" />
<span class="title">GraphicsMagick</span>
<form action="http://www.google.com/search">
<input type="hidden" name="domains" value="www.graphicsmagick.org" />
<input type="hidden" name="sitesearch" value="www.graphicsmagick.org" />
<span class="nowrap"><input type="text" name="q" size="25" maxlength="255" /> <input type="submit" name="sa" value="Search" /></span>
</form>
</div>
<div class="navmenu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="project.html">Project</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="README.html">Install</a></li>
<li><a href="Hg.html">Source</a></li>
<li><a href="NEWS.html">News</a> </li>
<li><a href="utilities.html">Utilities</a></li>
<li><a href="programming.html">Programming</a></li>
<li><a href="reference.html">Reference</a></li>
</ul>
</div>
<div class="document">
<p>2014-10-26 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>coders/pcx.c (ReadPCXImage): Fix for CVE-2014-8355, eliminate
memory leaks in error paths, and add PCX header logging. Issue
was reported by Hanno Böck.</li>
</ul>
</blockquote>
<p>2014-08-16 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>NEWS.txt: Update for 1.3.20 release.</li>
<li>www/index.rst: Update for 1.3.20 release.</li>
<li>version.sh: Update library versioning for next release.</li>
</ul>
</blockquote>
<p>2014-08-12 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>png: Updated libpng to 1.6.12 release.</li>
<li>zlib: Updated zlib to 1.2.8 release.</li>
</ul>
</blockquote>
<p>2014-08-09 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>NEWS.txt: Updated NEWS file to document changes since previous
release.</li>
</ul>
</blockquote>
<p>2014-08-09 Jaroslav Fojtik <<a class="reference external" href="mailto:JaFojtik%40seznam.cz">JaFojtik<span>@</span>seznam<span>.</span>cz</a>></p>
<blockquote>
* coders/webp.c webp cannot be compiled when HasWEBP is not set.</blockquote>
<p>2014-08-08 Glenn Randers-Pehrson <<a class="reference external" href="mailto:glennrp%40simple.dallas.tx.us">glennrp<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>coders/png.c: Eliminated palette and depth optimization (see
<a class="reference external" href="https://sourceforge.net/p/graphicsmagick/feature-requests/35/">https://sourceforge.net/p/graphicsmagick/feature-requests/35/</a>).</li>
</ul>
</blockquote>
<p>2014-08-06 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>dcraw/dcraw.c: Fix dcraw build for x64 target when only WIN64 is
defined (by also defining WIN32).</li>
<li>VisualMagick/configure/configure.cpp (write_file): Fix problem
with x64 project naming which caused object file disambiguation
not to work for x64 target. Make line terminations consistent.</li>
</ul>
</blockquote>
<p>2014-08-03 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>VisualMagick: VisualMagick fixes by Dirk Lemstra to improve
configure program so that it is possible to select QuantumDepth,
OpenMP, and 64-bit build via configure dialog boxes as well as
options on the command line. Also automatically detects and deals
with similarly named files in subdirectories so that WebP support
can now build successfully. Resolves SF patches 31, 33, 35, 37,
and 38.</li>
</ul>
</blockquote>
<p>2014-07-27 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>magick/nt_base.c (NTResourceToBlob): Support loading mgk files
as Windows resource from library if MagickLibName is defined.
Patch contributed by Dirk Lemstra via SF patch #32.
(NTGhostscriptDLL): For Microsoft Windows, add support for a
MAGICK_GHOSTSCRIPT_PATH environment variable which specifies the
path to Ghostscript. If this environment variable is defined,
then the Windows registry is not used to find Ghostscript. Patch
contributed by Dirk Lemstra via SF patch #39.</li>
<li>magick/log.c: Added SetLogMethod() to allow an
application/library to specify a function to be called for
logging. Patch contributed by Dirk Lemstra.</li>
</ul>
</blockquote>
<p>2014-07-20 Glenn Randers-Pehrson <<a class="reference external" href="mailto:glennrp%40simple.dallas.tx.us">glennrp<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>coders/bmp.c: "opacity" read from a BMP3 is actually "alpha",
so store q->opacity=MaxRGB-opacity instead of q->opacity=opacity.
Reference: Bug tracker [bugs:#271] Blank result for BMP resize.</li>
</ul>
</blockquote>
<p>2014-07-20 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>webp, VisualMagick/webp: Integrate webp 0.4.0 into windows
build. May require manual renaming of output object files in
project files to build webp until VisualMagick configure is
improved!</li>
</ul>
</blockquote>
<p>2014-07-19 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>magick/composite.c: fmin() and fmax() are defined by C'99 and
not available everywhere, so add and use MagickFmin() and
MagickFmax() to improve portability.</li>
</ul>
</blockquote>
<p>2014-07-11 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>Magick++/lib/Magick++/Image.h (Magick): Fix complilation errors
caused by continued raw use of __attribute__.</li>
</ul>
</blockquote>
<p>2014-06-30 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>magick/composite.c: Fixes by Brendan Lane for color channel
overflows in modified/new quantum operators. Fixes test suite
results for Q32 build and makes LinearBurn and LinearDodge work
correctly at all.</li>
<li>wand/pixel_wand.c (PixelSetMagenta): Fix documentation.
Resolves SourceForge bug #273 'Green Magenta' typo in docs.</li>
</ul>
</blockquote>
<p>2014-06-28 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>magick/composite.c: Composition improvements and additions
contributed by Brendan Lane via SourceForge patch #34 "Most of the
missing Photoshop separable compositing operations"
(<a class="reference external" href="https://sourceforge.net/p/graphicsmagick/patches/34/">https://sourceforge.net/p/graphicsmagick/patches/34/</a>). These
composition operators were modified to include alpha in their
computations: Difference, Darken, Lighten, HardLight, and these
operators were added Overlay, Exclusion, ColorBurn, ColorDodge,
SoftLight, LinearBurn, LinearDodge, LinearLight, VividLight,
PinLight, HardMix.</li>
</ul>
</blockquote>
<p>2014-06-22 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>magick/composite.c (ScreenCompositePixels): Implementation of
Screen composite contributed by Brendan Lane. SourceForge patch
#30 "Missing Screen composite operation".</li>
<li>wand/magick_compat.c: Re-worked Wand library implementation to
depend directly on GraphicsMagick library functionality rather
than using ImageMagick shim code from magick_compat.c and
magick_compat.h. The magick_compat.c source module becomes "dead
code", which remains only to support the existing ABI, and will be
deleted at the next major ABI break point.</li>
<li>magick/utility.c (MagickFormatString): New private function to
format a string into a buffer with a specified size. Same as
previously existing FormatString() except requires a length
argument.</li>
</ul>
</blockquote>
<p>2014-06-15 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>wand/magick_compat.h: Use MAGICK_ATTRIBUTE definition from
magick/common.h.</li>
<li>magick/common.h (MAGICK_ATTRIBUTE): Don't undefine __attribute__
since this may be used by system or compiler headers. Define
private macro instead. Resolves SourceForge bug #270 "Compile
error with g++ -std=c++11".</li>
</ul>
</blockquote>
<p>2014-06-06 Glenn Randers-Pehrson <<a class="reference external" href="mailto:glennrp%40simple.dallas.tx.us">glennrp<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>coders/png.c (ReadOnePNGImage): Free png_pixels and
quantum_scanline before error return. Use "png_error()"
instead of "ThrowException2()" for errors occuring while
decoding a PNG so proper cleanup will happen.</li>
</ul>
</blockquote>
<p>2014-06-03 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>coders/tiff.c (ReadTIFFImage): Make sure that libtiff warnings
are promoted to errors for critical tags.</li>
</ul>
</blockquote>
<p>2014-06-02 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>coders/tiff.c (ReadTIFFImage): Be quite a lot more draconian
when retrieving the baseline standard TIFF tags we need in order
to avoid consuming uninitalized data later. An error with these
tags will result in failure to read the image file.</li>
</ul>
</blockquote>
<p>2014-05-21 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>magick/operator.c: Decided that ThresholdBlackNegateQuantumOp
and ThresholdWhiteNegateQuantumOp should set the result to white
or black respectively rather than being based on subtraction.</li>
</ul>
</blockquote>
<p>2014-05-18 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>Makefile.am (AUTOMAKE_OPTIONS): Be ultra-pedantic with CPPFLAGS
and include paths in order to assure that only required
directories are supplied, and to avoid accidential collision with
system header files.</li>
</ul>
</blockquote>
<p>2014-05-17 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>magick/operator.h ("C"): New quantum operators
ThresholdBlackNegateQuantumOp and ThresholdWhiteNegateQuantumOp.
These correspond to -operator "Threshold-Black-Negate" and
"Threshold-White-Negate".</li>
</ul>
</blockquote>
<p>2014-05-11 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>magick/composite.c (MultiplyCompositePixels): Multiply
composition now uses SVG interpretation of how alpha should be
handled. No longer does a simple multiply of alpha channel.
Behavior change. Patch contributed by Sara Shafaei.</li>
<li>coders/msl.c (ProcessMSLScript): Deal with case where
image_info->attributes is NULL.</li>
</ul>
</blockquote>
<p>2014-04-29 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>magick/utility.c (TranslateTextEx): Support additional format
specifiers 'g', 'A', 'C', 'D', 'G', 'H', 'M', 'O', 'P', 'Q', 'T',
'U', 'W', 'X', and '@'.
(GetMagickGeometry): Support '>' and '<' qualifiers with '@'
qualifier to specify if image should be resized if larger or
lesser than given area specification. Resolves SourceForge bug
#216 ">" wont take effect when use @ to specify the maximum area.</li>
<li>magick/transform.c (GetImageMosaicDimensions): Move mosaic
dimensions code to a static function for possible future re-use.</li>
</ul>
</blockquote>
<p>2014-04-23 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>magick/gradient.c (GradientImage): Update image is_grayscale and
is_monochrome flags based on gradient color properties.</li>
</ul>
</blockquote>
<p>2014-04-20 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>magick/utility.c (GetMagickGeometry): Deal with resize geometry
missing width or height (e.g. '640x' or 'x480') by substituting
the missing value with one which preserves the image aspect ratio.
This has been documented to be supported since almost the dawn of
GraphicsMagick but was not actually supported until now.</li>
</ul>
</blockquote>
<p>2014-04-19 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>doc/options.imdoc: Document WebP encoder options.</li>
<li>coders/webp.c (WriteWEBPImage): Support all of the WebP encoder
options via -define arguments. Most of this work is contributed
by Roman Hiestand.</li>
<li>configure.ac: User-provided LIBS should be prepended to LIBS
that configure script produces so that user option takes
precedence.</li>
</ul>
</blockquote>
<p>2014-04-12 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>PerlMagick/Magick.xs: Added support for HardLight composition
operator.</li>
<li>www/perl.rst: Update PerlMagick documentation, including the
composition operators.</li>
<li>coders/xcf.c (GIMPBlendModeToCompositeOperator): Use new
HardLight composition operator to support XCF GIMP_HARDLIGHT_MODE
blend mode. Contributed by Sara Shafaei.</li>
<li>coders/psd.c (CompositeOperatorToPSDBlendMode): Use new
HardLight composition operator to support PSD "hLit" blend mode.
Contributed by Sara Shafaei.</li>
<li>wand/magick_wand.c (MagickOperatorImageChannel): New function to
apply an operator to an image channel. Contributed by Sara
Shafaei.</li>
<li>magick/composite.c (HardLightCompositePixels): New HardLight
composition operator. Contributed by Sara Shafaei.</li>
</ul>
</blockquote>
<p>2014-04-09 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>magick/command.c (BenchmarkImageCommand): Add a CSV title line
and quoting to benchmark -rawcsv output.</li>
</ul>
</blockquote>
<p>2014-04-05 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>coders/webp.c: Add progress indication support to WebP writer.</li>
<li>magick/command.c (VersionCommand): WebP support is included in
-version output.</li>
<li>coders/webp.c: WebP coder identifies library version and header
ABI versions. Improve WebP error reporting.</li>
</ul>
</blockquote>
<p>2014-04-02 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>coders/tiff.c (WriteTIFFImage): Allow specifying the TIFF image
software tag. In the special case that the string length is zero
(e.g. -set software '') then the tag is skipped entirely. This is
to support SourceForge feature request #37 "Option to prevent
addition of Exif Software tag" opened by Jean-Louis Grall. Please
note that this tag is not an EXIF tag.</li>
<li>magick/command.c: composite, convert, display, mogrify, and
import now support +set to remove an existing image attribute.</li>
</ul>
</blockquote>
<p>2014-03-16 Glenn Randers-Pehrson <<a class="reference external" href="mailto:glennrp%40simple.dallas.tx.us">glennrp<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>coders/png.c: Don't block threads when PNG_SETJMP_SUPPORTED is
not enabled.</li>
<li>coders/png.c: Changed prefix of macros defined in coders/png.c
from PNG_ to GMPNG_. PNG_ is reserved for macros defined by
libpng.</li>
</ul>
</blockquote>
<p>2014-03-16 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>magick/blob.c: Don't use setvbuf() to set stdio block size if
filesystem block size is zero (e.g. MAGICK_IOBUF_SIZE=0)</li>
</ul>
</blockquote>
<p>2014-03-12 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>tests/{rwblob.tap, rwfile.tap}: Added tests for WEBP.</li>
<li>tests/{rwblob.c, rwfile.c}: Add lossy hint for WEBP.</li>
<li>coders/webp.c (WriteWEBPImage): Fix inverted return status.
Added a tiny bit of logging.</li>
</ul>
</blockquote>
<p>2014-03-09 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>ttf: Updated FreeType to release 2.5.3 of March 6, 2014.
Provides security fixes for CVE-2014-2240.</li>
<li>jpeg: Update to libjpeg 9a of 19-Jan-2014.</li>
<li>png: Update to Libpng 1.6.10 - March 6, 2014.</li>
</ul>
</blockquote>
<p>2014-03-06 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>magick/nt_base.c (NTResourceToBlob): According to Microsoft
Report article 193678 (<a class="reference external" href="http://support.microsoft.com/kb/193678">http://support.microsoft.com/kb/193678</a>),
FreeResource() is not needed in WIN32 and performs no useful
function. Remove use of it. Also remove use of UnlockResource()
which is similarly unuseful for WIN32.</li>
<li>configure.ac (MAGICK_LIBRARY_REVISION): Test for Windows
_aligned_malloc() is not reliable. Use Windows CRT version to
decide if it is available.</li>
</ul>
</blockquote>
<p>2014-03-05 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>magick/studio.h: Make sure that Windows _aligned_malloc() is not
used under MinGW unless the CRT version allows it.</li>
</ul>
</blockquote>
<p>2014-02-26 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>magick/pixel_cache.c (InterpolateViewColor): Applied patch by
Troy Patteson plus fixes to ignore opacity channel if image matte
is false. Replaces most of the code rewritten on 2014-02-16 and
which produced a faint darkened border. The results look stellar
now.</li>
</ul>
</blockquote>
<p>2014-02-24 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>magick/shear.c: Applied patch by Troy Patteson to improve
non-integral rotation by around 40% by minimizing added image
borders. This may cause small differences in results for some
images.</li>
<li>reference/filter/Rotate10.miff: Update rotate 10 degrees
reference image so that PerlMagick test passes.</li>
<li>magick/shear.c: Applied patch by Troy Patteson to fix
SourceForge issue #260 "Rotation exhibits clipping/shearing errors
for short wide images at some angles".</li>
</ul>
</blockquote>
<p>2014-02-22 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>doc/options.imdoc: Fix documentation to note that 'unspecified
alpha' is the GraphicsMagick default when writing TIFF rather than
'associated alpha'. Much thanks to Mats Peterson for alerting us
of this error.</li>
</ul>
</blockquote>
<p>2014-02-16 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>magick/pixel_cache.c (InterpolateViewColor): Added a hack so that
affine transformations and displace composite do not have
background colored fringing on the transferred image edges when
the background is completely transparent. Fringing problem was
caused by one or more of the line ends being a transparent pixel
outside of the bounds of the original image content. May not be
the final solution.</li>
</ul>
</blockquote>
<p>2014-02-14 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>magick/semaphore.c (AcquireSemaphoreInfo): Document that this
function was deprecated.
(LiberateSemaphoreInfo): Document that this function was
deprecated.</li>
</ul>
</blockquote>
<p>2014-02-11 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>coders/psd.c (RegisterPSDImage): Set PSD to UnstableCoderClass
since its implementation is currently rather marginal. It may
even be that this coder deserves to be marked with the new
BrokenCoderClass. We are still looking for a volunteer to iron
out the wrinkles in the PSD reader.</li>
<li>magick/magick.h (CoderClass): Added BrokenCoderClass to mark
coders which often malfunction or are not very useful in their
current condition. Sometimes there is still hope that problems
will be resolved and so the source file is not outright deleted.
This setting allows us to mark and use coders which might
malfunction by defining MAGICK_CODER_STABILITY=BROKEN in the
environment while not causing danger for normal use.</li>
</ul>
</blockquote>
<p>2014-02-09 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>wand/magick_wand.c: Documentation improvements for
MagickSetInterlaceScheme() and MagickSetImageInterlaceScheme().
Resolves SourceForge bug #262 "setImageInterlaceScheme doesn't
make image progressive".</li>
</ul>
</blockquote>
<p>2014-02-06 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>coders/{ps.c, ps2.c, ps3.c, pdf.c}: Only use resolution from
image or -density if units was properly specified. Without units,
resolution is worthless.</li>
<li>coders/ps3.c (WritePS3Image): Use image resolution similar to PDF
changes.</li>
<li>coders/ps2.c (WritePS2Image): Use image resolution similar to PDF
changes.</li>
<li>coders/ps.c (WritePSImage): Use image resolution similar to PDF
changes.</li>
<li>coders/pdf.c (WritePDFImage): Use resolution from image if it
appears to be valid. Resolves SourceForge issue #261 "PNG Pixel
Density Not Preserved Converting to PDF".</li>
<li>magick/enum_strings.c (StringToResolutionType): New function to
convert ResolutionType to C string.
(ResolutionTypeToString): New function to convert from C string to
ResolutionType.</li>
</ul>
</blockquote>
<p>2014-02-01 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>wand/magick_wand.c (MagickGetImageGeometry): New function to get
the image geometry string. This function and the three others in
this change set are contributed by Sara Shafaei.
(MagickGetImageMatte): New function to read the image matte
(opacity) channel enable flag.
(MagickSetImageGeometry): New function to set the image geometry
string.
(MagickSetImageMatte): New function to set the image matte
(opacity) channel enable flag.</li>
</ul>
</blockquote>
<p>2014-01-31 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>wand/magick_wand.c (MagickDrawImage): Remove development debug
fprintf which causes each drawing primitive to be printed to
stderr.</li>
</ul>
</blockquote>
<p>2014-01-21 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>coders/pnm.c (ReadPNMImage): Fix scaling of alpha in sub-ranged
pixels. Addresses SourceForge issue #237 "Incorrect MAXVAL
scaling when reading PAM images", which was not fully fixed in by
the previous attempt.</li>
</ul>
</blockquote>
<p>2014-01-19 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>magick/tsd.c: Implement TSD for "pure" OpenMP mode without
relying on POSIX or WIN32 TSD APIs.</li>
<li>magick/semaphore.c: Implement OpenMP-based locking so that code
can compile in a "pure" OpenMP mode without relying on POSIX or
WIN32 locking APIs.</li>
<li>configure.ac: --without-threads no longer disables use of
OpenMP. Use the already existing option --disable-openmp to
disable OpenMP.</li>
</ul>
</blockquote>
<p>2014-01-12 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>magick/common.h: Support use of clang/llvm __attribute__ and
__builtin extensions similar to the existing support for GCC.</li>
</ul>
</blockquote>
<p>2014-01-05 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>Magick++/lib/Image.cpp (thumbnail): New method for fast image
resizing, particularly to make thumbnails.</li>
<li>coders/gif.c: Log when Netscape loop exension is read and
written.</li>
<li>coders/png.c (WriteOnePNGImage): In optimize mode, disable matte
channel immediately if there are no non-opaque pixels. Also added
some useful logging. Resolves SourceForge issue #252 "convert an
8bit PNG result in a corrupted image ".</li>
<li>wand/magick_wand.c (MagickSetImageGravity): New Wand method to
set image gravity.
(MagickGetImageGravity): New wand method to get image gravity.</li>
</ul>
</blockquote>
<p>2014-01-02 Glenn Randers-Pehrson <<a class="reference external" href="mailto:glennrp%40simple.dallas.tx.us">glennrp<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>coders/png.c (ReadOnePNGImage): Use libpng function
png_set_strip_16_to_8() when scaling 16-bit input PNG down to
8-bit in a Q8 build. The png_set_scale_16_to_8() function is
more accurate, but the slight difference causes reference tests
to fail and causes unexpected difference between the behavior
of PNG and other formats. If png_set_strip_16_to_8() is not
supported in libpng, then we use png_set_scale_16_to_8() if
that is available.</li>
</ul>
</blockquote>
<p>2014-01-01 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
<li>INSTALL-windows.txt: Update for 2014.</li>
<li>INSTALL-unix.txt: Update for 2014.</li>
<li>Copyright.txt: Update for 2014.</li>
<li>NEWS.txt: Update for 2014.</li>
<li>README.txt: Update for 2014.</li>
<li>doc: Update for 2014.</li>
<li>www: Update for 2014.</li>
<li>VisualMagick/installer: Update for 2014.</li>
<li>ChangeLog: Rotate Changelog to ChangeLog.2013 for 2014.</li>
</ul>
</blockquote>
</div>
</body>
</html>
|