This content has been marked as final.
Show 2 replies
-
1. Re: JS CS3 image rotation value not the same in Photoshop
[Jongware] Nov 27, 2009 5:19 PM (in response to John.Kordas)Other that brushing it off as an oddity of the Adobe programming team (and that should probably be "teams", Not On Speaking Terms with eachother):
Top line: you rotate the frame, holding the image. Bottom line: you rotate the image.
-
2. Re: JS CS3 image rotation value not the same in Photoshop
John.Kordas Nov 29, 2009 10:23 PM (in response to [Jongware])Thanks Jongware,
To check what I'm rotating I used the following:
app.activeDocument.links[1].parent.constructor.name
this returned Image and to be sure I tried:
app.activeDocument.links[1].parent.parent.constructor.name
This returned Rectangle.
So is the top line rotating the image or the frame? Or do you mean that ID only workers with frames and is not an image editing package so even though it returns Image it's still just the frame holding the image?
Cheers, John.


