Search found 5 matches

by chris2011
2013-01-13T04:37:00-07:00
Forum: Users
Topic: PHP & exec IM
Replies: 1
Views: 2324

PHP & exec IM

Hi there,

when running this from the commandline:

../../image/ImageMagick-6.7.1-0/utilities/convert -type palette -depth 8 -strip -quality 85 ../photos/picture_temp_12000.jpg -background white -resize 4000x3000 -background white -compose Copy -gravity center -extent 4500x3000 -gravity NorthWest ...
by chris2011
2011-06-20T13:08:37-07:00
Forum: Users
Topic: Crop problem with 'convert'
Replies: 9
Views: 18223

Re: Crop problem with 'convert'

thats astonishing! you see the results with the weblink http://shp.f68.de/cmpic.php ?

thats convert version

Version: ImageMagick 6.2.4 07/28/09 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2005 ImageMagick Studio LLC

is this version to old?

thanks
chris
by chris2011
2011-06-20T12:05:42-07:00
Forum: Users
Topic: Crop problem with 'convert'
Replies: 9
Views: 18223

Re: Crop problem with 'convert'

Thanks for your help.

But please have a look at the result: http://shp.f68.de/cmpic.php

On the right is an black area. Nothing white and only on the right. Thats all. Please have a look at the second picture.
I want an image which is inside the borders with the white areas. But the 1000 tries won ...
by chris2011
2011-06-20T06:19:36-07:00
Forum: Users
Topic: Crop problem with 'convert'
Replies: 9
Views: 18223

Re: Crop problem with 'convert'

Thanks Anthony,

I tried: http://shp.f68.de/cmpic.php

But there is only a black border on the right. I inlcuded in the link a picture what the result should be - even the difference between the -crop and the -extent

Thanks so much. I'm now trying & reading a couple of hours but I can't find a ...
by chris2011
2011-06-20T00:50:34-07:00
Forum: Users
Topic: Crop problem with 'convert'
Replies: 9
Views: 18223

Crop problem with 'convert'

Hi there,

I have image with the dimension 170x100 (width and height).

Now I want to call:

convert -crop 500x100+0+0 mypic.jpg -gravity Center newmypic.jpg

The new image has the dimension 170x100 (width and height).

How to force the convert tool to add white space that the new image has the ...