I need to convert some images to base64 for embedding into my CSS… anyone know a simple site that will allow me to simply enter a URI and have it convert so I can copy-paste into my code?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, funny that you answered a question of mine and now I can answer yours. 🙂
I am sure there are many other sites that can do this, but I like to use:
http://www.greywyvern.com/code/php/binary2base64
It is reeeeealy simple. You enter the URI of the image you want to convert and it displays the converted code into the box, ready to be copy-pasted into your CSS!
I use it all the time.