mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-04 12:05:29 -04:00
Merge pull request #731 from daaaaa/master
PSD: Add missing guide info in metadata
This commit is contained in:
commit
4bbe946f46
@ -203,6 +203,7 @@ public final class PSDMetadata extends AbstractMetadata {
|
||||
IIOMetadataNode guideNode = new IIOMetadataNode("Guide");
|
||||
guideNode.setAttribute("location", Integer.toString(guide.location));
|
||||
guideNode.setAttribute("orientation", GUIDE_ORIENTATIONS[guide.direction]);
|
||||
node.appendChild(guideNode);
|
||||
}
|
||||
}
|
||||
else if (imageResource instanceof PSDPixelAspectRatio) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user