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 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976
|
/* Copyright (C) 2001-2012 Artifex Software, Inc.
All Rights Reserved.
This software is provided AS-IS with no warranty, either express or
implied.
This software is distributed under license and may not be copied,
modified or distributed except as expressly authorized under the terms
of the license contained in the file LICENSE in this distribution.
Refer to licensing information at http://www.artifex.com or contact
Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134, San Rafael,
CA 94903, U.S.A., +1(415)492-9861, for further information.
*/
/* (Distiller) parameter handling for PostScript and PDF writers */
#include "string_.h"
#include "jpeglib_.h" /* for sdct.h */
#include "gx.h"
#include "gserrors.h"
#include "gsutil.h"
#include "gxdevice.h"
#include "gsparamx.h"
#include "gdevpsdf.h"
#include "strimpl.h" /* for short-sighted compilers */
#include "scfx.h"
#include "sdct.h"
#include "slzwx.h"
#include "srlx.h"
#include "szlibx.h"
#ifdef USE_LDF_JB2
#include "sjbig2_luratech.h"
#endif
#ifdef USE_LWF_JP2
#include "sjpx_luratech.h"
#endif
/* Define a (bogus) GC descriptor for gs_param_string. */
/* The only ones we use are GC-able and not persistent. */
gs_private_st_composite(st_gs_param_string, gs_param_string, "gs_param_string",
param_string_enum_ptrs, param_string_reloc_ptrs);
static
ENUM_PTRS_WITH(param_string_enum_ptrs, gs_param_string *pstr) return 0;
case 0: return ENUM_CONST_STRING(pstr);
ENUM_PTRS_END
static
RELOC_PTRS_WITH(param_string_reloc_ptrs, gs_param_string *pstr)
{
gs_const_string str;
str.data = pstr->data, str.size = pstr->size;
RELOC_CONST_STRING_VAR(str);
pstr->data = str.data;
}
RELOC_PTRS_END
gs_private_st_element(st_param_string_element, gs_param_string,
"gs_param_string[]", param_string_elt_enum_ptrs,
param_string_elt_reloc_ptrs, st_gs_param_string);
/* ---------------- Get/put Distiller parameters ---------------- */
/*
* ColorConversionStrategy is supposed to affect output color space
* according to the following table. ****** NOT IMPLEMENTED YET ******
PS Input: LeaveCU UseDIC UseDICFI sRGB
Gray art Gray CalGray/ICCBased Gray Gray
Gray image Gray CalGray/ICCBased CalGray/ICCBased Gray
RGB art RGB CalGray/ICCBased RGB CalRGB/sRGB
RGB image RGB CalGray/ICCBased CalRGB/ICCBased CalRGB/sRGB
CMYK art CMYK LAB/ICCBased CMYK CalRGB/sRGB
CMYK image CMYK LAB/ICCBased LAB/ICCBased CalRGB/sRGB
CIE art Cal/ICC Cal/ICC Cal/ICC CalRGB/sRGB
CIE image Cal/ICC Cal/ICC Cal/ICC CalRGB/sRGB
*/
/*
* The Always/NeverEmbed parameters are defined as being incremental. Since
* this isn't compatible with the general property of page devices that if
* you do a currentpagedevice, doing a setpagedevice later will restore the
* same state, we actually define the parameters in sets of 3:
* - AlwaysEmbed is used for incremental additions.
* - ~AlwaysEmbed is used for incremental deletions.
* - .AlwaysEmbed is used for the complete list.
* and analogously for NeverEmbed.
*/
typedef struct psdf_image_filter_name_s {
const char *pname;
const stream_template *templat;
psdf_version min_version;
} psdf_image_filter_name;
static const psdf_image_filter_name Poly_filters[] = {
{"DCTEncode", &s_DCTE_template},
{"FlateEncode", &s_zlibE_template, psdf_version_ll3},
{"LZWEncode", &s_LZWE_template},
#ifdef USE_LWF_JP2
{"JPXEncode", &s_jpxe_template},
#endif
{0, 0}
};
static const psdf_image_filter_name Mono_filters[] = {
{"CCITTFaxEncode", &s_CFE_template},
{"FlateEncode", &s_zlibE_template, psdf_version_ll3},
{"LZWEncode", &s_LZWE_template},
{"RunLengthEncode", &s_RLE_template},
#ifdef USE_LDF_JB2
{"JBIG2Encode", &s_jbig2encode_template},
#endif
{0, 0}
};
typedef struct psdf_image_param_names_s {
const char *ACSDict; /* not used for mono */
const char *Dict;
const char *DownsampleType;
float DownsampleThreshold_default;
const psdf_image_filter_name *filter_names;
const char *Filter;
const char *AutoFilterStrategy;
gs_param_item_t items[9]; /* AutoFilter (not used for mono), */
/* AntiAlias, */
/* Depth, Downsample, DownsampleThreshold, */
/* Encode, Resolution, AutoFilterStrategy, end marker */
} psdf_image_param_names_t;
#define pi(key, type, memb) { key, type, offset_of(psdf_image_params, memb) }
#define psdf_image_param_names(acs, aa, af, de, di, ds, dt, dst, dstd, e, f, fns, r, afs)\
acs, di, dt, dstd, fns, f, afs, {\
pi(af, gs_param_type_bool, AutoFilter),\
pi(aa, gs_param_type_bool, AntiAlias),\
pi(de, gs_param_type_int, Depth),\
pi(ds, gs_param_type_bool, Downsample),\
pi(dst, gs_param_type_float, DownsampleThreshold),\
pi(e, gs_param_type_bool, Encode),\
pi(r, gs_param_type_int, Resolution),\
pi(afs, gs_param_type_int, AutoFilterStrategy),\
gs_param_item_end\
}
static const psdf_image_param_names_t Color_names = {
psdf_image_param_names(
"ColorACSImageDict", "AntiAliasColorImages", "AutoFilterColorImages",
"ColorImageDepth", "ColorImageDict",
"DownsampleColorImages", "ColorImageDownsampleType",
"ColorImageDownsampleThreshold", 1.5,
"EncodeColorImages", "ColorImageFilter", Poly_filters,
"ColorImageResolution", 0
)
};
static const psdf_image_param_names_t Gray_names = {
psdf_image_param_names(
"GrayACSImageDict", "AntiAliasGrayImages", "AutoFilterGrayImages",
"GrayImageDepth", "GrayImageDict",
"DownsampleGrayImages", "GrayImageDownsampleType",
"GrayImageDownsampleThreshold", 2.0,
"EncodeGrayImages", "GrayImageFilter", Poly_filters,
"GrayImageResolution", 0
)
};
static const psdf_image_param_names_t Mono_names = {
psdf_image_param_names(
0, "AntiAliasMonoImages", 0,
"MonoImageDepth", "MonoImageDict",
"DownsampleMonoImages", "MonoImageDownsampleType",
"MonoImageDownsampleThreshold", 2.0,
"EncodeMonoImages", "MonoImageFilter", Mono_filters,
"MonoImageResolution", 0
)
};
static const psdf_image_param_names_t Color_names15 = {
psdf_image_param_names(
"ColorACSImageDict", "AntiAliasColorImages", "AutoFilterColorImages",
"ColorImageDepth", "ColorImageDict",
"DownsampleColorImages", "ColorImageDownsampleType",
"ColorImageDownsampleThreshold", 1.5,
"EncodeColorImages", "ColorImageFilter", Poly_filters,
"ColorImageResolution", "ColorAutoFilterStrategy"
)
};
static const psdf_image_param_names_t Gray_names15 = {
psdf_image_param_names(
"GrayACSImageDict", "AntiAliasGrayImages", "AutoFilterGrayImages",
"GrayImageDepth", "GrayImageDict",
"DownsampleGrayImages", "GrayImageDownsampleType",
"GrayImageDownsampleThreshold", 2.0,
"EncodeGrayImages", "GrayImageFilter", Poly_filters,
"GrayImageResolution", "GrayAutoFilterStrategy"
)
};
#undef pi
static const char *const AutoRotatePages_names[] = {
psdf_arp_names, 0
};
static const char *const ColorConversionStrategy_names[] = {
psdf_ccs_names, 0
};
static const char *const DownsampleType_names[] = {
psdf_ds_names, 0
};
static const char *const Binding_names[] = {
psdf_binding_names, 0
};
static const char *const DefaultRenderingIntent_names[] = {
psdf_ri_names, 0
};
static const char *const TransferFunctionInfo_names[] = {
psdf_tfi_names, 0
};
static const char *const UCRandBGInfo_names[] = {
psdf_ucrbg_names, 0
};
static const char *const CannotEmbedFontPolicy_names[] = {
psdf_cefp_names, 0
};
static const gs_param_item_t psdf_param_items[] = {
#define pi(key, type, memb) { key, type, offset_of(psdf_distiller_params, memb) }
/* General parameters */
pi("ASCII85EncodePages", gs_param_type_bool, ASCII85EncodePages),
/* (AutoRotatePages) */
/* (Binding) */
pi("CompressPages", gs_param_type_bool, CompressPages),
/* (DefaultRenderingIntent) */
pi("DetectBlends", gs_param_type_bool, DetectBlends),
pi("DoThumbnails", gs_param_type_bool, DoThumbnails),
pi("ImageMemory", gs_param_type_long, ImageMemory),
/* (LockDistillerParams) */
pi("LZWEncodePages", gs_param_type_bool, LZWEncodePages),
pi("OPM", gs_param_type_int, OPM),
pi("PreserveHalftoneInfo", gs_param_type_bool, PreserveHalftoneInfo),
pi("PreserveOPIComments", gs_param_type_bool, PreserveOPIComments),
pi("PreserveOverprintSettings", gs_param_type_bool, PreserveOverprintSettings),
/* (TransferFunctionInfo) */
/* (UCRandBGInfo) */
pi("UseFlateCompression", gs_param_type_bool, UseFlateCompression),
/* Color image processing parameters */
pi("ConvertCMYKImagesToRGB", gs_param_type_bool, ConvertCMYKImagesToRGB),
pi("ConvertImagesToIndexed", gs_param_type_bool, ConvertImagesToIndexed),
/* Font embedding parameters */
/* (CannotEmbedFontPolicy) */
pi("EmbedAllFonts", gs_param_type_bool, EmbedAllFonts),
pi("MaxSubsetPct", gs_param_type_int, MaxSubsetPct),
pi("SubsetFonts", gs_param_type_bool, SubsetFonts),
#undef pi
gs_param_item_end
};
/* -------- Get parameters -------- */
static int
psdf_write_name(gs_param_list *plist, const char *key, const char *str)
{
gs_param_string pstr;
param_string_from_string(pstr, str);
return param_write_name(plist, key, &pstr);
}
static int
psdf_write_string_param(gs_param_list *plist, const char *key,
const gs_const_string *pstr)
{
gs_param_string ps;
ps.data = pstr->data;
ps.size = pstr->size;
ps.persistent = false;
return param_write_string(plist, key, &ps);
}
/*
* Get an image Dict parameter. Note that we return a default (empty)
* dictionary if the parameter has never been set.
*/
static int
psdf_get_image_dict_param(gs_param_list * plist, const gs_param_name pname,
gs_c_param_list *plvalue)
{
gs_param_dict dict;
int code;
if (pname == 0)
return 0;
dict.size = 12; /* enough for all param dicts we know about */
if ((code = param_begin_write_dict(plist, pname, &dict, false)) < 0)
return code;
if (plvalue != 0) {
gs_c_param_list_read(plvalue);
code = param_list_copy(dict.list, (gs_param_list *)plvalue);
}
param_end_write_dict(plist, pname, &dict);
return code;
}
/* Get a set of image-related parameters. */
static int
psdf_get_image_params(gs_param_list * plist,
const psdf_image_param_names_t * pnames, psdf_image_params * params)
{
/* Skip AutoFilter for mono images. */
const gs_param_item_t *items =
(pnames->items[0].key == 0 ? pnames->items + 1 : pnames->items);
int code;
/*
* We must actually return a value for every parameter, so that
* all parameter names will be recognized as settable by -d or -s
* from the command line.
*/
code = gs_param_write_items(plist, params, NULL, items);
if (code < 0)
return code;
code = psdf_get_image_dict_param(plist, pnames->ACSDict, params->ACSDict);
if (code < 0)
return code;
/* (AntiAlias) */
/* (AutoFilter) */
/* (Depth) */
code = psdf_get_image_dict_param(plist, pnames->Dict, params->Dict);
if (code < 0)
return code;
/* (Downsample) */
code = psdf_write_name(plist, pnames->DownsampleType,
DownsampleType_names[params->DownsampleType]);
if (code < 0)
return code;
/* (DownsampleThreshold) */
/* (Encode) */
code = psdf_write_name(plist, pnames->Filter,
(params->Filter == 0 ?
pnames->filter_names[0].pname :
params->Filter));
if (code < 0)
return code;
/* (Resolution) */
#ifdef USE_LWF_JP2
if (pnames->AutoFilterStrategy != 0)
code = psdf_write_name(plist, pnames->AutoFilterStrategy,
(params->AutoFilterStrategy == 0 ?
"JPEG2000" : params->AutoFilterStrategy));
#endif
return code;
}
/* Get a font embedding parameter. */
static int
psdf_get_embed_param(gs_param_list *plist, gs_param_name allpname,
const gs_param_string_array *psa)
{
int code = param_write_name_array(plist, allpname, psa);
if (code >= 0)
code = param_write_name_array(plist, allpname + 1, psa);
return code;
}
/* Get parameters. */
int
gdev_psdf_get_params(gx_device * dev, gs_param_list * plist)
{
gx_device_psdf *pdev = (gx_device_psdf *) dev;
int code = gdev_vector_get_params(dev, plist);
if (code < 0)
return code;
code = gs_param_write_items(plist, &pdev->params, NULL, psdf_param_items);
if (code < 0)
return code;
/* General parameters */
code = psdf_write_name(plist, "AutoRotatePages",
AutoRotatePages_names[(int)pdev->params.AutoRotatePages]);
if (code < 0)
return code;
code = psdf_write_name(plist, "Binding",
Binding_names[(int)pdev->params.Binding]);
if (code < 0)
return code;
code = psdf_write_name(plist, "DefaultRenderingIntent",
DefaultRenderingIntent_names[(int)pdev->params.DefaultRenderingIntent]);
if (code < 0)
return code;
code = psdf_write_name(plist, "TransferFunctionInfo",
TransferFunctionInfo_names[(int)pdev->params.TransferFunctionInfo]);
if (code < 0)
return code;
code = psdf_write_name(plist, "UCRandBGInfo",
UCRandBGInfo_names[(int)pdev->params.UCRandBGInfo]);
if (code < 0)
return code;
/* Color sampled image parameters */
code = psdf_get_image_params(plist,
(pdev->ParamCompatibilityLevel >= 1.5 ? &Color_names15 : &Color_names),
&pdev->params.ColorImage);
if (code < 0)
return code;
code = psdf_write_name(plist, "ColorConversionStrategy",
ColorConversionStrategy_names[(int)pdev->params.ColorConversionStrategy]);
if (code < 0)
return code;
code = psdf_write_string_param(plist, "CalCMYKProfile",
&pdev->params.CalCMYKProfile);
if (code < 0)
return code;
code = psdf_write_string_param(plist, "CalGrayProfile",
&pdev->params.CalGrayProfile);
if (code < 0)
return code;
code = psdf_write_string_param(plist, "CalRGBProfile",
&pdev->params.CalRGBProfile);
if (code < 0)
return code;
code = psdf_write_string_param(plist, "sRGBProfile",
&pdev->params.sRGBProfile);
if (code < 0)
return code;
/* Gray sampled image parameters */
code = psdf_get_image_params(plist,
(pdev->ParamCompatibilityLevel >= 1.5 ? &Gray_names15 : &Gray_names),
&pdev->params.GrayImage);
if (code < 0)
return code;
/* Mono sampled image parameters */
code = psdf_get_image_params(plist, &Mono_names, &pdev->params.MonoImage);
if (code < 0)
return code;
/* Font embedding parameters */
code = psdf_get_embed_param(plist, ".AlwaysEmbed", &pdev->params.AlwaysEmbed);
if (code < 0)
return code;
code = psdf_get_embed_param(plist, ".NeverEmbed", &pdev->params.NeverEmbed);
if (code < 0)
return code;
code = psdf_write_name(plist, "CannotEmbedFontPolicy",
CannotEmbedFontPolicy_names[(int)pdev->params.CannotEmbedFontPolicy]);
return code;
}
/* -------- Put parameters -------- */
extern stream_state_proc_put_params(s_CF_put_params, stream_CF_state);
extern stream_state_proc_put_params(s_DCTE_put_params, stream_DCT_state);
typedef stream_state_proc_put_params((*ss_put_params_t), stream_state);
static int
psdf_read_string_param(gs_param_list *plist, const char *key,
gs_const_string *pstr, gs_memory_t *mem, int ecode)
{
gs_param_string ps;
int code;
switch (code = param_read_string(plist, key, &ps)) {
case 0: {
uint size = ps.size;
byte *data = gs_alloc_string(mem, size, "psdf_read_string_param");
if (data == 0)
return_error(gs_error_VMerror);
memcpy(data, ps.data, size);
pstr->data = data;
pstr->size = size;
break;
}
default:
ecode = code;
case 1:
break;
}
return ecode;
}
/*
* The arguments and return value for psdf_put_enum are different because
* we must cast the value both going in and coming out.
*/
static int
psdf_put_enum(gs_param_list *plist, const char *key, int value,
const char *const pnames[], int *pecode)
{
*pecode = param_put_enum(plist, key, &value, pnames, *pecode);
return value;
}
static int
psdf_CF_put_params(gs_param_list * plist, stream_state * st)
{
stream_CFE_state *const ss = (stream_CFE_state *) st;
(*s_CFE_template.set_defaults) (st);
ss->K = -1;
ss->BlackIs1 = true;
return s_CF_put_params(plist, (stream_CF_state *) ss);
}
static int
psdf_DCT_put_params(gs_param_list * plist, stream_state * st)
{
return psdf_DCT_filter(plist, st, 8 /*nominal*/, 8 /*ibid.*/, 3 /*ibid.*/,
NULL);
}
/* Put [~](Always|Never)Embed parameters. */
/* Returns 0 = OK, 1 = no paramewter specified, <0 = error. */
static int
param_read_embed_array(gs_param_list * plist, gs_param_name pname,
gs_param_string_array * psa)
{
int code;
psa->data = 0, psa->size = 0;
switch (code = param_read_name_array(plist, pname, psa)) {
default:
param_signal_error(plist, pname, code);
case 0:
case 1:
break;
}
return code;
}
static bool
param_string_eq(const gs_param_string *ps1, const gs_param_string *ps2)
{
return !bytes_compare(ps1->data, ps1->size, ps2->data, ps2->size);
}
static int
add_embed(gs_param_string_array *prsa, const gs_param_string_array *psa,
gs_memory_t *mem)
{
uint i;
gs_param_string *const rdata =
(gs_param_string *)prsa->data; /* break const */
uint count = prsa->size;
for (i = 0; i < psa->size; ++i) {
uint j;
for (j = 0; j < count; ++j)
if (param_string_eq(&psa->data[i], &rdata[j]))
break;
if (j == count) {
uint size = psa->data[i].size;
byte *data = gs_alloc_string(mem, size, "add_embed");
if (data == 0)
return_error(gs_error_VMerror);
memcpy(data, psa->data[i].data, size);
rdata[count].data = data;
rdata[count].size = size;
rdata[count].persistent = false;
count++;
}
}
prsa->size = count;
return 0;
}
static void
delete_embed(gs_param_string_array *prsa, const gs_param_string_array *pnsa,
gs_memory_t *mem)
{
uint i;
gs_param_string *const rdata =
(gs_param_string *)prsa->data; /* break const */
uint count = prsa->size;
for (i = pnsa->size; i-- > 0;) {
uint j;
for (j = count; j-- > 0;)
if (param_string_eq(&pnsa->data[i], &rdata[j]))
break;
if (j + 1 != 0) {
gs_free_const_string(mem, rdata[j].data, rdata[j].size,
"delete_embed");
rdata[j] = rdata[--count];
}
}
prsa->size = count;
}
static int merge_embed(gs_param_string_array * psa, gs_param_string_array * asa,
gs_memory_t *mem)
{
gs_param_string_array rsa;
gs_param_string *rdata;
int code;
rdata = gs_alloc_struct_array(mem, psa->size + asa->size,
gs_param_string,
&st_param_string_element,
"psdf_put_embed_param(update)");
if (rdata == 0)
return_error(gs_error_VMerror);
memcpy(rdata, psa->data, psa->size * sizeof(*psa->data));
rsa.data = rdata;
rsa.size = psa->size;
rsa.persistent = false;
code = add_embed(&rsa, asa, mem);
if (code < 0) {
gs_free_object(mem, rdata, "psdf_put_embed_param(update)");
return code;
}
gs_free_const_object(mem, psa->data, "psdf_put_embed_param(free)");
*psa = rsa;
return 0;
}
static int
psdf_put_embed_param(gs_param_list * plist, gs_param_name notpname,
gs_param_name pname, gs_param_string_array * psa,
gs_memory_t *mem, int ecode)
{
gs_param_name allpname = pname + 1;
gs_param_string_array sa, nsa, asa;
int code;
mem = gs_memory_stable(mem);
code = param_read_embed_array(plist, pname, &sa);
if (code < 0)
return code;
if (code == 0) {
/* Optimize for sa == *psa. */
int i;
if (sa.size == psa->size) {
for (i = 0; i < sa.size; ++i) {
if (!param_string_eq(&sa.data[i], &psa->data[i]))
break;
}
} else
i = -1;
if (i == sa.size) {
/* equal, no-op. */
} else {
delete_embed(psa, psa, mem);
code = merge_embed(psa, &sa, mem);
if (code < 0)
return code;
}
}
code = param_read_embed_array(plist, notpname, &nsa);
if (code < 0)
return code;
if (nsa.data != 0)
delete_embed(psa, &nsa, mem);
code = param_read_embed_array(plist, allpname, &asa);
if (code < 0)
return code;
if (asa.data != 0) {
code = merge_embed(psa, &asa, mem);
if (code < 0)
return code;
}
if (psa->data)
psa->data = gs_resize_object(mem, (gs_param_string *)psa->data, psa->size,
"psdf_put_embed_param(resize)");
return 0;
}
/* Put an image Dict parameter. */
static int
psdf_put_image_dict_param(gs_param_list * plist, const gs_param_name pname,
gs_c_param_list **pplvalue,
const stream_template * templat,
ss_put_params_t put_params, gs_memory_t * mem)
{
gs_param_dict dict;
gs_c_param_list *plvalue = *pplvalue;
int code;
mem = gs_memory_stable(mem);
switch (code = param_begin_read_dict(plist, pname, &dict, false)) {
default:
param_signal_error(plist, pname, code);
return code;
case 1:
return 0;
case 0: {
/* Check the parameter values now. */
stream_state *ss = s_alloc_state(mem, templat->stype, pname);
if (ss == 0)
return_error(gs_error_VMerror);
ss->templat = templat;
if (templat->set_defaults)
templat->set_defaults(ss);
code = put_params(dict.list, ss);
if (templat->release)
templat->release(ss);
gs_free_object(mem, ss, pname);
if (code < 0) {
param_signal_error(plist, pname, code);
} else {
plvalue = gs_c_param_list_alloc(mem, pname);
if (plvalue == 0)
return_error(gs_error_VMerror);
gs_c_param_list_write(plvalue, mem);
code = param_list_copy((gs_param_list *)plvalue,
dict.list);
if (code < 0) {
gs_c_param_list_release(plvalue);
gs_free_object(mem, plvalue, pname);
plvalue = *pplvalue;
}
}
}
param_end_read_dict(plist, pname, &dict);
break;
}
if (plvalue != *pplvalue) {
if (*pplvalue)
gs_c_param_list_release(*pplvalue);
*pplvalue = plvalue;
}
return code;
}
/* Put a set of image-related parameters. */
static int
psdf_put_image_params(const gx_device_psdf * pdev, gs_param_list * plist,
const psdf_image_param_names_t * pnames,
psdf_image_params * params, int ecode)
{
gs_param_string fs;
/*
* Since this procedure can be called before the device is open,
* we must use pdev->memory rather than pdev->v_memory.
*/
gs_memory_t *mem = pdev->memory;
gs_param_name pname;
/* Skip AutoFilter for mono images. */
const gs_param_item_t *items =
(pnames->items[0].key == 0 ? pnames->items + 1 : pnames->items);
int code = gs_param_read_items(plist, params, items);
if ((pname = pnames->ACSDict) != 0) {
code = psdf_put_image_dict_param(plist, pname, ¶ms->ACSDict,
&s_DCTE_template,
psdf_DCT_put_params, mem);
if (code < 0)
ecode = code;
}
/* (AntiAlias) */
/* (AutoFilter) */
/* (Depth) */
if ((pname = pnames->Dict) != 0) {
const stream_template *templat;
ss_put_params_t put_params;
/* Hack to determine what kind of a Dict we want: */
if (pnames->Dict[0] == 'M')
templat = &s_CFE_template,
put_params = psdf_CF_put_params;
else
templat = &s_DCTE_template,
put_params = psdf_DCT_put_params;
code = psdf_put_image_dict_param(plist, pname, ¶ms->Dict,
templat, put_params, mem);
if (code < 0)
ecode = code;
}
/* (Downsample) */
params->DownsampleType = (enum psdf_downsample_type)
psdf_put_enum(plist, pnames->DownsampleType,
(int)params->DownsampleType, DownsampleType_names,
&ecode);
/* (DownsampleThreshold) */
/* (Encode) */
#ifdef USE_LWF_JP2
/* Process AutoFilterStrategy before Filter, because it sets defaults
for the latter. */
if (pnames->AutoFilterStrategy != NULL) {
switch (code = param_read_string(plist, pnames->AutoFilterStrategy, &fs)) {
case 0:
{
const psdf_image_filter_name *pn = pnames->filter_names;
const char *param_name = 0;
if (gs_param_string_eq(&fs, "/JPEG")) {
params->AutoFilterStrategy = "/JPEG";
param_name = "DCTEncode";
} if (gs_param_string_eq(&fs, "/JPEG2000")) {
params->AutoFilterStrategy = "/JPEG2000";
param_name = "JPXEncode";
} else {
ecode = gs_error_rangecheck;
goto ipe1;
}
while (pn->pname != 0 && !gs_param_string_eq(&fs, param_name))
pn++;
if (pn->pname != 0 && pn->min_version <= pdev->version) {
params->Filter = pn->pname;
params->filter_template = pn->templat;
}
break;
}
default:
ecode = code;
ipe1:param_signal_error(plist, pnames->AutoFilterStrategy, ecode);
case 1:
break;
}
}
#endif
switch (code = param_read_string(plist, pnames->Filter, &fs)) {
case 0:
{
const psdf_image_filter_name *pn = pnames->filter_names;
while (pn->pname != 0 && !gs_param_string_eq(&fs, pn->pname))
pn++;
if (pn->pname == 0 || pn->min_version > pdev->version) {
ecode = gs_error_rangecheck;
goto ipe;
}
params->Filter = pn->pname;
params->filter_template = pn->templat;
break;
}
default:
ecode = code;
ipe:param_signal_error(plist, pnames->Filter, ecode);
case 1:
break;
}
/* (Resolution) */
if (ecode >= 0) { /* Force parameters to acceptable values. */
if (params->Resolution < 1)
params->Resolution = 1;
if (params->DownsampleThreshold < 1 ||
params->DownsampleThreshold > 10)
params->DownsampleThreshold = pnames->DownsampleThreshold_default;
switch (params->Depth) {
default:
params->Depth = -1;
case 1:
case 2:
case 4:
case 8:
case -1:
break;
}
}
return ecode;
}
/* Put parameters. */
int
gdev_psdf_put_params(gx_device * dev, gs_param_list * plist)
{
gx_device_psdf *pdev = (gx_device_psdf *) dev;
gs_memory_t *mem =
(pdev->v_memory ? pdev->v_memory : dev->memory);
int ecode, code;
psdf_distiller_params params;
params = pdev->params;
/*
* If LockDistillerParams was true and isn't being set to false,
* ignore all other psdf parameters. However, do not ignore the
* standard device parameters.
*/
ecode = code = param_read_bool(plist, "LockDistillerParams",
¶ms.LockDistillerParams);
if (!(pdev->params.LockDistillerParams && params.LockDistillerParams)) {
/* General parameters. */
code = gs_param_read_items(plist, ¶ms, psdf_param_items);
if (code < 0)
ecode = code;
params.AutoRotatePages = (enum psdf_auto_rotate_pages)
psdf_put_enum(plist, "AutoRotatePages", (int)params.AutoRotatePages,
AutoRotatePages_names, &ecode);
params.Binding = (enum psdf_binding)
psdf_put_enum(plist, "Binding", (int)params.Binding,
Binding_names, &ecode);
params.DefaultRenderingIntent = (enum psdf_default_rendering_intent)
psdf_put_enum(plist, "DefaultRenderingIntent",
(int)params.DefaultRenderingIntent,
DefaultRenderingIntent_names, &ecode);
params.TransferFunctionInfo = (enum psdf_transfer_function_info)
psdf_put_enum(plist, "TransferFunctionInfo",
(int)params.TransferFunctionInfo,
TransferFunctionInfo_names, &ecode);
params.UCRandBGInfo = (enum psdf_ucr_and_bg_info)
psdf_put_enum(plist, "UCRandBGInfo", (int)params.UCRandBGInfo,
UCRandBGInfo_names, &ecode);
ecode = param_put_bool(plist, "UseFlateCompression",
¶ms.UseFlateCompression, ecode);
/* Color sampled image parameters */
ecode = psdf_put_image_params(pdev, plist,
(pdev->ParamCompatibilityLevel >= 1.5 ? &Color_names15 : &Color_names),
¶ms.ColorImage, ecode);
params.ColorConversionStrategy = (enum psdf_color_conversion_strategy)
psdf_put_enum(plist, "ColorConversionStrategy",
(int)params.ColorConversionStrategy,
ColorConversionStrategy_names, &ecode);
ecode = psdf_read_string_param(plist, "CalCMYKProfile",
¶ms.CalCMYKProfile, mem, ecode);
ecode = psdf_read_string_param(plist, "CalGrayProfile",
¶ms.CalGrayProfile, mem, ecode);
ecode = psdf_read_string_param(plist, "CalRGBProfile",
¶ms.CalRGBProfile, mem, ecode);
ecode = psdf_read_string_param(plist, "sRGBProfile",
¶ms.sRGBProfile, mem, ecode);
/* Gray sampled image parameters */
ecode = psdf_put_image_params(pdev, plist,
(pdev->ParamCompatibilityLevel >= 1.5 ? &Gray_names15 : &Gray_names),
¶ms.GrayImage, ecode);
/* Mono sampled image parameters */
ecode = psdf_put_image_params(pdev, plist, &Mono_names,
¶ms.MonoImage, ecode);
/* Font embedding parameters */
ecode = psdf_put_embed_param(plist, "~AlwaysEmbed", ".AlwaysEmbed",
¶ms.AlwaysEmbed, mem, ecode);
ecode = psdf_put_embed_param(plist, "~NeverEmbed", ".NeverEmbed",
¶ms.NeverEmbed, mem, ecode);
params.CannotEmbedFontPolicy = (enum psdf_cannot_embed_font_policy)
psdf_put_enum(plist, "CannotEmbedFontPolicy",
(int)params.CannotEmbedFontPolicy,
CannotEmbedFontPolicy_names, &ecode);
}
if (ecode < 0)
return ecode;
code = gdev_vector_put_params(dev, plist);
if (code < 0)
return code;
pdev->params = params; /* OK to update now */
return 0;
}
|