feat: Add Ultra Quality (Pica) resize algorithm#13
Closed
One-Up-Dev wants to merge 3 commits into
Closed
Conversation
Comprehensive test plan with 52 tests covering: - Utilities (12 tests): resize, rotate, flip, format conversion - Components (22 tests): controls, presets, preview, output settings - Main module (8 tests): integration, drag-drop, clipboard - Integration (4 tests): module registration, pinning - Edge cases & performance (6 tests): large files, errors, responsive
Implemented comprehensive image resizing tool with: - Custom dimensions and percentage-based scaling - Social media presets (Instagram, Facebook, Twitter, LinkedIn, YouTube) - Common size presets (Thumbnail, HD, 4K, Icon, Favicon) - Custom preset save/load with localStorage - Aspect ratio lock, rotation, flip controls - Output format selection (PNG, JPEG, WebP) with quality slider - Real-time preview with zoom and before/after comparison - Drag-and-drop, paste from clipboard support - Batch mode for multiple files - Download and copy to clipboard Files created: - src/lib/image-resize-utils.ts - src/lib/image-resize-presets.ts - components/modules/image-resize/resize-controls.tsx - components/modules/image-resize/preset-selector.tsx - components/modules/image-resize/image-preview.tsx - components/modules/image-resize/output-settings.tsx - components/modules/image-resize/batch-processor.tsx - components/modules/image-resize-module.tsx 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Integrate pica.js library for true Lanczos3 resampling - Add "Ultra Quality (Pica)" option as first/recommended algorithm - WebAssembly + Web Workers support for performance - Built-in unsharp masking for professional results - Add algorithm-selector component - Add IMAGE_RESIZE_MODULE.md documentation - Clean up dev/test files 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
@One-Up-Dev is attempting to deploy a commit to the Stella's projects Team on Vercel. A member of the Team first needs to authorize it. |
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.
Summary
Changes
src/lib/image-resize-utils.ts- Intégration picapackage.json- Ajout dépendance picacomponents/modules/image-resize/algorithm-selector.tsx- Nouveau composantIMAGE_RESIZE_MODULE.md- DocumentationTest plan
🤖 Generated with Claude Code