-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Add comprehensive image processing operations with libvips integration
#4
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
Conversation
…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 |
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