Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing registered media sizes to PWG mapping table #501

Merged
merged 1 commit into from
Oct 20, 2022

Commits on Oct 19, 2022

  1. Add missing registered media sizes to PWG mapping table

    A number of sizes that were added to ipp-registrations.xml after the
    initial PWG 5101.1-2002 document are not currently mapped.  When these
    sizes are mapped through a generated IPP Everywhere PPD and back to IPP
    media size names, they get changed into auto-generated self-describing
    names instead of the official registered names.
    
    This change adds all the non-duplicate missing names.  Most of them
    don't have official MediaOptions keywords, so the PPD names are mapped
    to dimensions.  With the updated mapping table, all of these sizes can
    roundtrip correctly.
    
    This also fixes a missing unit and an incorrect name in two existing
    mappings for oe photo sizes.
    
    These entries were not added due to being duplicates of existing sizes:
    
    * iso_id-3_88x125mm duplicates iso_b7_88x125mm.
    * oe_photo-s10r_10x15in duplicates na_10x15_10x15in.
    * prc_3_125x176mm duplicates iso_b6_125x176mm.
    * om_postfix_114x229mm duplicates iso_c6c5_114x229mm.
    * prc_10_324x458mm duplicates iso_c3_324x458mm.
    * prc_5_110x220mm duplicates iso_dl_110x220mm.
    
    Signed-off-by: Benjamin Gordon <bmgordon@chromium.org>
    yetamrra committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    3410e50 View commit details
    Browse the repository at this point in the history