Tune up Convert - resize large images
Posted: 2011-02-24T08:41:03-07:00
Hi,
is there a way to tune up my command?
$memory = 512mb - 1024mb
$v_a->n_article_dpi = 100 - 300
source width = ~12598px
source height = ~9449px
$t_width = >< source width
$t_height = >< source height
Actually i need for this step more than 15 minutes to finish.
I have read a lot of several posts on this and other communities but i found nothing that helps in my case.
Changing the version of imagemagick is no option for me, cause i have to use a fix excisting enviroment.
Thanks a lot
Bernd
is there a way to tune up my command?
$memory = 512mb - 1024mb
$v_a->n_article_dpi = 100 - 300
source width = ~12598px
source height = ~9449px
$t_width = >< source width
$t_height = >< source height
Code: Select all
$command = "convert -limit memory ".$memory."mb -compress None -geometry ".$t_width."x".$t_height." -density ".$v_a->n_article_dpi."x".$v_a->n_article_dpi." ".$source_image." ".$trans_path;
I have read a lot of several posts on this and other communities but i found nothing that helps in my case.
Changing the version of imagemagick is no option for me, cause i have to use a fix excisting enviroment.
Thanks a lot
Bernd