Skip to main content
Inspiring
January 31, 2017
Question

How to get animation frame ID?

  • January 31, 2017
  • 2 replies
  • 1296 views

Hello!

I'm trying to get identifiers of frames on the timeline panel (Frame animation mode).

I see, that they are stored inside Image Resource Section of PSD file.

Resource ID is 4000 (0x0fa0) which is supposed to be used by plug-ins.

But I can't figure out how to get them using javascript or OLE-automation. Is it possible?

And if not, is it possible to read them from C/C++ plug-in and send to javascript?

This topic has been closed for replies.

2 replies

Tom Ruark
Inspiring
November 27, 2018

There is only this documentation. Adobe Photoshop File Formats Specification

Did you find it in the PSD?

This information is not available at runtime.

Tom Ruark
Inspiring
January 31, 2017

I would try to modify GetHistory in the History example of the C/C++ SDK.

Inspiring
February 7, 2017

My current solution is able to read 'AnDs' data only from saved document.

Is it possible to get FrameInfo with changes that are not saved yet?

Participating Frequently
November 25, 2018

Can you share your code? I want to read this image resource block too, but there's no documentation about it.