How to compress RLE the psd file?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
pam
Posts: 1
Joined: 2013-01-09T23:04:21-07:00
Authentication code: 6789

How to compress RLE the psd file?

Post by pam »

How to compress RLE the psd file?

use ImageMagick-6.8.1-9-Q16-x86-windows.zip
Make 4Layer PSD
convert L1.png L2.png L3.png L4.png ( -clone 0-3 -background white -flatten ) -insert 0 -compress RLE test_out.psd

test_out.psd 794MB
test_out.psd 22MB (re-saved in photoshop)
Post Reply