Skip to content

Filter selection enhancements #2136

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

Merged
merged 1 commit into from
Jan 14, 2019

Conversation

lgritz
Copy link
Collaborator

@lgritz lgritz commented Jan 9, 2019

  • Main event: add "nuke-lanczos6" as an alias for our "lanczos3" filter.
    (Nuke names it according to the full width, which makes sense but is
    different than our more conventional lanczos3 nomenclature. Made the
    alias to make it more obvious which to choose if you want to exactly
    replicate what Nuke calls lanczos6.)

  • Added new flavor of get_filterdesc() that returns a const ref,
    instead of copying into a parameter by pointer. (In retrospect, I'm
    not even sure why I did it that way.)

  • Made oiiotool --help -v print the available filters, for handy
    reference.

* Main event: add "nuke-lanczos6" as an alias for our "lanczos3" filter.
  (Nuke names it according to the full width, which makes sense but is
  different than our more conventional lanczos3 nomenclature. Made the
  alias to make it more obvious which to choose if you want to exactly
  replicate what Nuke calls lanczos6.)

* Added new flavor of get_filterdesc() that returns a const ref,
  instead of copying into a parameter by pointer. (In retrospect, I'm
  not even sure why I did it that way.)

* Made `oiiotool --help -v` print the available filters, for handy
  reference.
@lgritz lgritz merged commit f1d14cc into AcademySoftwareFoundation:master Jan 14, 2019
@lgritz lgritz deleted the lg-filter branch January 14, 2019 23:49
lgritz added a commit to lgritz/OpenImageIO that referenced this pull request Jan 14, 2019
* Main event: add "nuke-lanczos6" as an alias for our "lanczos3" filter.
  (Nuke names it according to the full width, which makes sense but is
  different than our more conventional lanczos3 nomenclature. Made the
  alias to make it more obvious which to choose if you want to exactly
  replicate what Nuke calls lanczos6.)

* Added new flavor of get_filterdesc() that returns a const ref,
  instead of copying into a parameter by pointer. (In retrospect, I'm
  not even sure why I did it that way.)

* Made `oiiotool --help -v` print the available filters, for handy
  reference.
lgritz added a commit to lgritz/OpenImageIO that referenced this pull request Jan 14, 2019
* Main event: add "nuke-lanczos6" as an alias for our "lanczos3" filter.
  (Nuke names it according to the full width, which makes sense but is
  different than our more conventional lanczos3 nomenclature. Made the
  alias to make it more obvious which to choose if you want to exactly
  replicate what Nuke calls lanczos6.)

* Added new flavor of get_filterdesc() that returns a const ref,
  instead of copying into a parameter by pointer. (In retrospect, I'm
  not even sure why I did it that way.)

* Made `oiiotool --help -v` print the available filters, for handy
  reference.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant