ImageMagick, GhostScript and PDF/X

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
sven
Posts: 27
Joined: 2003-10-02T02:21:38-07:00

ImageMagick, GhostScript and PDF/X

Post by sven »

Especially in prepress industry the PDF/X standards have already become import and will become more and more important in the future.

There is a certain test kit, called Altona Test Suite, which can be used to check, if a certain workflow system is PDF/x compatible.

Some information about Altona Test Suite: http://www.eci.org/eci/en/031_altona_test_suite.php
Download Altona Test Suite PDF documents and documentation: http://www.eci.org/eci/en/060_downloads.php

Using a recent version of ImageMagick (6.2.6) and GhostScript (8.53) and the Visual Altona Test Suite PDF or the Technical Altona Test Suite PDF the command

Code: Select all

convert Altona_Visual_1v2a_x3.pdf Altona_Visual_1v2a_x3.tif
leads to an insufficient result.

I know that several workflow systems use GhostScript and GhostScript seems to be able to handle PDF/X documents (see http://www.ghostscript.com), but is it possible to raster/rip PDF documents and comply with the requirements of PDF/X resp. the Altona Test Suite (spot colors, overprinting etc.)?

Thanks a lot for your time!

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

Post by magick »

ImageMagick most likely has all the infastructure to comply with the Altona Test Suite, however, we currently lack the resources to ensure compliance. ImageMagick is a community project so you or anyone can volunteer to work toward compliance. Just post your intentions here, patch ImageMagick as needed, and contribute the patch under the ImageMagick license to include in future ImageMagick releases.
Post Reply