-
Notifications
You must be signed in to change notification settings - Fork 201
Open
Description
I'm trying to read the slices data from a PSD file created with Adobe Photoshop 2025. In Ps (and in UXP environment via JS and BatchPlay) I can successfully read the slices names. But slice.to_hash returns empty names for all the slices in my document:
{
:id=>374,
:group_id=>123,
:origin=>{
:type=>"ESliceOrigin",
:value=>"userGenerated"
},
:associated_layer_id=>nil,
:name=>"",
:type=>{
:type=>"ESliceType",
:value=>"Img "
},
:bounds=>{
:left=>0,
:top=>0,
:right=>1064,
:bottom=>686
},
:url=>"",
:target=>"",
:message=>"",
:alt=>"",
:cell_text_is_html=>true,
:cell_text=>"",
:horizontal_alignment=>{
:type=>"ESliceHorzAlign",
:value=>"default"
},
:vertical_alignment=>{
:type=>"ESliceVertAlign",
:value=>"default"
},
:color=>nil,
:outset=>{
:top=>0,
:left=>0,
:bottom=>0,
:right=>0
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels