Re: how can I disable Ghostscript support in Graphicsmagick
Bob Friesenhahn <[email protected]> Thu, 23 Aug 2018 07:53:23 -0500 (CDT)
| Newsgroups | gmane.comp.video.graphicsmagick.help |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 23 Aug 2018, Przemysław Sobala wrote: > You can build GraphicsMagick with > > ./configure --without-gslib > > option. Unfortunately this does not help anything or at least not very much. The --without-gslib option is in fact the default. The external utility is normally used. Luckily, the external utility is easily blocked from use by removing execute bits (chmod -x `which gs`), renaming 'gs' to something else, or editing GraphicsMagick's delegates.mgk to no longer know about it. Bob -- Bob Friesenhahn [email protected], http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/ ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Graphicsmagick-help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/graphicsmagick-help