Search found 18 matches

by jmituzas
2011-02-28T13:32:17-07:00
Forum: Users
Topic: Compose an image from multiple images
Replies: 7
Views: 14317

Re: Compose an image from multiple images

Bonzo wrote:Did you try my second example code ?
It Works!

Just one more thing, how can I make it full page.. its really small.
by jmituzas
2011-02-28T06:36:16-07:00
Forum: Users
Topic: Compose an image from multiple images
Replies: 7
Views: 14317

Re: Compose an image from multiple images

PDF to PDF is not recommended with Image Magick. PDF is a vector image (draw lines and text) file format, and Imagemagick is a raster (pixel array) image processor. See A word about Vector Image formats. http://www.imagemagick.org/Usage/formats/#vector So you are telling me this can not be done? I ...
by jmituzas
2011-02-24T08:02:16-07:00
Forum: Users
Topic: Compose an image from multiple images
Replies: 7
Views: 14317

Re: Compose an image from multiple images

Yours worked but not quite. OK maybe I should start over and fill you in on what I am trying to do exactly. Ok I have 3 images: - url test1.png - spanish url test2.png - logo test3.png these 3 images have to be placed into a .pdf that already exists we will call this test.pdf After all these images ...
by jmituzas
2011-02-23T13:33:37-07:00
Forum: Users
Topic: Compose an image from multiple images
Replies: 7
Views: 14317

Compose an image from multiple images

I have been trying this for the most of the day and I can not figure this out. I want to compose a single image with multiple images. Something along the lines of: convert -transparent white -size 360x140 label:'this is a test for a url' test1.png convert -transparent white -size 360x140 label:'this ...
by jmituzas
2011-02-22T13:43:03-07:00
Forum: Users
Topic: (Solved) Transparent Image
Replies: 2
Views: 4406

(Solved) Transparent Image

Ok this worked :)

convert -transparent white -size 165x70 label:'this is a test' label_size_fit.png

composite label_size_fit.png -gravity East -geometry +200-100 -density 350 test.pdf output.pdf

Yay I'm getting somewhere.

This app is great!
by jmituzas
2011-02-22T13:01:31-07:00
Forum: Users
Topic: (Solved) Transparent Image
Replies: 2
Views: 4406

(Solved) Transparent Image

I have been struggling with this for some time now. convert -background white -size 165x70 label:'this is a test' label_size_fit.jpeg composite -compose Copy label_size_fit.jpeg -background white -gravity East -geometry +200-100 -density 350 test.pdf output.pdf This all looks great except that there ...
by jmituzas
2011-02-21T11:25:15-07:00
Forum: Users
Topic: (Solved) Compose image to pdf
Replies: 18
Views: 28872

Re: Compose image to pdf

Yay even though gs. isn't in the delegates... Have just ran: composite -compose Copy caption.png -gravity East -geometry +200-100 -density 350 test.pdf output.pdf seems to have worked out fine, all except one little error. The way that caption.png overlays it gives a dark grey background, anyway to ...
by jmituzas
2011-02-21T11:12:42-07:00
Forum: Users
Topic: (Solved) Compose image to pdf
Replies: 18
Views: 28872

Re: Compose image to pdf

I have tried that should have put that in there, sorry but thats when I have gotten: Ghostscript lib --with-gslib=yes no without configuring with gslib it looks like this: Ghostscript lib --with-gslib=no no and my identify -list configure brings back this: Name Value ...
by jmituzas
2011-02-21T09:07:35-07:00
Forum: Users
Topic: (Solved) Compose image to pdf
Replies: 18
Views: 28872

Re: Compose image to pdf

Heres what it in my /usr/local/bin directory: bdftops eps2eps gs gsdj500 gsnd lwp-dump lwp-rget pdfopt printafm ps2pdf ps2pdf14 ps2ps2 wftopfa dumphint fixmswrd.pl gsbj gslj lprsetup.sh lwp-mirror pdf2dsc pf2afm ps2ascii ps2pdf12 ps2pdfwr pv.sh dvipdf font2c gsdj gslp lwp-download lwp-request pdf2ps ...
by jmituzas
2011-02-18T15:36:05-07:00
Forum: Users
Topic: (Solved) Compose image to pdf
Replies: 18
Views: 28872

Re: Compose image to pdf

Good call. Wont be able to test till Monday. thanks I will try but it maybe because I am using 64-bit, have read somewhere from google that I may have to move those files to /lib64 but If these don't work I think I may switch to CentOS and give the .rpm install a shot. Thank you so much for your ...
by jmituzas
2011-02-18T12:48:16-07:00
Forum: Users
Topic: (Solved) Compose image to pdf
Replies: 18
Views: 28872

Re: Compose image to pdf

Ok this is starting to be a bit frustrating... identify -list configure Path: /usr/local/lib/ImageMagick-6.6.7/config/configure.xml Name Value ------------------------------------------------------------------------------- CC gcc -std=gnu99 -std=gnu99 CFLAGS -fopenmp -g -O2 -Wall -pthread CONFIGURE ...
by jmituzas
2011-02-18T12:15:14-07:00
Forum: Users
Topic: (Solved) Compose image to pdf
Replies: 18
Views: 28872

Re: Compose image to pdf

Thanks I fixed the install had to go to the package manager and re-install the core

but now after I had installed the delegates it appears I have less then before? And still with no ghostscript


DELEGATES fontconfig freetype jpeg jng png x11 zlib

Will keep at it, something has to work.
by jmituzas
2011-02-18T12:01:13-07:00
Forum: Users
Topic: (Solved) Compose image to pdf
Replies: 18
Views: 28872

Re: Compose image to pdf

well thanks although I have installed the delegates.. ImageMagick wont install correctly from source: I have done ./configure make make install tested and here is the output: user@host:~/Desktop/ImageMagick-6.6.7-7$ display display: error while loading shared libraries: libMagickCore.so.4: cannot ...
by jmituzas
2011-02-18T07:54:16-07:00
Forum: Users
Topic: (Solved) Compose image to pdf
Replies: 18
Views: 28872

Re: Compose image to pdf

Have tried out those links you sent but no luck! Images are still looking very pixelated. Also just tried a simple convert card.jpg card.pdf shows nothing but a black page leaving my caption.gif that was composed onto the card.jpg the only thing visible. I think I have something messed up! Thinking ...
by jmituzas
2011-02-18T06:38:00-07:00
Forum: Users
Topic: (Solved) Compose image to pdf
Replies: 18
Views: 28872

Re: Compose image to pdf

Let me start over, maybe I am going about this wrong. (I am very new to ImageMagic) Maybe it would be easier if I explained the project at hand to be sure that I am using the best resources available. We were using Adobe InDesign with the Datamerge feature, we needed this because it was a way for us ...