com.twelvemonkeys.imageio.metadata.psd
Interface PSD


public interface PSD

PSD

Version:
$Id: PSD.java,v 1.0 24.01.12 16:51 haraldk Exp$
Author:
Harald Kuhr, last modified by $Author: haraldk$

Field Summary
static int RES_ICC_PROFILE
          ICC profile image resource id.
static int RES_IPTC_NAA
          IPTC image resource id.
static int RESOURCE_TYPE
          PSD image resource marker "8BIM".
 

Field Detail

RESOURCE_TYPE

static final int RESOURCE_TYPE
PSD image resource marker "8BIM".

See Also:
Constant Field Values

RES_IPTC_NAA

static final int RES_IPTC_NAA
IPTC image resource id.

See Also:
Constant Field Values

RES_ICC_PROFILE

static final int RES_ICC_PROFILE
ICC profile image resource id.

See Also:
Constant Field Values


Copyright © 2015. All Rights Reserved.