PSD file compression and profile tagging

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
mhoehn@hotmail.de
Posts: 5
Joined: 2010-02-08T06:47:10-07:00
Authentication code: 8675309

PSD file compression and profile tagging

Post by mhoehn@hotmail.de »

Hello,

we'd like to have an extension in psd.c source that imagemagick is able to write compressed .psd files.

For this it should be possible to optionally set compression through command line options.

The reason why we are looking for this feature is because .psd files written from imagemagick are approximately 4 times larger than those written from adobe photoshop!

A test file "test_magick.psd" has 14.4 mb when written from imagemagick and 2,8 mb when written from photoshop.

The file "test_magick.psd" has been created using "convert test.jpg test_magick.psd" command.

Additionally we have to use exiftool to tag a profile "ISOcoated_v2_eci.psd" to the converted .psd file. (would even be better if we could do this using imagemagick instead - please let us know how to do that)

Does anybody know how to do this (compression and profile tagging)?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: PSD file compression and profile tagging

Post by magick »

ImageMagick produces uncompressed PSD images. We have writing compressed PSD images on our development schedule but do not currently have an ETA for when it will be completed.
mhoehn@hotmail.de
Posts: 5
Joined: 2010-02-08T06:47:10-07:00
Authentication code: 8675309

Re: PSD file compression and profile tagging

Post by mhoehn@hotmail.de »

magick wrote:ImageMagick produces uncompressed PSD images. We have writing compressed PSD images on our development schedule but do not currently have an ETA for when it will be completed.
Can we accelerate development of that feature in any way (donation or something else)?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: PSD file compression and profile tagging

Post by magick »

We accept sponsorships for development to help cover the costs of developing ImageMagick. ImageMagick is free software-- that is its free to you however it actually costs us money to develop it. Any development we do must be contributed to the ImageMagick source distribution so others will benefit. To move forward, send a request from this page: http://www.imagemagick.org/script/contact.php and mention sponsorship in the e-mail.
Post Reply