IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Is it possible to use screen to mask a binary Group4 tiff image with another binary group4 with the same resolution, dimensions? I am trying to block out portions of a form on a scanned image by creating a tiff with black boxes over the areas I want to expose and using that as a mask over the original image. The synatx I used is
You need a -composite operator (or other) to apply the -compose setting! also you forget the '-' for -compose!
Actually your output was probaly a multiple image TIFF with BOTh the original images in it. You should have has errors like "no such file" for "compose" and "screen"!!!
You are correct. I did receive a multipage tiff of the original images. Thank you for the proper command string. After much experimentation I was also able to produce the desired effect by using composite intead of convert so the command line looked like