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

Support tolerances for QgsRasterTransparency pixel values #58180

Merged
merged 7 commits into from
Jul 29, 2024

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    e2a267f View commit details
    Browse the repository at this point in the history
  2. [feature] Support tolerances for QgsRasterTransparency pixel values

    Allows pixels with color components just outside of the specified
    RGB values to also be treated as transparent pixels
    
    Useful for photographs or compressed rasters where a range of color
    values must be made transparent
    nyalldawson committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    4c4106e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    930f1bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af9140e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    63b14bf View commit details
    Browse the repository at this point in the history
  6. Show tolerance in widget

    nyalldawson committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    a022ea0 View commit details
    Browse the repository at this point in the history
  7. [api] Split tolerance into separate values for red, green, blue channels

    Makes the API more flexible for future use. We only expose a single
    tolerance value in the UI, but in future we could expose the
    separate tolerances if desired (but be wary of UI bloat!!)
    nyalldawson committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    f847a0e View commit details
    Browse the repository at this point in the history