conversion to jpg: corrupt file header

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
brendan

Post by brendan »

Run the identify command on the jpg and see what it says. Try using identify with the -strip option to remove headers.
brendan

Post by brendan »

I presume the PDF's are single paged? Sorry, I do not know what the problem is. Try

Code: Select all

convert -strip test.pdf test.jpg
?
brendan

Post by brendan »

Sorry, I have no clue. I would blame ghostscript. Have you tried

Code: Select all

convert image.pdf[0] image.jpg
?
steve0

Re: conversion to jpg: corrupt file header

Post by steve0 »

???? :shock:
brendan

Re: conversion to jpg: corrupt file header

Post by brendan »

Looks like someone deleted all the posts in between mine. Believe me, I was not talking to myself.
Post Reply