Search found 3 matches

by basstradamus
2011-01-17T04:46:53-07:00
Forum: Users
Topic: PDF: use-trimbox not working
Replies: 4
Views: 10335

Re: PDF: use-trimbox not working

Does anybody knows why pdf:use-trimbox=true doesn't work at all???
by basstradamus
2011-01-17T04:23:14-07:00
Forum: Users
Topic: Imagemagick use-trimbox doesn't work at all
Replies: 1
Views: 4030

Imagemagick use-trimbox doesn't work at all

Hello, I'm desparately trying to convert PDF to JPG by Imagemagick (convert command) preserving trimbox. I run following command (convert only first page). convert -verbose -define pdf:use-trimbox=true "test_org.pdf[0]" cropped.jpg Here is an output. Looks like imagemagick doesn't pass use-trimbox ...
by basstradamus
2010-02-11T08:00:53-07:00
Forum: Users
Topic: Convert of big (60MB) JPG file - performance problem
Replies: 2
Views: 5476

Convert of big (60MB) JPG file - performance problem

I have timing issue. When I try to conver quite big jpg file 60-100 MB to small gif it takes around 50 sec. Morover when the same command is runned from PHP the it takes around 5 minutes! Morover CPU usage is 100% which completelly kills web server. My question is is there any way to do this faster ...