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

API: deprecate 'bpp' member in favor of 'prec' #1383

Merged
merged 2 commits into from
Oct 21, 2021

Commits on Oct 21, 2021

  1. Configuration menu
    Copy the full SHA
    3835f37 View commit details
    Browse the repository at this point in the history
  2. API: deprecate 'bpp' member in favor of 'prec'

    in opj_image_comp and opj_image_comptparm structures.
    
    bpp was redundant with prec, and almost never set by the library, except
    by opj_image_create(). This change should hopefully not impact existing,
    working, users of the API, which should already have used prec to get
    things working.
    
    Fixes uclouvain#1379
    rouault committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    0b5d626 View commit details
    Browse the repository at this point in the history