Skip to content

Jpeg Metadata (iccp and xmp) #27583

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 15 commits into from
Jul 30, 2025
Merged

Jpeg Metadata (iccp and xmp) #27583

merged 15 commits into from
Jul 30, 2025

Conversation

sturkmen72
Copy link
Contributor

@sturkmen72 sturkmen72 commented Jul 27, 2025

Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

  • I agree to contribute to the project under Apache 2 License.
  • To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
  • The PR is proposed to the proper branch
  • There is a reference to the original bug report and related work
  • There is accuracy test, performance test and test data in opencv_extra repository, if applicable
    Patch to opencv_extra has the same branch name.
  • The feature is well documented and sample code can be built with the project CMake

to do :

  • consider m_read_options
  • check if ICCP metadata is suitable to write PNG
    • the file testExifOrientation_3.jpg used in the test has an ICCP data. this data can be saved in jpg format but could not in PNG and WEBP format. Impovements to check this case with PNGEncoder and WEBPEncoder planned.

@sturkmen72 sturkmen72 marked this pull request as draft July 27, 2025 22:58
@sturkmen72 sturkmen72 marked this pull request as ready for review July 29, 2025 12:51
@sturkmen72
Copy link
Contributor Author

@asmorkalov please restart CI

@asmorkalov asmorkalov self-assigned this Jul 30, 2025
@asmorkalov asmorkalov merged commit 7ab4e1b into opencv:4.x Jul 30, 2025
27 of 28 checks passed
@sturkmen72 sturkmen72 deleted the jpeg_iccp branch July 30, 2025 09:19
@asmorkalov asmorkalov mentioned this pull request Jul 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants