How to compress RLE the psd file?
Posted: 2013-01-09T23:20:29-07:00
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)
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)