Skip to content
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

Support for handling Base64 image data in saveFile function #1

Open
debanshup opened this issue Sep 5, 2024 · 0 comments
Open

Support for handling Base64 image data in saveFile function #1

debanshup opened this issue Sep 5, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@debanshup
Copy link
Owner

I encountered an issue when trying to save base64-encoded images using the saveFile function. The current implementation doesn't handle base64 strings, and it raises an ENOENT error.

Screenshot (109)

Feature Request

  • Add support for saving base64-encoded image data directly in the saveFile function.
  • This feature would allow users to pass base64 strings for images and ensure they are correctly decoded and saved as files.

Use Case

When parsing websites, images are often base64-encoded. This feature will streamline the process of saving these images without additional manual decoding steps.

@debanshup debanshup added enhancement New feature or request help wanted Extra attention is needed labels Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant