Adding new layer in AI files.
Posted: 2018-02-01T12:21:25-07:00
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 approach using AI files IM merging all the layers. I need to keep the existing layers and add the new image as a new layer.
Is it possible?
Any recommendation would be appreciated!
Thanks!
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 approach using AI files IM merging all the layers. I need to keep the existing layers and add the new image as a new layer.
Is it possible?
Any recommendation would be appreciated!
Thanks!