Search found 3 matches

by willroy
2012-01-29T12:04:03-07:00
Forum: Users
Topic: Suggestions for vector pdf creation
Replies: 1
Views: 3904

Suggestions for vector pdf creation

I know Imagemagick is not the tool for producing vector pdfs but I am wondering if anyone else has faced and overcome this issue, with or without IM. I produce a 'multi-layered' image in IM by compositing a group of other images (including text). I do this via PHP and the Imagick class. I have ...
by willroy
2011-11-25T04:09:29-07:00
Forum: IMagick
Topic: Optimisation help
Replies: 0
Views: 6107

Optimisation help

Hello I use imagick to combine multiple layers consisting of both text and images resulting in a 72dpi 500x500 png image. The PHP script gets called via an ajax call then saved and the browser serves up the new image. After some benching I am experiencing a 0.7 second average lapse (local ...
by willroy
2011-09-29T13:29:52-07:00
Forum: IMagick
Topic: Best 'Best Fit' text approach
Replies: 1
Views: 6724

Best 'Best Fit' text approach

I was wondering what the best option is to auto size text to given dimensions.

I've tried caption but I can't control the text as much as I can in imagickdraw.

With annotate it's trial and error to get the best fit?

Any pointers appreciated.