Page 1 of 1

Help with TIFF

Posted: 2019-01-19T01:01:00-07:00
by sunnyrose1994
Hi there.
We are using the Image Magick to generate a non-rectangular image uploaded by user on a website.
The website module generates a transparent area of the certain shape around the uploaded user's image and generates the TIFF file.

This images are being used for futher printing in on EPSON SC-7000 via Wasach SoftRIP TX.

The problem is that transparent area around the image becomes black, which terrible for us )
JUST AN IDEA. It seems to me that the generated image has multiple layers and RIP software doesn't "allow" it and shows me a black area.

My qusetion is how can i make sure that generated TIFF has merged layers?

Here is the screenshot: http://joxi.ru/GrqBvqpiO1BYmz
the left one is after re-saving in Corel
the right one comes directly from Image Magick (has black area around)

Please give any other ideas.
Thanks in advance

Re: Help with TIFF

Posted: 2019-01-19T11:10:10-07:00
by fmw42
We need more information.

What processing are you doing before you save to TIFF? If in ImageMagick, what is the command line.

Can you provide your TIFF file? If not what do you get from

Code: Select all

identify -verbose your.tiff
What is Corel doing? Is it saving as JPG, which does not support transparency?

Is your TIFF RGBA or CMYKA?

What is your IM version and platform?

Re: Help with TIFF

Posted: 2019-01-19T14:33:33-07:00
by snibgo
I don't understand the overall question, but ...
sunnyrose1994 wrote:The problem is that transparent area around the image becomes black, which terrible for us.
... perhaps "-background White -alpha Background" will help.