Search found 2 matches

by cyngt
2018-02-01T12:34:35-07:00
Forum: Users
Topic: Adding new layer in AI files.
Replies: 2
Views: 2819

Re: Adding new layer in AI files.

Thank you for the reply. It is good to know. I will look at those tools mentioned in the link.

Best
by cyngt
2018-02-01T12:21:25-07:00
Forum: Users
Topic: Adding new layer in AI files.
Replies: 2
Views: 2819

Adding new layer in AI files.

Hello,

I am trying to find a way to add a watermark image (PNG or JPEG) as a new layer inside layered AI files. I have done this for PSD file with the following command.

convert ^
C:\TEMP\in.psd ^
C:\TEMP\watermark.png ^
-transparent white -background none c:\TEMP\out.psd

When I try similar ...