A tool for organising and batch exporting SVG emoji sets.
Caius Nocturne 5e053a6050 Colormap bundling fix | преди 5 месеца | |
---|---|---|
docs | преди 5 месеца | |
orx | преди 5 месеца | |
.gitignore | преди 5 години | |
README.md | преди 1 година | |
cache.py | преди 1 година | |
check.py | преди 4 години | |
dest_paths.py | преди 5 месеца | |
emoji.py | преди 5 години | |
exception.py | преди 5 години | |
export.py | преди 1 година | |
export_task.py | преди 1 година | |
export_thread.py | преди 1 година | |
files.py | преди 4 години | |
image_proc.py | преди 5 месеца | |
jsonutils.py | преди 6 години | |
license.txt | преди 4 години | |
log.py | преди 4 години | |
orxport.py | преди 1 година | |
orxporter_logo.png | преди 5 години | |
requirements.txt | преди 5 години | |
svg.py | преди 4 години | |
util.py | преди 1 година |
Orxporter is a rich toolkit for organising and exporting an SVG-based emoji set. It has a system for storing emoji metadata and making large batch export operations with that metadata.
Orxporter is only designed to handle SVG image inputs, so you will need an SVG-based emoji set to use Orxporter.
Orxporter can export emoji sets to the following formats:
Orxporter format code | format | license embedding |
---|---|---|
svg |
SVG | SVG |
png |
PNG | EXIF |
pngc |
Crushed PNG | EXIF |
webp |
Lossless WebP | not supported |
jxl |
Lossless JPEG XL | not supported |
software | flag in Orxporter | notes |
---|---|---|
resvg | (-r resvg ) |
We recommend this one if you don't have complicated SVG elements. |
Inkscape | (-r inkscape ) |
Not recommended for macOS users. |
ImageMagick | (-r imagemagick ) |
To export in certain formats, you will need other software installed:
software | purpose |
---|---|
exiftool | Needed for EXIF metadata embedding |
oxipng | Needed for Crushed PNG (pngc ) output. |
webp | Needed for Lossless WebP (webp ) output. |
libjxl | Needed for Lossless JPEG XL (jxl ) output. |
There are two guides for using Orxporter:
A detailed guide with simpler language for those who are less techincally inclined. It's not fully featured yet though.
The original guide, which is more concise and technical brief of how to use Orxporter. May not be up to date.
Old changelog from 0.1.0 to 0.2.0
Thanks to the JPEG XL community with giving me some tips on adding encoder flags to improve output!
We welcome suggestions, feature requests and collaboration in order to make Orxporter more useful for independent emoji creators and end-users. All contributors must follow Mutant Standard's code of conduct.
Orxporter is licensed under the Cooperative Non-Violent License (CNPL) v4.