<div dir="ltr"><div dir="ltr"><div>Thanks, Gilles, for working with the ImageMagick folks to support PGF.  I've been following the issue with interest.</div><div><br></div><div>My general deployment for web apps is via heroku.  My concern is that if the conversion is via calling an external command line program, I won't be able to install it via heroku, at least not without paying $25/month for a dedicated dyno.</div><div><br></div><div>If it is possible to call that, I can hack something in now that calls it, probably writing the PGF data to a file, then calling the CLI to do the conversion and reading it back in.  But I don't know if that's even possible via heroku and other cloud services.  So ideally it'd be compiled in.  <br></div><div><br></div><div>I surprised the API is C only, not C++.  Unfortunate.</div><div><br></div><div>PHP also supports Cairo, GraphicsMagick and GD (<a href="https://www.php.net/manual/en/refs.utilspec.image.php">https://www.php.net/manual/en/refs.utilspec.image.php</a>)  No idea if it's easier with any of these to integrate a PGF converter.</div><div><br></div><div>Again, thanks for working on it!<br></div><div><br></div><div>Tac<br></div></div></div>