convert fails for fig to jpg
Posted: 2017-06-19T04:30:20-07:00
I am trying to convert fig files to jpg using ImageMagick. When i am trying the basic command "convert input.fig output.jpg", it fails with the below error message.
convert: UnsupportedCellTypeInTheMatrix `input.fig' @ error/mat.c/ReadMATImage/838.
fig2dev(Transfig) - supports to read fig file in imagemagick.
How can i check that do i have that libray?. if library is not available how can i include it?
I installed Imagemagick(6.9.3-0) using yum install in unix machine.
convert: UnsupportedCellTypeInTheMatrix `input.fig' @ error/mat.c/ReadMATImage/838.
fig2dev(Transfig) - supports to read fig file in imagemagick.
How can i check that do i have that libray?. if library is not available how can i include it?
I installed Imagemagick(6.9.3-0) using yum install in unix machine.