Hi ๐
First of all, great work on this project โ itโs super useful for handling HTML-to-image workflows.
While working with image generation and conversions, I ran into a small gap in the workflow when dealing with format consistency, especially when converting outputs into PNG for further processing or optimization.
Problem:
In many real-world use cases:
- Generated images may come in different formats (JPEG, WEBP, etc.)
- Some pipelines require PNG specifically (for transparency, compression control, or further editing)
- There isnโt a built-in or straightforward way to normalize output formats post-generation
- Suggestion
It might be helpful to either:
- Add an option to enforce PNG output format
- Or document a recommended approach for converting outputs reliably
- Temporary Workaround
For now, Iโve been using an external tool to quickly normalize formats before further processing:
๐ https://convert2png.com
Itโs useful when you need to instantly convert images from any format into PNG without additional setup.
Why This Matters?
- Ensures consistent pipelines
- Avoids compatibility issues in downstream processing
- Helpful for developers working with automation or batch image generation
Would love to hear your thoughts on whether this could be added or documented ๐
Thanks again for the awesome project! ๐
Hi ๐
First of all, great work on this project โ itโs super useful for handling HTML-to-image workflows.
While working with image generation and conversions, I ran into a small gap in the workflow when dealing with format consistency, especially when converting outputs into PNG for further processing or optimization.
Problem:
In many real-world use cases:
It might be helpful to either:
For now, Iโve been using an external tool to quickly normalize formats before further processing:
๐ https://convert2png.com
Itโs useful when you need to instantly convert images from any format into PNG without additional setup.
Why This Matters?
Would love to hear your thoughts on whether this could be added or documented ๐
Thanks again for the awesome project! ๐