DevToys-app / DevToys

A Swiss Army knife for developers.
https://devtoys.app/
MIT License
26.94k stars 1.45k forks source link

Image to Base 64 #500

Closed nunofilipecosta closed 2 years ago

nunofilipecosta commented 2 years ago

What's the Problem?

As a developer I want to convert an image into a Base64 string so that I can mimic the upload of an image into other tools ( Postman, Swagger UI, etc )

Solution/Idea

Upload the image and convert it into a Base64 string . Copy the text

Alternatives

Add an image url and converit into a Base64 string

Priorities

Capability Priority
This proposal will allow developers to accomplish W Must
This proposal will allow end users to accomplish X Should
This proposal will allow developers to accomplish Y Could
This proposal will allow end users to accomplish Z Won't

DevToys Version

No response

Comments

No response

veler commented 2 years ago

Duplicate with #285