Hello,
if I have the decoded data, icc profile and resources from an extracted XObject from an PDF file and informations such as BitsPerComponent, width, height, ...
Is it possible to create an image with the help of ImageMagick?
Please, could anybody give me a hint?
Thanks
Create image from decoded FlatDecode PDF Image (XObject)
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Create image from decoded FlatDecode PDF Image (XObject)
The obvious tool for extracting raster images from PDF files is pdfimages. That may do what you want from a command line. If not, perhaps you can hack it.
snibgo's IM pages: im.snibgo.com
Re: Create image from decoded FlatDecode PDF Image (XObject)
But I was mean the C API from ImageMagick, and no command line tools.
Sorry, i thought that was clear
Sorry, i thought that was clear