convert cmyk eps to tiff & keep transparency
Posted: 2019-04-24T00:19:30-07:00
Hi there,
I'm almost finished reading all posts about this issue and I've also tried dozens of tipps to convert my images precisely to a transparent tiff.
Is there somebody out there who had the same issues and solved them finally? You can take the challenge looking at the following eps and desired tif (created manually). One more hint - the background and areas with cmyk(0,0,0,1) should be transparent, white areas with cmyk(0,0,0,0) should be kept.
https://1drv.ms/f/s!Ap9W5wxhL4jWhNYFaKezBcM1_KxzQA
Good luck
I'm almost finished reading all posts about this issue and I've also tried dozens of tipps to convert my images precisely to a transparent tiff.
Code: Select all
- transparent #000 > drops the required white areas
- floodfill +0+0 > corrupts the image
- colorspace RGB & and RGBA > distorts the colors
- fuzz & fill none > doesn't work (for some reason :shock: )
- ...
https://1drv.ms/f/s!Ap9W5wxhL4jWhNYFaKezBcM1_KxzQA
Good luck