RSS/Atom feed Twitter
Site is read-only, email is disabled

New PSD Load Plug-in

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

1 of 1 message available
Toggle history

Please log in to manage your subscriptions.

New PSD Load Plug-in John Marshall 16 Jun 13:56
John Marshall
2007-06-16 13:56:33 UTC (almost 17 years ago)

New PSD Load Plug-in

HI,

I have written a replacement plug-in for loading photoshop psd files. The source is attached to bug #448181

The improvements over the existing version are: Support for ICC colour profiles.
Load 16 bit data files (down-sampled to 8 bits). Load image data from duotone files (toning information not loaded). Load saved paths.
Load XMP data as XMP parasite (as TIFF load). Load exif data as parasite (as JPEG load). Improved layer mask handling (this includes a complete fix for the panotools bug).
Load Unicode alpha-channel names where they exist.

There still is no support for: CMYK
Multi-channel
Lab color

It is my intention to add thumbnail and save modules when time permits. I only started learning C this year so the code may well be less than perfect :)
however I have trawled bugzilla to find all the uploaded psd files that I can find
to add to my test suite and so far so good.

John Marshall