Hi mates, I´m making a batch file and I need to use imagemagick command line for convert .ai (multilayer) file to .psd file without lose my .ai layers
Also If you can know how to convert directly .ai (multilayer) to .tiff saving layers
thanks
Search found 3 matches
- 2012-01-17T02:39:57-07:00
- Forum: Developers
- Topic: Convert .ai to .psd saving layers
- Replies: 1
- Views: 7143
- 2012-01-13T08:27:23-07:00
- Forum: Developers
- Topic: convert .ai to .tiff
- Replies: 4
- Views: 12321
Re: convert .ai to .tiff
I´m sorry about I spent your time, my problem was my image magick version. I was trying in Image Magick 6.5.9-2 version, and I update to 6.7.4-6 version and finally works.
Anyway thank you.
Anyway thank you.
- 2012-01-13T04:28:46-07:00
- Forum: Developers
- Topic: convert .ai to .tiff
- Replies: 4
- Views: 12321
Re: convert .ai to .tiff
Update. We have tried al these methods: -depth 8 (we want 8 bits) -transparent #FFFFFFFFF ( because the imagemagick "thinks" that the file has white backgroung -alpha on, off, set, transparent, shape... -palleteMatte -compress LZW -colorspace -type TRUECOLOR -channel RGB ...etc... What we are trying ...