emoji-extracto

从 emoji 文件提取高清表情图片
授权协议 未知
开发语言 Ruby
所属分类 程序开发、 Emoji 表情相关
软件类型 开源软件
地区 不详
投 递 者 宦源
操作系统 OS X
开源组织
适用人群 未知
 软件概览

emoji-extracto 可以从 /System/Library/Fonts/Apple Color Emoji.ttf 文件中提取高分辨率的 emoji 表情图片。

使用方法:

$ file /System/Library/Fonts/Apple\ Color\ Emoji.ttf
/System/Library/Fonts/Apple Color Emoji.ttf: TrueType font data

$ ruby emoji_extractor.rb

$ ls images
20x20  32x32  40x40  48x48  64x64  96x96  160x160

$ file images/160x160/1.png
images/160x160/1.png: PNG image data, 160 x 160, 8-bit/color RGBA, non-interlaced
  • 一、Emoji的前世今生 1、Emoji的诞生 Emoji表情是一种视觉上的速记符号,最初是在1999年由一个名叫Shigetaka Kurita(栗田穣崇)的日本人发明的。 而后随着发展,出现了统一码联盟(The Unicode Consortium),它的主要工作就是统筹统一码(Unicode)的发展。 作为一种字符编码,Unicode的出现主要是为了解决现存编码不能够在多语言电脑环境中使用的

  • /** *...特殊的字符,如泰文,必须重新实现这个类 */ //class laya.webgl.text.CharSegment var CharSegment=(function(){ function CharSegment(){ this._sourceStr=null; } __class(CharSegment,'laya.webgl.text.CharSegment'); var

  • EditText 禁止输入emoji的方式就是用InputFilter过滤调emoji表情。代码如下: /** * 给edittext设置过滤器 过滤emoji * * @param et */ public static void setEmojiFilter(EditText et) { InputFilter emojiFil

  • Emojis should be wrapped in , have role=“img”, and have an accessible description with aria-label or aria-labelledby 缺失aria-label 和role='img’两个属性,吃了英语的亏

  • ThinkPHP学习笔记 实例化模型的四种方法 创建Action类   [php]   <?php   class NewObjectAction extends Action{       public function index(){ ... System&period;getProperty&lpar;&rpar;方法获取系统变量 来自我的CSDN博客   今天在阅读JDBC的Driver

 相关资料
  • Emoji 是一个用来快速访问各种表情图片的类,类包含静态方法可直接返回表情的字符串。

  • js-emoji 可以让你在浏览器上显示 Emoji 表情,使用方法: <link href="emoji.css" rel="stylesheet" type="text/css" /><script src="emoji.js" type="text/javascript"></script><script type="text/javascript">// replaces \u{1F604

  • Emoji-Picker 可以让你在网站上的输入编辑框中加入一个 emoji 表情选择器。

  • 《Emoji表情编解码库XXL-EMOJI》 方便维护,该项目合并至: https://gitee.com/xuxueli0323/xxl-tool

  • Emoji Keyboard 提供了带苹果所有表情的输入键盘控件。

  • emoji-regex emoji-regex offers a regular expression to match all emoji symbols and sequences (including textual representations of emoji) as per the Unicode Standard. It’s based on emoji-test-regex-pa