# emoji-extracto **Repository Path**: mirrors/emoji-extracto ## Basic Information - **Project Name**: emoji-extracto - **Description**: emoji-extracto 可以从 /System/Library/Fonts/Apple Color Emoji.ttf 文件中提取高分辨率的 emoji 表情图片 - **Primary Language**: Ruby - **License**: Not specified - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/emoji-extracto - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-11-29 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## emoji-extractor extracts high-resolution emoji pngs from `/System/Library/Fonts/Apple Color Emoji.ttf` (OS X 10.11) or `/System/Library/Fonts/Apple Color Emoji.ttc` (macOS 10.12) ### usage ``` $ 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 ```