i have created a miff file with the following specs as per identify:
geometry of 4400x3400
resolution of 400x400
page geometry of 792x612.
if i use convert (
Code: Select all
convert bar.miff result.png
if i convert to a pdf (
Code: Select all
convert bar.miff result.pdf
from identify -verbose specs of the pdf are
geometry 792x612
resolution 72x72
page geometry 792x612
how should i be using the convert program to create a PDF where the image isn't stuffed into the lower left corner?