Juan Andres
03/21/2023, 8:55 PMTim Edwards
03/21/2023, 9:13 PMplot pnm command to generate a PNM file, then use the convert (ImageMagick) command to make the PDF.
e.g.,
plot pnm test 1000
in magic, and from the Linux command line,
convert test.pnm test.pdf
The "plot pnm" command is good for large layouts; Tim Edwards
03/21/2023, 9:14 PMTim Edwards
03/21/2023, 9:23 PMapt install imagemagickJuan Andres
03/21/2023, 9:24 PMTim Edwards
03/21/2023, 9:28 PMplot postscript not plot ps, and (2) to get plot svg you need to run magic with the -d XR switch (the SVG generator is a Cairo backend, so the Cairo graphics have to be enabled).Juan Andres
03/21/2023, 9:34 PMJuan Andres
03/21/2023, 9:36 PMTim Edwards
03/21/2023, 9:41 PMJuan Andres
03/21/2023, 9:42 PMTim Edwards
03/21/2023, 9:42 PMJuan Andres
03/21/2023, 9:44 PMTim Edwards
03/21/2023, 9:46 PMJuan Andres
03/21/2023, 9:47 PMTim Edwards
03/21/2023, 9:47 PMJuan Andres
03/21/2023, 9:49 PMTim Edwards
03/21/2023, 9:50 PMplot svg inverter.svg, then exited magic and did convert inverter.svg inverter.pdf and it just worked. . .Tim Edwards
03/21/2023, 9:57 PMJuan Andres
03/21/2023, 10:04 PMTim Edwards
03/22/2023, 12:25 AMselect clear before you do the plot command, it should disappear.vks
08/02/2024, 6:03 AMplot pnm check.pnm 1000. Is there any option that plot command output looks more like original layout and layer colours.
What is optimum way of generating high resolution image from magic for documentation purpose ?Tim Edwards
08/02/2024, 1:07 PM