Parser de PSD’s para Actionscript 3
Tal vez en algún momento necesiten importar un psd a su app Flash/Flex/AIR ó quizá en este momento se les ocurra algo que hacer con esto 🙂
What is currently supported :
PSD FILE :
- Parsing canvas width x height
- parsing file color information (number of color channels, color depth, color mode)
- parsing file’s composite bitmap snapshot
- parsing all layers and layer folders
Layers :
- parsing layer bitmap data
- parsing layers bounds and position
- parsing layer name
- parsing layer ID
- parsing layer blend mode
- parsing layer colour channels
- parsing layer alpha
- parsing layer filters
- parsing layer extra properties such as : isLocked, isVisible, clipping applied
- parsing layer type (normal, folder)
What is not supported but planned for the future :
- layer masks
- layer paths
- layer vector shapes
- parsing text layers as formatted string
- parsing layers with zip (with or without prediction) compression
PSD FILE :
- Parsing canvas width x height
- parsing file color information (number of color channels, color depth, color mode)
- parsing file’s composite bitmap snapshot
- parsing all layers and layer folders
Layers :
- parsing layer bitmap data
- parsing layers bounds and position
- parsing layer name
- parsing layer ID
- parsing layer blend mode
- parsing layer colour channels
- parsing layer alpha
- parsing layer filters
- parsing layer extra properties such as : isLocked, isVisible, clipping applied
- parsing layer type (normal, folder)
What is not supported but planned for the future :
- layer masks
- layer paths
- layer vector shapes
- parsing text layers as formatted string
parsing layers with zip (with or without prediction) compression
Deja un comentario