Tachyon (current)  Current Main Branch
psd.h
Go to the documentation of this file.
1 /*
2  * psd.h - This file deals with Photoshop format image files (reading/writing)
3  *
4  * (C) Copyright 1994-2022 John E. Stone
5  * SPDX-License-Identifier: BSD-3-Clause
6  *
7  * $Id: psd.h,v 1.3 2022/02/18 17:55:28 johns Exp $
8  *
9  */
10 
11 int writepsd48(char *name, int xres, int yres, unsigned char *imgdata);
12 
13 
int writepsd48(char *name, int xres, int yres, unsigned char *imgdata)
Definition: psd.c:22