Skip to content
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

Add support to encode existing WebP image files #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

morteza-69
Copy link

Improvement Description
Feature Addition: Support for Encoding Existing WebP Image Files

This improvement enhances the functionality of the repository by adding support for encoding existing WebP image files. Previously, the repository supported encoding and decoding images into hash formats for various image types. With this enhancement, users can now encode images that are in WebP format, expanding the versatility and applicability of the repository.

Key Benefits:

Extended Image Format Support: Enables encoding of WebP images, in addition to previously supported formats.
Increased Usability: Users with WebP images can now seamlessly use this repository without needing to convert their images to other formats first.
Broader Application Scope: By supporting WebP, a modern image format known for its efficient compression, the repository becomes more useful for web developers and others who utilize WebP images.
Technical Details:

Added functions to handle the reading and encoding of WebP images.
Ensured compatibility with existing encoding and decoding workflows.
Included tests to verify the correct encoding of WebP images.
This enhancement aims to improve the user experience by providing more flexibility in the types of images that can be encoded and decoded using this repository.

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.

1 participant