2006-05-04 16:36:51 +00:00
|
|
|
/*---------------------------------------------------------------------------*
|
|
|
|
| PDFlib - A library for generating PDF on the fly |
|
|
|
|
+---------------------------------------------------------------------------+
|
2008-10-20 14:35:00 +00:00
|
|
|
| Copyright (c) 1997-2006 Thomas Merz and PDFlib GmbH. All rights reserved. |
|
2006-05-04 16:36:51 +00:00
|
|
|
+---------------------------------------------------------------------------+
|
|
|
|
| |
|
|
|
|
| This software is subject to the PDFlib license. It is NOT in the |
|
|
|
|
| public domain. Extended versions and commercial licenses are |
|
|
|
|
| available, please check http://www.pdflib.com. |
|
|
|
|
| |
|
|
|
|
*---------------------------------------------------------------------------*/
|
|
|
|
|
2008-10-20 14:35:00 +00:00
|
|
|
/* $Id: p_photoshp.c,v 1.2 2008-10-20 14:34:16 guy Exp $
|
2006-05-04 16:36:51 +00:00
|
|
|
*
|
2008-10-20 14:35:00 +00:00
|
|
|
* PDFlib Photoshop image resource data routines
|
2006-05-04 16:36:51 +00:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2008-10-20 14:35:00 +00:00
|
|
|
#define P_PHOTOSHP_C
|
2006-05-04 16:36:51 +00:00
|
|
|
|
2008-10-20 14:35:00 +00:00
|
|
|
#include "p_intern.h"
|
|
|
|
#include "p_image.h"
|
2006-05-04 16:36:51 +00:00
|
|
|
|