Log in

View Full Version : ImageMagick Help


AsTimeGoesBy
7th May 2005, 20:08
Hello, i hope i do not rise the impression to be too convinient ignoring Google and forum search....
But Google produces me tons of pages to browse, so i would be happy already for a fitting keyword focus the search.


I'm looking for a ImageMagick command that does the same the ImageCopyResized() command of PHP, just copying an area of one image to another image.

The method i found myself isn't very handy, i make a transparent border around the wanted picture-area to get the same image size as the tatget image and then i use the dissolve option of composite.exe.
The problem is that i always must define (and find out) the transparency color manually - not very efficent...

So thanks for any help!