Skip to content

Improve Image Conversion Workflow (PNG Output Optimization)ย #137

Description

@naresh1290

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! ๐Ÿš€

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions