PsdImage class
- Inheritance
-
- Object
- DecodeInfo
- PsdImage
Properties
- backgroundColor ↔ int
-
The suggested background color of the canvas.
getter/setter pairinherited
- channels ↔ int
-
getter/setter pair
- colorMode ↔ int?
-
getter/setter pair
- depth ↔ int?
-
getter/setter pair
- hasAlpha ↔ bool
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ int
-
The height of the image canvas.
getter/setter pairinherited
-
imageResources
→ Map<
int, PsdImageResource> -
final
- isValid → bool
-
no setter
-
layers
↔ List<
PsdLayer> -
getter/setter pair
- mergedImage ↔ Image?
-
getter/setter pair
-
mergeImageChannels
↔ List<
PsdChannel> -
getter/setter pair
- numFrames → int
-
The number of frames that can be decoded.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signature ↔ int?
-
getter/setter pair
- version ↔ int?
-
getter/setter pair
- width ↔ int
-
The width of the image canvas.
getter/setter pairinherited
Methods
-
decode(
) → bool -
decodeImage(
) → Image? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
renderImage(
) → Image -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
createImageFromChannels(
int? colorMode, int? bitDepth, int width, int height, List< PsdChannel> channelList) → Image
Constants
- COLORMODE_BITMAP → const int
- COLORMODE_CMYK → const int
- COLORMODE_DUOTONE → const int
- COLORMODE_GRAYSCALE → const int
- COLORMODE_INDEXED → const int
- COLORMODE_LAB → const int
- COLORMODE_MULTICHANNEL → const int
- COLORMODE_RGB → const int
- RESOURCE_BLOCK_SIGNATURE → const int
- SIGNATURE → const int