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

JPG: Update EXIF, IPTC and XMP simultaneously #22

Open
StefanOltmann opened this issue Jul 26, 2023 · 0 comments
Open

JPG: Update EXIF, IPTC and XMP simultaneously #22

StefanOltmann opened this issue Jul 26, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@StefanOltmann
Copy link
Member

Currently, the update processes for EXIF, IPTC, and XMP metadata are handled by distinct methods, which have been inherited from Apache Commons Imaging. These methods are utilized in the JpegUpdater class.

To improve the code and streamline the updating process, we should refactor JpegRewriter to support a single-shot update for all three metadata locations (EXIF, IPTC, and XMP). By doing so, we can enhance the efficiency and maintainability of the codebase.

@StefanOltmann StefanOltmann added the enhancement New feature or request label Jul 26, 2023
@StefanOltmann StefanOltmann changed the title Update EXIF, IPTC and XMP simultaneously JPG: Update EXIF, IPTC and XMP simultaneously Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant