Merge Image with ImageMagik
Posted: 2008-04-22T12:53:31-07:00
Hi!
Sorry for my bad english.
I have the following problem with imagemagik.
I have 2 pdf file with an image,
I extract half image from the first and half image from the second,
with the following command:
"C:\Programmi\ImageMagick-6.3.7-Q16\convert -density 300x300 -crop 100x50% page1.pdf image1.pdf"
and then I merge two image in one pdf file with the following command:
"C:\Programmi\ImageMagick-6.3.7-Q16\montage image1.bmp image2.bmp -tile x2 -geo
metry 2496 unito.pdf"
My problem is:
Why the final file is heavier then original file?
For example the first and second file is 60 kb and the final file is 300 kb.
Where i wrong?
Thank you!
Sorry for my bad english.
I have the following problem with imagemagik.
I have 2 pdf file with an image,
I extract half image from the first and half image from the second,
with the following command:
"C:\Programmi\ImageMagick-6.3.7-Q16\convert -density 300x300 -crop 100x50% page1.pdf image1.pdf"
and then I merge two image in one pdf file with the following command:
"C:\Programmi\ImageMagick-6.3.7-Q16\montage image1.bmp image2.bmp -tile x2 -geo
metry 2496 unito.pdf"
My problem is:
Why the final file is heavier then original file?
For example the first and second file is 60 kb and the final file is 300 kb.
Where i wrong?
Thank you!