it-tools icon indicating copy to clipboard operation
it-tools copied to clipboard

[NEW TOOL] Base64 image encode/decode

Open vlasovt opened this issue 1 year ago • 4 comments
trafficstars

I had to decode a lot of images from base64 recently and I have notice that this feature is missing from this toolset (only base64 string decoding is allowed)

Would be great to be able to decode base64 to image or encode an image to base64

Example: Base64 Guru

vlasovt avatar Dec 01 '23 09:12 vlasovt

It seems you can try "Base64 file converter"

lemon8866 avatar Dec 05 '23 02:12 lemon8866

in current version of "Base64 file converter" when i use "Base64 to file", it seem to must include header, just like "data:image/jpeg;base64," this header can in a separate input box, it would more convenience

xiaohongred avatar Dec 06 '23 08:12 xiaohongred

I agree, the current feature could work but needs to be enhanced. if we could have a textfield to add a header or a dropdown for some common formats, that would help a lot.

vlasovt avatar Dec 20 '23 20:12 vlasovt

Hi @vlasovt, @xiaohongred, implemented in #905

sharevb avatar Feb 25 '24 13:02 sharevb