-
Notifications
You must be signed in to change notification settings - Fork 649
feat(oiiotool): eraseattrib_fromfile #4763
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
lgritz
merged 33 commits into
AcademySoftwareFoundation:main
from
lydia-zheng:feat_eraseattrib_fromfile
May 21, 2025
Merged
Changes from 7 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
0ef5a26
Adding eraseattrib_fromfile as a feature
lydia-zheng 459a0e7
fixing format
lydia-zheng a45ba8a
incorporating comment changes and removing build folder
lydia-zheng ce356cc
removing extraneous build files
lydia-zheng 9c08661
updating to latest cpp file
lydia-zheng 22b1982
clang format after incorporating suggestions
lydia-zheng f77aa13
Merge branch 'main' into feat_eraseattrib_fromfile
lydia-zheng 9f49d13
removing called out extra variable, updating rough copy of doc
lydia-zheng 6d8b22a
Merge branch 'feat_eraseattrib_fromfile' of https://github.com/lydia-…
lydia-zheng 677580c
added regex file contents in doc examples
lydia-zheng e15c948
walking back on editor space inserts
lydia-zheng a9779c7
Merge branch 'AcademySoftwareFoundation:main' into feat_eraseattrib_f…
lydia-zheng 00c9f26
Merge branch 'feat_eraseattrib_fromfile' of https://github.com/lydia-…
lydia-zheng ed492e4
incorporating suggestions for cpp
lydia-zheng c12d26f
doc should have whitespace changes all reverted, reference file 0ef5a…
lydia-zheng 7f2e758
Adding eraseattrib_fromfile as a feature
lydia-zheng 16624b3
fixing format
lydia-zheng 8de1107
incorporating comment changes and removing build folder
lydia-zheng ca513ed
removing extraneous build files
lydia-zheng 49ec3d2
updating to latest cpp file
lydia-zheng 503db40
clang format after incorporating suggestions
lydia-zheng 1f7ac0d
removing called out extra variable, updating rough copy of doc
lydia-zheng 1134864
added regex file contents in doc examples
lydia-zheng 6e22d19
walking back on editor space inserts
lydia-zheng 067d747
incorporating suggestions for cpp
lydia-zheng 5cb32bf
doc should have whitespace changes all reverted, reference file 0ef5a…
lydia-zheng e1c6636
Merge branch 'feat_eraseattrib_fromfile' of https://github.com/lydia-…
lydia-zheng e46de5c
switching to design 2,fixing clang
lydia-zheng c59fa38
Update src/doc/oiiotool.rst
lydia-zheng 98fe6ec
Update src/doc/oiiotool.rst
lydia-zheng 395ea0b
Update src/doc/oiiotool.rst
lydia-zheng 5b990db
removing outdated comment
lydia-zheng 5d5a7f7
removing spacing around action_attrib_helper
lydia-zheng File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,6 +7,12 @@ | |
| # Test oiiotool's ability to add and delete attributes | ||
|
|
||
|
|
||
| # Test --eraseattrib_fromfile to erase from a list of regex matching attributes | ||
|
|
||
| command += oiiotool (OIIO_TESTSUITE_IMAGEDIR+"/tahoe-gps.jpg --eraseattrib_fromfile src/regex_list.txt -o nomakegps.jpg") | ||
| command += info_command ("nomakegps.jpg", safematch=True) | ||
|
|
||
|
|
||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Great test! |
||
| # Test --eraseattrib ability to erase one specific attribute | ||
| # The result should not have "Make" | ||
| command += oiiotool (OIIO_TESTSUITE_IMAGEDIR+"/tahoe-gps.jpg --eraseattrib Make -o nomake.jpg") | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| Make | ||
| GPS:.* |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.