Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
magick convert drawing.eps -background white -alpha Remove out.png
This is the EPS file opened in illustrator:
As you can see, there is a black border with white space after it. This is the PNG image I'm getting from Image Magick:
The black border is there but only the white space on the right is being kept, the rest is removed, how can I make Image Magick to keep all the white space?
I do not think this is an Imagemagick issue. I see the same thin black border using Mac Preview and MS Word. In any case, Imagemagick uses Ghostscript to read EPS, PS and PDF files. So at best it is an issue with Ghostscript.