Converting modern image files to old DEGAS image format

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
Plymouth

Converting modern image files to old DEGAS image format

Post by Plymouth »

Would it be possible for ImageMagick to convert modern image files to the old DEGAS file format?

My favorite program is a document processor, that produces very high quality printed output. Unfortunately, the only inline images it will recognize have to be in the old DEGAS format... :|

TIA

Tony
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Converting modern image files to old DEGAS image format

Post by magick »

ImageMagick does not support the DEGAS image format and we do not anticipate support for the format any time soon. However, search for a program called pbmtopi3 and try this command:

convert myimage myimage.pbm
pbmtopi3 myimage.pbm > myimage.pi3
Post Reply