[RESOLVED]possible bug .RLE format IM 6.8.6.1 Q16 Mac OSX
Posted: 2013-06-21T17:24:58-07:00
This is not a big deal for me. I was just trying to help someone else on a problem which needs to be able to output in text format run length encoded data. So I tried the following as a first step, but got the following error message.
convert tree.gif -colors 8 -depth 8 tree.rle
convert: delegate failed `"rawtorle" -o "%o" -v "%i"' @ error/delegate.c/InvokeDelegate/1065.
The interesting this is that I had just previously installed NetPBM package via MacPorts and can successfully do
convert tree.gif -colors 8 -depth 8 tree.pnm
pnmtorle tree.pnm -o tree.rle
However, when I search http://netpbm.sourceforge.net/doc/directory.html, I can find no sign of a rawtorle NetPBM package.
EDIT: Looks like it needs rawtorle from the Utah Raster Toolkit and not from NetPBM.
convert tree.gif -colors 8 -depth 8 tree.rle
convert: delegate failed `"rawtorle" -o "%o" -v "%i"' @ error/delegate.c/InvokeDelegate/1065.
The interesting this is that I had just previously installed NetPBM package via MacPorts and can successfully do
convert tree.gif -colors 8 -depth 8 tree.pnm
pnmtorle tree.pnm -o tree.rle
However, when I search http://netpbm.sourceforge.net/doc/directory.html, I can find no sign of a rawtorle NetPBM package.
EDIT: Looks like it needs rawtorle from the Utah Raster Toolkit and not from NetPBM.