28 Jan 2015

Convert Multi-layer Gimp Image to Multi-Page PDF Using ImageMagick

Using ImageMagick’s convert utility, it can be done easily:

  1. Reverse order of layers (page one is bottom layer)

  2. Save as .mng (Multiple Network Graphic files – an animated image file format)

  3. On command line, ‘convert file.mng file.pdf’

Source