Hi there,
I was wondering if anyone knows anything about whether ImageMagick supports layers, because the first time I tried it, the answer seemed to be "sort of".
What I've been doing is fill out PDF forms in GIMP, then outputting them back to PDF once filled. Using a GIMP plugin to output layers to separate images, I can get the output back to PDF using "convert *.png filled.pdf" in the command line. But then I wondered what would happen if I just tried going straight from the xcf; "convert filled.xcf filled.pdf".
What actually happened when I attempted it, was that I got a filled.pdf with two pages, which were the same as the last two layers of the XCF. The first four layers were nowhere to be seen, but the fact that it got the last two layers into separate pages, does seem to say that it's capable of going straight from layers to PDF pages, and something's just wrong in this instance.
Sorry I can't attach files yet, as there's too much personal information in this particular form, but I'll try and follow up with an example. But yeah, does anyone know if ImageMagick actually supports layers? If so, I may be doing something wrong, or just have a particular file it doesn't like or something...
Cheers,
Aston
I was wondering if anyone knows anything about whether ImageMagick supports layers, because the first time I tried it, the answer seemed to be "sort of".
What I've been doing is fill out PDF forms in GIMP, then outputting them back to PDF once filled. Using a GIMP plugin to output layers to separate images, I can get the output back to PDF using "convert *.png filled.pdf" in the command line. But then I wondered what would happen if I just tried going straight from the xcf; "convert filled.xcf filled.pdf".
What actually happened when I attempted it, was that I got a filled.pdf with two pages, which were the same as the last two layers of the XCF. The first four layers were nowhere to be seen, but the fact that it got the last two layers into separate pages, does seem to say that it's capable of going straight from layers to PDF pages, and something's just wrong in this instance.
Sorry I can't attach files yet, as there's too much personal information in this particular form, but I'll try and follow up with an example. But yeah, does anyone know if ImageMagick actually supports layers? If so, I may be doing something wrong, or just have a particular file it doesn't like or something...
Cheers,
Aston
Comment