Files
convert-ui/lib
Sebastian Krüger 7a15a15e50 fix: set image format before calling write() in ImageMagick
The correct API pattern is:
1. Set image.format = outputFormatEnum first
2. Then call image.write(callback) with the format already set

This ensures the image is written in the correct format with proper
headers (RIFF for WebP, etc.)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-17 12:46:08 +01:00
..