sharp
sharp copied to clipboard
feat: Add withXmp() method for XMP metadata injection
partially resolves #4143
- Add withXmp(xmpBuffer) method to embed custom XMP metadata in output images
- Include parameter validation for non-Buffer inputs
- Add tests
- Update API documentation