twostraws / SwiftGD

A simple Swift wrapper for libgd
MIT License
457 stars 71 forks source link

Implement AVIF Image Format Support #42

Closed vamsii777 closed 7 months ago

vamsii777 commented 9 months ago

This PR introduces support for the AVIF image format in the SwiftGD library. The addition of AVIF format capabilities enhances the library's versatility, aligning it with modern image processing standards.

Changes

Motivation

AVIF, as a modern and efficient image format, is increasingly being adopted for its superior compression and image quality. Integrating AVIF support into SwiftGD ensures that the library remains up-to-date with current image processing trends and technologies.

Impact

This addition provides SwiftGD users the ability to work with AVIF images, extending the library's applicability to a broader range of projects and use cases. It also ensures compatibility with web and application development standards that are increasingly incorporating AVIF.

Looking forward to your feedback and suggestions for any further improvements.

twostraws commented 9 months ago

This is great – thank you! Are you happy for me to go ahead and merge this now?