hierotex/hierotex-php

HieroTeX的PHP包装器

dev-master 2018-12-28 10:06 UTC

This package is not auto-updated.

Last update: 2024-09-15 05:02:57 UTC


README

Build Status Latest Stable Version Total Downloads License

这是一个用于从PHP渲染古埃及铭文的免费软件库,使用Serge Rosmorduc的HieroTeX

它允许您通过简单的API在您的Web应用程序中以编程方式创建高质量的SVG图像。

use \Hierotex\Hieroglyph\Inscription;

header("Content-Type: image/svg+xml");
$inscription = new Inscription("i-mn:n-Htp:t*p");
echo $inscription -> toSvg();

它创建以下输出

Image of i-mn:n-Htp:t*p

铭文的编码为MdC

要求

  • PHP 7.1或更高版本
  • HieroTeX已本地安装
  • 已安装png2svg