summaryrefslogtreecommitdiff
path: root/www/ChangeLog-2011.html
blob: 7573974efa37e51f31e4990e4449fe884b461917 (plain)
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
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta content="en" name="language">
	<title></title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
	<link media="screen" href="docutils-articles.css" type="text/css" rel="stylesheet">

</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" />&nbsp;<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>2011-12-30  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>magick/pixel_cache.c (AcquireCacheNexus):
MirrorVirtualPixelMethod was broken.</p></li>
</ul>
</blockquote>
<p>2011-12-29  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>configure.ac: Improve configuration support for Open64 Compiler
Suite: Version 4.2.5.2 compiler with OpenMP.</p></li>
<li><p>coders/tga.c (ReadTGAImage): Assume that 32-bit TGA files have
an alpha channel, even if they are not marked as such.  Fixes
SourceForge issue 3466908 &quot;TGA with alpha&quot;.</p></li>
<li><p>configure.ac: Revert changeset eaa27346d8e9 which tried to avoid
the OpenMP library being included multiple times because in some
cases it is not included at all.</p></li>
</ul>
</blockquote>
<p>2011-12-24  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>magick/command.c (VersionCommand): For MSVC builds, report if
SSE or SSE2 was used in the build.</p></li>
<li><p>Release GraphicsMagick 1.3.13.</p></li>
<li><p>Update libtiff to release 4.0.0</p></li>
</ul>
</blockquote>
<p>2011-12-23  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>Update libpng to release 1.5.7</p></li>
</ul>
</blockquote>
<p>2011-12-23  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>Update lcms2 to release 2.3</p></li>
</ul>
</blockquote>
<p>2011-12-22  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>Update Automake used to 1.11.2.</p></li>
</ul>
</blockquote>
<p>2011-12-21  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>www/OpenMP.rst: Updated with new results, including 12-core
Intel Xeon E5649 and 16-core AMD Opteron 6220 &quot;Bulldozer&quot; CPUs.</p></li>
<li><p>magick/studio.h: Enable building and running correctly with
Open64 Compiler Suite: Version 4.2.5.2 compiler with OpenMP.</p></li>
<li><p>magick/command.c (BenchmarkImageCommand): Add -rawcsv option to
benchmark to output only original data in a CSV format.</p></li>
</ul>
</blockquote>
<p>2011-12-15  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>Fix various issues noticed when cross-compiling for the
i686-w64-mingw32 target.</p></li>
</ul>
</blockquote>
<p>2011-12-11  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>magick/effect.c (ConvolveImage): For Q8 and Q16 builds use
'float' rather than 'double' for computations in order to improve
performance with some compilers.</p></li>
</ul>
</blockquote>
<p>2011-12-10  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>magick/effect.c (ConvolveImage): Special-case grayscale images
for better convolution performance.</p></li>
</ul>
</blockquote>
<p>2011-12-07  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>magick/command.c (BenchmarkUsage): -stepthreads now requires an
argument which is the increment (starting at zero) to the number
of threads for each step.  This hastens benchmarking with a large
number of cores.</p></li>
</ul>
</blockquote>
<p>2011-12-07  Glenn Randers-Pehrson  &lt;<a class="reference external" href="mailto:glennrp&#37;&#52;&#48;simple&#46;&#46;&#46;">glennrp<span>&#64;</span>simple<span>&#46;</span><span>&#46;</span><span>&#46;</span></a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>coders/png.c: Eliminate use of FARDATA.  It's no longer needed
and will no longer be supplied by png.h in libpng-1.6.0.</p></li>
</ul>
</blockquote>
<p>2011-12-06  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>magick/command.c (BenchmarkImageCommand): Added Karp-Flatt
metric to benchmark output.</p></li>
</ul>
</blockquote>
<p>2011-12-05  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>GraphicsMagick.spec.in: Eliminate use of deprecated BuildPrereq
in RPM spec file.</p></li>
</ul>
</blockquote>
<p>2011-11-28  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>magick/constitute.c (WriteImagesFile): Should set file in
ImageInfo based on provided parameter rather than relying on it
already being set.  File argument was not being used.</p></li>
</ul>
</blockquote>
<p>2011-11-27  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>coders/dpx.c: For packed 10 bits, datums are now represented in
the same (reversed) order for all RGB and YCbCr formats.
Previously YCbCr 4:4:4 formats were not swapping the word datums
because the only real-world files encountered did not swap the
word datums.  Resolves SourceForge bug 2057277 &quot;DPX 10bit CbYCr
Image seems to be wrong&quot;.</p></li>
<li><p>wand/magick_wand.c (MagickWriteImagesFile): New function to
append images to a provided file handle.  Resolves SourceForge
issue 3046868 &quot;added MagickWriteImagesFile&quot;.</p></li>
<li><p>magick/constitute.c (WriteImagesFile): New function to append
images to a provided file handle.</p></li>
<li><p>magick/blob.c (OpenBlob): Don't rewind already open file handle
passed to OpenBlob() since we don't know the intended state of
this file handle, and because it prevents appending to an existing
file.  This change is part of the fix for SourceForge issue
3046868 &quot;added MagickWriteImagesFile&quot;.</p></li>
<li><p>wand/magick_wand.c (MagickSetImageSavedType): New function to
allow specifying the storage type used when saving the file
(rather than changing the current image characteristics).
Resolves SourceForge patch 3110185
&quot;MagickGetImageSavedType()/MagickSetImageSavedType() API&quot;.
(MagickGetImageSavedType): Return the storage type which will be
used when the image is saved.</p></li>
<li><p>magick/annotate.c (RenderFreetype): Add support for drawing text
using a bitmap font.  Resolves SourceForge patch 3230719 &quot;add
support for drawing text with bitmap font to annotate.c&quot;.</p></li>
<li><p>magick/profile.c (AppendImageProfile): Don't leak profile buffer
while appending a chunk to an existing profile.  Resolves
SourceForge patch 3294496 &quot;Fix a memory leak in
profile.c(AppendImageProfile)&quot;.</p></li>
</ul>
</blockquote>
<p>2011-11-26  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>magick/command.c (BenchmarkImageCommand): Include the number of
threads used in the benchmark results output.
(BenchmarkImageCommand): New benchmark option -stepthreads to
execute the specified command with an increasing number of threads
to measure how an algorithm benefits from threading.
(BenchmarkImageCommand): Fix benchmark argument parsing so it is
not order dependent.
(BenchmarkImageCommand): Add a speedup indication to -stepthreads
output.</p></li>
<li><p>config/delegates.mgk.in: File names in gnuplot files need to be
surrounded by double quotes or gnuplot parser will reject them.</p></li>
</ul>
</blockquote>
<p>2011-11-25  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>magick/effect.c (GetMedianList): Return PixelPacket via pointer
rather than by value.</p></li>
<li><p>version.sh: For snapshots packages, PACKAGE_CHANGE_DATE now uses
a form like &quot;snapshot-20111121&quot; rather than &quot;unreleased&quot; so it is
possible to determine the vintage of an installed snapshot.</p></li>
</ul>
</blockquote>
<p>2011-11-21  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>coders/tga.c (ReadTGAImage): Fix for poor TGA reading
performance due to excessive use of GetBlobByte().  Performance is
fixed by adding local buffering.  Fixes SourceForge bug 3439531
&quot;Slow TGA reading&quot;.</p></li>
</ul>
</blockquote>
<p>2011-11-19  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>magick/effect.c (AdaptiveThresholdImage): More performance
improvements.</p></li>
</ul>
</blockquote>
<p>2011-11-06  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>magick/analyze.c (GetImageBoundingBox): Add a special case to
handle absolute color comparison.</p></li>
</ul>
</blockquote>
<p>2011-11-05  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>png: Update libpng to 1.5.6 release.</p></li>
</ul>
</blockquote>
<p>2011-10-30  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>configure.ac: Avoid linker warnings when building GraphicsMagick
regarding OpenMP library being included multiple times.</p></li>
</ul>
</blockquote>
<p>2011-10-29  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>coders/meta.c (GetIPTCStream): Eliminate possible use of
uninitialized data when parsing long format tag length.</p></li>
</ul>
</blockquote>
<p>2011-10-23  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>magick/import.c: Move low-level pixel import functions from
constitute.c to new file import.c.</p></li>
<li><p>magick/export.c: Move low-level pixel export functions from
constitute.c to new file export.c.</p></li>
<li><p>magick/floats.c: Move Richard Nolde's floating point conversion
functions from constitute.c to new file floats.c.</p></li>
</ul>
</blockquote>
<p>2011-10-21  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>libtool: Updated to libtool 2.4.2.</p></li>
<li><p>configure.ac: Automake conditional for HasPNG can not itself be
conditional.  Indent PNG script code appropriately.</p></li>
</ul>
</blockquote>
<p>2011-10-16  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>Makefile.am (AUTOMAKE_OPTIONS): Distribute lzma-compressed
tarball in 'xz' format rather than deprecated 'lzma' format.</p></li>
</ul>
</blockquote>
<p>2011-10-13  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>configure.ac: Fix syntax error with GSCMYKDevice ('==' rather
than '=').  Thanks to Glenn Randers-Pehrson for noticing and
reporting the issue.</p></li>
</ul>
</blockquote>
<p>2011-10-12  Glenn Randers-Pehrson  &lt;<a class="reference external" href="mailto:glennrp&#37;&#52;&#48;simple&#46;&#46;&#46;">glennrp<span>&#64;</span>simple<span>&#46;</span><span>&#46;</span><span>&#46;</span></a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>Use a &quot;for&quot; loop in configure.ac to find libpngNN.</p></li>
</ul>
</blockquote>
<p>2011-10-08  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>wand/pixel_wand.c (NewPixelWand): Invoke InitializeMagick()
automatically in case user forgets to do so.</p></li>
<li><p>wand/drawing_wand.c (NewDrawingWand): Invoke InitializeMagick()
automatically in case user forgets to do so.</p></li>
<li><p>wand/magick_wand.c (NewMagickWand): Invoke InitializeMagick()
automatically in case user forgets to do so.</p></li>
<li><p>png: libpng sources were updated to release 1.5.4.</p></li>
</ul>
</blockquote>
<p>2011-10-07  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>coders/tiff.c (ReadTIFFImage): TIFFGetField() on
TIFFTAG_OPIIMAGEID was causing a crash due to an argument
mis-match between GraphicsMagick and libtiff.  Also fixed a few
GCC 4.6 warnings.  Problem was reported by Dylan Millikin.</p></li>
</ul>
</blockquote>
<p>2011-10-02  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>wand/magick_wand.c (MagickSetDepth): New function to set the
depth used when reading from an image format which requires that
the depth be specified in advance.
(MagickReadImageBlob): Use BlobToImage() to read the blob.</p></li>
<li><p>magick/effect.c (AdaptiveThresholdImage): Reduce or eliminate
expensive floating point calculations when possible.</p></li>
<li><p>wand/magick_wand.c (MagickSetFormat): New Wand function to allow
setting the file or blob format before it has been read.</p></li>
</ul>
</blockquote>
<p>2011-09-24  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>VisualMagick/installer/inc/tasks-install-perlmagick.isx: Windows
setup installer now installs PerlMagick built against ActiveState
Perl v5.12.4 build 1205.</p></li>
<li><p>magick/annotate.c (RenderFreetype): Eliminate spurious &quot;out of
memory&quot; exceptions due to empty text string.</p></li>
</ul>
</blockquote>
<p>2011-09-18  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>magick/module.c (ModuleAliases): PAM format is handled by PNM
coder.</p></li>
<li><p>jpeg: Record that jpeg sources were updated to release v8c.</p></li>
<li><p>lcms: Record that lcms sources were updated to release 2.2.</p></li>
<li><p>png: Record that png sources were updated to release 1.5.4.</p></li>
<li><p>tiff: Record that tiff sources were updated to release 4.0.0beta7.</p></li>
<li><p>xml: Record that libxml2 sources were updated to release 2.7.8.</p></li>
<li><p>zlib: Record that zlib sources were updated to release 1.2.5.</p></li>
<li><p>VisualMagick/installer/inc/body.isx: Set MagickConfigDirectory
for DLL build so that .mgk files are put in application top
directory.  This makes installation layout between static and DLL
builds more similar.</p></li>
</ul>
</blockquote>
<p>2011-08-23  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>magick/list.c (AppendImageToList): Documentation for
AppendImageToList() was wrong.  Problem was reported by Brad
Harder.</p></li>
</ul>
</blockquote>
<p>2011-08-20  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>magick/display.c (MagickXMagickCommand): Display 'save' and
'print' should display useful error details.  Problem was reported
by Brad Harder.</p></li>
</ul>
</blockquote>
<p>2011-08-19  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>magick/semaphore.c (AllocateSemaphoreInfo): Enable pthread mutex
error checking if MAGICK_DEBUG is defined when the code is
compiled.  This mode helps validate that mutexes are used
correctly.  No longer enable recursive mutexes since the
GraphicsMagick logic should be able to operate without this
assistance.</p></li>
</ul>
</blockquote>
<p>2011-08-10  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>coders/dcm.c (DCM_ReadOffsetTable): Fix wrong cast noticed when
compiling with LLVM.</p></li>
</ul>
</blockquote>
<p>2011-08-08  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>magick/enhance.c (LevelImageChannel): Fix documented prototype.
Problem was reported by Brad Harder.</p></li>
</ul>
</blockquote>
<p>2011-07-31  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>magick/pixel_cache.c (AcquireOneCacheViewPixelInlined): Only use
image colormap if the image storage class is PseudoClass.
Eliminates a core dump when the image is in CMYK space.</p></li>
</ul>
</blockquote>
<p>2011-07-20  Glenn Randers-Pehrson  &lt;<a class="reference external" href="mailto:glennrp&#37;&#52;&#48;simple&#46;&#46;&#46;">glennrp<span>&#64;</span>simple<span>&#46;</span><span>&#46;</span><span>&#46;</span></a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>coders/png.c: account for changed typecast of png_get_iCCP
argument in libpng15</p></li>
</ul>
</blockquote>
<p>2011-07-20  Glenn Randers-Pehrson  &lt;<a class="reference external" href="mailto:glennrp&#37;&#52;&#48;simple&#46;&#46;&#46;">glennrp<span>&#64;</span>simple<span>&#46;</span><span>&#46;</span><span>&#46;</span></a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>configure.ac: look for libpng15, libpng14, libpng12, and libpng
in that order.</p></li>
</ul>
</blockquote>
<p>2011-07-17  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>png: Update to libpng 1.5.4.</p></li>
</ul>
</blockquote>
<p>2011-06-15  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>www/docutils-articles.css: Style sheet syntax fixes. Patch by
Mark Mitchell.</p></li>
<li><p>scripts/html_fragments.py: Use proper quoting in banner search
HTML.  Patch by Mark Mitchell.</p></li>
</ul>
</blockquote>
<p>2011-06-13  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>magick/image.c (SetImageType): Fix documentation for enumeration
names. The types need &quot;Type&quot; as part of the name.  Problem was
reported by Brad Harder.</p></li>
</ul>
</blockquote>
<p>2011-06-09  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>scripts/html_fragments.py (banner_template): HTML banner
improvements to go along with style-sheet changes.</p></li>
<li><p>www/docutils-articles.css: Style-sheet improvements by Mark
Mitchell to work better on small screens.</p></li>
</ul>
</blockquote>
<p>2011-06-07  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>www/project.rst: Add a page for links to pages about the
project.  The intention is to use this page to reduce the clutter
in the banner.</p></li>
</ul>
</blockquote>
<p>2011-05-31  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>doc/options.imdoc: Document tiff:group-three-options define.</p></li>
<li><p>coders/tiff.c (WriteTIFFImage): Add support for a
tiff:group-three-options define to allow power-users to set the
value of the GROUP3OPTIONS tag.</p></li>
</ul>
</blockquote>
<p>2011-05-28  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>www/Makefile.am: Include Hg.*, remove CVS.*.</p></li>
<li><p>scripts/html_fragments.py (nav_template): CVS tab changed to
Source, which links to Hg.html.</p></li>
<li><p>www/Hg.rst: Document Hg repository access.</p></li>
</ul>
</blockquote>
<p>2011-05-23  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>scripts/rst2htmldeco.py (docutils_opts): Do not include a
datestamp of any kind since it unnecessarily churns the
repository, particularly if the output file did not otherwise
change.</p></li>
<li><p>INSTALL-unix.txt: Fix typo in description of --without-lzma.</p></li>
</ul>
</blockquote>
<p>2011-05-08  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>coders/jpeg.c (ReadJPEGImage): Treat exceptions thrown by
jpeg_finish_decompress() as warnings rather than errors.
(JPEGErrorHandler): Handle JPEG errors directly rather than
passing them to a message formatting routine for handling.  Also
added useful logging.
(JPEGMessageHandler): Only handle JPEG traces and warnings.  Also
added useful logging.</p></li>
</ul>
</blockquote>
<p>2011-05-07  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>coders/jpeg.c (EmitMessage): Treat an unhandled EXP marker as a
warning rather than a hard error.  Resolves SourceForge issue
3297995 &quot;Unsupported marker type 0xdf&quot;.</p></li>
</ul>
</blockquote>
<p>2011-05-04  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>magick/image.c (AppendImages): If the input list only contains
one image, then return a new handle to the one image in the list
rather than reporting an exception.  Problem was reported by Ravil
Rakhimgulov (&quot;Hunter1972&quot;).</p></li>
</ul>
</blockquote>
<p>2011-04-28  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>magick/image.c (SetImageColorRegion): New function to set the
constant pixel color for a specified region of the image.
(AppendImages): Only color background pixels when needed.</p></li>
</ul>
</blockquote>
<p>2011-04-24  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>coders/tiff.c (WriteTIFFImage): Added TIFF writer support for
JBIG1 compression.  Not proven to work yet.</p></li>
<li><p>magick/image.h (CompressionType): Added Group3Compression as an
alias for already existing FaxCompression.  Added
JPEG2000Compression, JBIG1Compression, and JBIG2Compression for
future use.</p></li>
</ul>
</blockquote>
<p>2011-04-23  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>configure.ac: For MinGW32 use 64-bit value formatting
conventions which will work with any version of the WIN32 CRT.</p></li>
</ul>
</blockquote>
<p>2011-04-21  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>coders/jpeg.c (WriteJPEGImage): Properly handle errors reported
by the JPEG library when writing.  Up to now, JPEG library simply
invoked exit(), which crashed or hung if driven by Magick++ API.
Fixes SourceForge bug 3106947 &quot;Assertion failure when saving an
&quot;invalid&quot; image as JPEG&quot;.</p></li>
<li><p>magick/module.c (ModuleAliases): Delete &quot;XTRNBSTR&quot;-entry. Fix by
Stefan Graff.</p></li>
<li><p>contrib/win32/ATL7/ImageMagickObject/ImageMagickObject.cpp
(Perform): Member &quot;Perform&quot; - out-commented SafeArrayAccessData
and following SafeArrayUnaccessData. Fix by Stefan Graff.</p></li>
<li><p>contrib/win32/ATL/ImageMagickObject/MagickImage.cpp: Delete
&quot;XTRNSTREAM&quot;-branch because &quot;XTRNSTREAM&quot; doesn't exist
anymore. Fix by Stefan Graff.</p></li>
<li><p>coders/xtrn.c: In function &quot;WriteXTRNImage&quot; there is no branch
for XTRNARRAY. Fix by Stefan Graff.</p></li>
<li><p>PerlMagick/Magick.xs: AdaptiveThreshold offset argument was
being parsed into an 'unsigned long' rather than 'double' as it
should have been.  This resulted in inability to handle negative
offsets. Fixes SourceForge bug 3288735 &quot;PerlMagick issue with
AdaptiveThreshold&quot;.</p></li>
<li><p>coders/jpeg.c (ReadIPTCProfile): JPEG may deliver IPTC profile
in chunks but code was only allowing one chunk, even though it was
otherwise prepared to concatenate chunks.  Fixes SourceForge bug
2978422 &quot;Clipping paths in JPG images are truncated&quot;.</p></li>
<li><p>magick/utility.c (GetToken): Fix case where parser may run off
end of string.  Also add asserts to check for passing null
pointer.</p></li>
</ul>
</blockquote>
<p>2011-04-10  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>magick/channel.c (ChannelImage): Report an error if the
requested channel is not compatible with the image colorspace.
Only deals with CMYK/RGB conflicts.  Resolves SourceForge issue
3283046 &quot;Bug in CMYK&quot;.</p></li>
</ul>
</blockquote>
<p>2011-03-15  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>coders/txt.c (ReadTXTImage): Throw error if attempt to read
empty file.</p></li>
<li><p>coders/{fits.c,mac.c,miff.c,pcd.c,pict.c,ps3.c,rla.c,txt.c}:
Format requires seekable stream.</p></li>
<li><p>coders/pnm.c (WritePNMImage): Implement writer for PAM format.</p></li>
<li><p>coders/ept.c (WriteEPTImage): Fix error handling for case when
TIFF writer fails.</p></li>
<li><p>magick/constitute.c (ReadImage): Use of GetBlobStatus() to
evaluate image reader success is bogus.
(MagickGetQuantumSamplesPerPixel): New private method to return
the number of samples returned per pixel for a given quantum type.</p></li>
</ul>
</blockquote>
<p>2011-03-14  Glenn Randers-Pehrson  &lt;<a class="reference external" href="mailto:glennrp&#37;&#52;&#48;simple&#46;&#46;&#46;">glennrp<span>&#64;</span>simple<span>&#46;</span><span>&#46;</span><span>&#46;</span></a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>coders/png.c (WriteOnePNGImage(): Fixed a rounding error in
writing the pHYs chunk (it was truncating instead of rounding).</p></li>
</ul>
</blockquote>
<p>2011-02-20  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>magick/magick.c (MagickPanicSignalHandler,MagickSignalHandler):
Don't invoke DestroyMagick() since there may be OpenMP worker
threads still running which are using data which would be
deallocated.  Instead we invoke PurgeTemporaryFiles() to remove
any existing temporary files. Valgrind will report leaks if the
program is terminated by a signal but this causes no actual harm.
Resolves SourceForge issue 3165456 &quot;^C causes semaphore failure in
MacOSX&quot;.
(MagickPanicSignalHandler): Invoke abort() in panic signal handler
so that we will reliably get a core dump.</p></li>
<li><p>magick/tempfile.c (PurgeTemporaryFiles): New private function to
remove any existing temporary files but without destroying
temporary file semaphore.</p></li>
</ul>
</blockquote>
<p>2011-02-13  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>coders/pnm.c (ReadPNMImage): Fix mis-placed break in PAM header
parser.</p></li>
<li><p>wand/magick_wand.c (MagickWriteImageBlob): Improve the
documentation to mention the related use of MagickSetImageFormat()
and MagickResetIterator().</p></li>
</ul>
</blockquote>
<p>2011-02-07  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>magick/xwindow.c (MagickXBestFont): Check for a few more common
font names, and ensure to always check for &quot;fixed&quot; as a final
fallback.</p></li>
</ul>
</blockquote>
<p>2011-02-06  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>config/delegates.mgk.in: Added gs-cmyk entry.  Used if '-type
ColorSeparation' is specified on the command-line prior to the PDF
or Postscript file name.  This entry specifies use of the
Ghostscript PAM driver which is capable of supporting CMYK output.
This may be useful if it is desired to apply CMYK color profiles
to the image returned from the PDF.  As fair warning, it seems
that Ghostscript 8.62 outputs CMYK even if the PDF was in RGB
space if the PAM driver is used.</p></li>
<li><p>coders/pnm.c (ReadPNMImage): Add support for reading netpbm's
PAM format.</p></li>
</ul>
</blockquote>
<p>2011-02-01  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>tests/rwblob.c, tests/rwfile.c: Fixes to help tests work when
testing with multiple frames.</p></li>
<li><p>coders/sgi.c: SGI format is not documented to support multiple
frames.  Remove the half-baked extension for it.</p></li>
</ul>
</blockquote>
<p>2011-02-01  Glenn Randers-Pehrson  &lt;<a class="reference external" href="mailto:glennrp&#37;&#52;&#48;simple&#46;&#46;&#46;">glennrp<span>&#64;</span>simple<span>&#46;</span><span>&#46;</span><span>&#46;</span></a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>coders/bmp.c (ReadBMPImage): Changed file_size greater than
expected from a corrupt-image error to a debug log entry.
File_size too small is still an error, and made that so also for
BI_RGB images which were previously exempted from the test.</p></li>
</ul>
</blockquote>
<p>2011-01-30  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>tests/rwblob.c, tests/rwfile.c: Validate the data in each image
frame, validate that each read returns the same number of frames,
and validate that the correct number of frames was ultimately
returned.</p></li>
<li><p>magick/blob.c (SyncBlob): Disable bogus code which attempted to
replicate the blob I/O object across all images in the list when
the blob is synced.  Leave a less bogus bit of code in place (but
commented out) in case such functionality is deemed to actually be
needed in the future.  The previous code was copying structs on
top of each other, including a pointer member to a semaphore.</p></li>
</ul>
</blockquote>
<p>2011-01-23  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>www/Changes.rst: Add a new Changes page to wrap up the yearly
change logs to lessen download size.</p></li>
<li><p>scripts/changelog2rst.sh: Simple utility to format ChangeLog
format into something resembling reStructuredText.</p></li>
<li><p>www/Makefile.am: Use reStructuredText to format the ChangeLog
files to HTML so that we can inherit the improved formatting and
page style.</p></li>
<li><p>coders/pnm.c (ReadPNMImage): Support for multi-frame PNM was
botched due to on-going edits to support PAM format.</p></li>
</ul>
</blockquote>
<p>2011-01-16  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>wand/magick_wand.c (MagickDescribeImage): Was sending
descriptive output to stdout rather than returning it in an
allocated string as intended.</p></li>
</ul>
</blockquote>
<p>2011-01-09  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
<blockquote>
<ul class="simple">
<li><p>magick/draw.c, wand/drawing_wand.c (MvgPrintf): Update to handle
C99 vsnprintf() return values.</p></li>
<li><p>magick/draw.c, wand/drawing_wand.c (DrawAnnotation): Linux
glibc does not pass extended text characters if &quot;%.1024s&quot;
formatting convention is used.  Apparently it assumes that such
characters may be UTF8 and returns -1 rather than outputting the
string, even if it is assured to fit.</p></li>
</ul>
</blockquote>
</div>


<hr class="docutils">
<div class="document">
    <p><a href="Copyright.html">Copyright</a> © GraphicsMagick Group 2002 - 2023<!--SPONSOR_LOGO--></p>
</div>

</div>
</body>
</html>