For example, the previous effect: py >>> img.modify_iptc({'Iptc.Application2.Keywords': 'tag1'}) >>> img.read_iptc()['Iptc.Application2.Keywords'] 'tag1'
The current effect: py >>> img.read_iptc()['Iptc.Application2.Keywords'] ['tag1']
</details>
2.4.1
- Add APIs to handle comment embedded in images: `read_comment()`, `modify_comment()`, `clear_comment()` - Add APIs to handle ICC Profile embedded in images: `read_icc()`, `modify_icc()`, `clear_icc()` - Make test cases more rigorous. - Make the wheel package for different platforms separately.
2.3.2
- This is a patched version. - Update documents - Add compiled files for python3.9