I am creating a layered PSD file comprised of PNG files also generated in IM. I noticed that the file size of the PSD created by IM is ~47MB. I opened the file in GIMP, v 2.8 for OS X, and exported the file as a PSD (making no changes to the file) and the resulting file is ~1MB. Why the difference?
I took a look at identify for each PSD file and noticed that the IM created PSD has a larger histogram than the GIMP exported one...why is there "extra" data and how can create a similarly sized file in IM?
Info:
ImageMagick 6.7.8-8 2012-08-22 Q16 running on linux
GIMP V2.8 for OS X
Images: https://www.dropbox.com/sh/wclz3we1q7d7t39/SaYRVcuFXl
IM cmd:
Code: Select all
convert \
\( -background white /tmp/bleeds/background.png /tmp/bleeds/logo_box.png /tmp/bleeds/inside_border.png /tmp/bleeds/outside_border.png -flatten \) \
\( -label "Background" /tmp/bleeds/background.png \) \
\( -label "Logo Box" /tmp/bleeds/logo_box.png \) \
\( -label "Inner Border" /tmp/bleeds/inside_border.png \) \
\( -label "Outer Border" /tmp/bleeds/outside_border.png \) \
+repage -colorspace sRGB -alpha set '/tmp/bleeds/IM-created.psd'
I can provide the IM cmds for each of the PNG files if needed. Any help is appreciated. Thanks!
Josh