feat: Add comprehensive image processing operations with libvips integration#4
Merged
feat: Add comprehensive image processing operations with libvips integration#4
libvips integration#4Conversation
…n, resizing, and metadata stripping
…tions for conversion, resizing, and metadata stripping
…adata stripping operations
…d Libvips) in check command
…sing capabilities
…sing to use only `libvips`
…fy image processing
…r enhanced control over output quality
…of `ImageMagick` and add compression parameter
…e conversion and update documentation
… path and add compression parameter
…nds, derive default names
…examples for PDF and image operations
…ns and increment version to `v0.0.6`
…e` in Cargo files
…ents and functions
…s and adding new tests for image compression
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR introduces comprehensive image processing capabilities to ForgeKit, enabling users to convert, resize, compress, strip metadata, and inspect images. The implementation uses
libvipsas the primary image processing engine for efficient, high-quality operations.Key Features:
Implementation Details:
LibvipsTooladapter for seamless integration with libvipsType of Change
feat: New featurefix: Bug fixdocs: Documentation onlyrefactor: Code refactoring (no behavior change)perf: Performance improvementtest: Adding or updating testsbuild: Build system or dependenciesci: CI/workflow changeschore: Maintenance tasksScope
cli- CLI commands and interfacecore- Core library functionalitytools- Tool integrations (qpdf, ghostscript, etc.)pdf- PDF-specific operationspackaging- Package configurationsRelated Issues
Checklist
type(scope): descriptioncargo test)cargo clippyandcargo fmt)Breaking Changes
This PR does not introduce breaking changes. It adds new functionality without modifying existing behavior.
Screenshots / Output
Example Usage