Skip to content

Improve Base64/Bayer/Bgra function descriptions in SimdLib.hpp - #817

Merged
ermig1979 merged 1 commit into
devfrom
cursor/improve-base64-bayer-bgra-docs-4e46
Aug 4, 2026
Merged

Improve Base64/Bayer/Bgra function descriptions in SimdLib.hpp#817
ermig1979 merged 1 commit into
devfrom
cursor/improve-base64-bayer-bgra-docs-4e46

Conversation

@ermig1979

Copy link
Copy Markdown
Owner

Summary

Align C++ wrapper Doxygen descriptions in SimdLib.hpp with the improved C API wording in SimdLib.h for Base64, Bayer, and BGRA conversion helpers, and record the updates in release 7.2.165 notes.

Improved functions

  • Simd::Base64Decode, Simd::Base64Encode
  • Simd::BayerToBgr, Simd::BayerToBgra
  • Simd::BgraToBayer, Simd::BgraToBgr, Simd::BgraToGray, Simd::BgraToRgb, Simd::BgraToRgba
  • Simd::BgraToYuv420p, Simd::BgraToYuv422p, Simd::BgraToYuv444p, Simd::BgraToYuva420p

Notable doc fixes

  • Corrected BayerToBgra default alpha description (0xFF, not 256).
  • Clarified YUV chroma subsampling behavior and that alpha is ignored (except BgraToYuva420p).
  • Fixed yuvType parameter wording to describe the output YUV type.

Files

  • src/Simd/SimdLib.hpp — documentation only
  • docs/2026.html — release 7.2.165 Documentation/Improving entries

No test suite run (documentation-only change, as requested).

Open in Web Open in Cursor 

Align C++ wrapper Doxygen docs with implementation behavior and the
improved C API wording, and record the changes in release 7.2.165 notes.

Co-authored-by: Ihar Yermalayeu <ermig1979@gmail.com>
@ermig1979
ermig1979 marked this pull request as ready for review August 4, 2026 11:44
@ermig1979
ermig1979 merged commit 495cb72 into dev Aug 4, 2026
1 check passed
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.

2 participants