I would expect either library to be fine. Good idea to find something that works equally well in C or PHP! :-)
Anthony
On Jul 28, 2020 12:39 PM, Bernard Bel <ber...@gm...> wrote:
> I tried ImageMagick. It works beautfully and "draw" instructions are
> documented there:
>
> https://www.php.net/manual/fr/class.imagickdraw.php
>
> --------
>
> I started looking for a graphics library using the same instructions in
> C and PHP. The "GD library" was the first one I had noticed. But MAMP
> offers a direct installation of ImageMagick = namely "Imagick" under PHP:
>
> https://en.wikipedia.org/wiki/ImageMagick
>
> Comparing the two options there are probably equivalent for the usage we
> anticipate: drawing lines and rectangles! There is a comparison on that
> page dating back to May 2020:
>
> https://blog.runcloud.io/imagemagick/
>
> So, I am following the path of ImageMagick unless there is a good reason
> to prefer GD…
>
> Bernard
>
> _______________________________________________
> bolprocessor-devel mailing list
> bol...@li...
> https://lists.sourceforge.net/lists/listinfo/bolprocessor-devel
|