File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5203,7 +5203,7 @@ MAGICK_PATCHLEVEL_VERSION=25
5203
5203
5204
5204
MAGICK_VERSION=6.9.13-25
5205
5205
5206
- MAGICK_GIT_REVISION=d0749f0f3:20250325
5206
+ MAGICK_GIT_REVISION=cfeca4226:20250326
5207
5207
5208
5208
5209
5209
# Substitute library versioning
@@ -5237,7 +5237,7 @@ PACKAGE_LIB_VERSION=0x69D
5237
5237
5238
5238
PACKAGE_LIB_VERSION_NUMBER=6,9,13,25
5239
5239
5240
- PACKAGE_RELEASE_DATE=2025-03-25
5240
+ PACKAGE_RELEASE_DATE=2025-03-26
5241
5241
5242
5242
5243
5243
# Ensure that make can run correctly
@@ -37876,7 +37876,7 @@ fi
37876
37876
#
37877
37877
# GhostPCL related configuration.
37878
37878
#
37879
- PCLColorDevice=ppmraw
37879
+ PCLColorDevice=png16malpha
37880
37880
PCLCMYKDevice=pamcmyk32
37881
37881
PCLMonoDevice=pbmraw
37882
37882
if test -z "$PCLVersion"; then
@@ -37931,8 +37931,8 @@ fi
37931
37931
#
37932
37932
# GhostXPS related configuration.
37933
37933
#
37934
- XPSColorDevice=ppmraw
37935
- XPSCMYKDevice=bmpsep8
37934
+ XPSColorDevice=png16malpha
37935
+ XPSCMYKDevice=pamcmyk32
37936
37936
XPSMonoDevice=pbmraw
37937
37937
if test -z "$XPSVersion"; then
37938
37938
XPSVersion='unknown'
Original file line number Diff line number Diff line change @@ -3519,7 +3519,7 @@ AM_CONDITIONAL([ZIP_DELEGATE],[test "x$ZIP" != "x"])
3519
3519
#
3520
3520
# GhostPCL related configuration.
3521
3521
#
3522
- PCLColorDevice=ppmraw
3522
+ PCLColorDevice=png16malpha
3523
3523
PCLCMYKDevice=pamcmyk32
3524
3524
PCLMonoDevice=pbmraw
3525
3525
if test -z "$PCLVersion"; then
@@ -3565,8 +3565,8 @@ AC_SUBST([PCLVersion])
3565
3565
#
3566
3566
# GhostXPS related configuration.
3567
3567
#
3568
- XPSColorDevice=ppmraw
3569
- XPSCMYKDevice=bmpsep8
3568
+ XPSColorDevice=png16malpha
3569
+ XPSCMYKDevice=pamcmyk32
3570
3570
XPSMonoDevice=pbmraw
3571
3571
if test -z "$XPSVersion"; then
3572
3572
XPSVersion='unknown'
You can’t perform that action at this time.
0 commit comments