Share

Photoshop File Format Decode Library

Code

Programming Languages: C

License: GNU General Public License (GPL)

Repositories

browse code, statistics, last commit on 2007-02-28 cvs -d:pserver:anonymous@libpsd.cvs.sourceforge.net:/cvsroot/libpsd login

cvs -z3 -d:pserver:anonymous@libpsd.cvs.sourceforge.net:/cvsroot/libpsd co -P modulename

Show:

What's happening?

  • RGB8 in Image_Data.c Errors

    - psd_combine_rgb8_channel in image_data.c has a few bugs 1) context->color_channels should be context->channels (to include the alpha count) 1a) Alpha is being pulled out first when it should be last e.g.: red = context->temp_image_data; green = context->temp_image_data + context->per_channel_length; blue = context->temp_image_data + context->per_channel_length * 2; alpha =...

    2008-03-11 20:43:04 UTC by nobody

  • Knockout with Drop Shadow

    - Create an image in Photoshop (CS 8.0) with a drop shadow selecting the "Knockout" option. - Using libpsd to do psd_image_blend() causes a wierd masking effect. The drop shadow is in the wrong position relative to the object it is shadowing. The knockout is clearly not in the right position, as you can see the knockout mask offset from the object. - I have commented out using the knockout...

    2008-03-11 20:38:43 UTC by nobody

  • Photoshop File Format Decode Library

    Anonymous committed patchset 1 of module CVSROOT to the Photoshop File Format Decode Library CVS repository, changing 11 files.

    2007-02-28 21:11:25 UTC by nobody

  • libpsd

    evolrof registered the Photoshop File Format Decode Library project.

    2007-02-28 21:07:51 UTC by evolrof

Our Numbers