Since Game Courier is able to copy an SVG to a GD image that will be saved as a PNG, I should be able to modify showpiece.php for conversion from SVG to PNG.
Since I already have a PHP function called imagecreatefromimagick2, the conversion from SVG to PNG was easily handled. However, the results I'm getting do not appear as smooth as the results Greg got.
Here are some examples of what I am getting:
And here are the same pieces as Greg has already converted them:
I have been altering imagecreatefromimagick2 to try to get better results, but so far nothing has worked.
Since I already have a PHP function called imagecreatefromimagick2, the conversion from SVG to PNG was easily handled. However, the results I'm getting do not appear as smooth as the results Greg got.
Here are some examples of what I am getting:
And here are the same pieces as Greg has already converted them:
I have been altering imagecreatefromimagick2 to try to get better results, but so far nothing has worked.