<small id='awU3i'></small><noframes id='awU3i'>

      • <bdo id='awU3i'></bdo><ul id='awU3i'></ul>
      <legend id='awU3i'><style id='awU3i'><dir id='awU3i'><q id='awU3i'></q></dir></style></legend>

    1. <i id='awU3i'><tr id='awU3i'><dt id='awU3i'><q id='awU3i'><span id='awU3i'><b id='awU3i'><form id='awU3i'><ins id='awU3i'></ins><ul id='awU3i'></ul><sub id='awU3i'></sub></form><legend id='awU3i'></legend><bdo id='awU3i'><pre id='awU3i'><center id='awU3i'></center></pre></bdo></b><th id='awU3i'></th></span></q></dt></tr></i><div id='awU3i'><tfoot id='awU3i'></tfoot><dl id='awU3i'><fieldset id='awU3i'></fieldset></dl></div>
    2. <tfoot id='awU3i'></tfoot>

        Base64 编码图像

        时间:2023-10-04

        <tfoot id='9KrSo'></tfoot>

            <bdo id='9KrSo'></bdo><ul id='9KrSo'></ul>

                1. <legend id='9KrSo'><style id='9KrSo'><dir id='9KrSo'><q id='9KrSo'></q></dir></style></legend>
                    <tbody id='9KrSo'></tbody>

                  <i id='9KrSo'><tr id='9KrSo'><dt id='9KrSo'><q id='9KrSo'><span id='9KrSo'><b id='9KrSo'><form id='9KrSo'><ins id='9KrSo'></ins><ul id='9KrSo'></ul><sub id='9KrSo'></sub></form><legend id='9KrSo'></legend><bdo id='9KrSo'><pre id='9KrSo'><center id='9KrSo'></center></pre></bdo></b><th id='9KrSo'></th></span></q></dt></tr></i><div id='9KrSo'><tfoot id='9KrSo'></tfoot><dl id='9KrSo'><fieldset id='9KrSo'></fieldset></dl></div>
                2. <small id='9KrSo'></small><noframes id='9KrSo'>

                  本文介绍了Base64 编码图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我正在为 Firefox/IE 构建一个开放式搜索插件,图像需要进行 Base64 编码,那么我如何对我拥有的网站图标进行 Base64 编码?

                  I am building an open search add-on for Firefox/IE and the image needs to be Base64 Encoded so how can I base 64 encode the favicon I have?

                  我只熟悉 PHP

                  推荐答案

                  据我所知,图像数据有一个 xml 元素.您可以使用此网站对文件进行编码(使用上传字段).然后只需将数据复制并粘贴到 XML 元素即可.

                  As far as I remember there is an xml element for the image data. You can use this website to encode a file (use the upload field). Then just copy and paste the data to the XML element.

                  您也可以使用 PHP 来执行此操作:

                  You could also use PHP to do this like so:

                   <?php
                          $im = file_get_contents('filename.gif');
                          $imdata = base64_encode($im);      
                  ?> 
                  

                  使用 Mozilla 的指南 获取有关创建 OpenSearch 插件的帮助.比如图标元素是这样使用的:

                  Use Mozilla's guide for help on creating OpenSearch plugins. For example, the icon element is used like this:

                  <img width="16" height="16">data:image/x-icon;base64,imageData</>
                  

                  其中 imageData 是您的 base64 数据.

                  Where imageData is your base64 data.

                  这篇关于Base64 编码图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:如何以UTF-8格式写入文件? 下一篇:将 utf8 字符转换为 iso-88591 并在 PHP 中返回

                  相关文章

                  最新文章

                  <i id='ZtiA8'><tr id='ZtiA8'><dt id='ZtiA8'><q id='ZtiA8'><span id='ZtiA8'><b id='ZtiA8'><form id='ZtiA8'><ins id='ZtiA8'></ins><ul id='ZtiA8'></ul><sub id='ZtiA8'></sub></form><legend id='ZtiA8'></legend><bdo id='ZtiA8'><pre id='ZtiA8'><center id='ZtiA8'></center></pre></bdo></b><th id='ZtiA8'></th></span></q></dt></tr></i><div id='ZtiA8'><tfoot id='ZtiA8'></tfoot><dl id='ZtiA8'><fieldset id='ZtiA8'></fieldset></dl></div>
                  <tfoot id='ZtiA8'></tfoot><legend id='ZtiA8'><style id='ZtiA8'><dir id='ZtiA8'><q id='ZtiA8'></q></dir></style></legend>
                  1. <small id='ZtiA8'></small><noframes id='ZtiA8'>

                        <bdo id='ZtiA8'></bdo><ul id='ZtiA8'></ul>