Skip to content

Comments

feat(image): Add compression and format effects for images#92

Merged
BeneRoch merged 2 commits intomainfrom
feature/image/compression
Apr 11, 2025
Merged

feat(image): Add compression and format effects for images#92
BeneRoch merged 2 commits intomainfrom
feature/image/compression

Conversation

@BeneRoch
Copy link
Contributor

This adds the possibility to compress images and turn to another format like this:

    {
        "type": "format",
        "format": "webp"
    },
    {
        "type": "compression",
        "quality": 70
    },
    {
        "type": "save",
        "copy": "{{filename}}.2000x000.{{extension}}.webp"
    }

Note that the saved file must include the new extension (in that case, .webp).

@BeneRoch BeneRoch merged commit 0ea5459 into main Apr 11, 2025
15 of 36 checks passed
@charcoal-butler
Copy link
Contributor

🎉 This PR is included in version 5.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@mcaskill mcaskill deleted the feature/image/compression branch February 11, 2026 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant