Forum

Author Topic: Add photos to specific frame in multiframe chunk  (Read 1337 times)

Evan

  • Newbie
  • *
  • Posts: 2
    • View Profile
Add photos to specific frame in multiframe chunk
« on: April 02, 2019, 01:27:55 AM »
Is it possible to add photos to a specific frame in a multiframe chunk? I expected something like the following to work:

Code: [Select]
chunk.addFrame()
chunk.frames[1].addPhotos(photoList)

But all the photos are just added to the first (i.e. 0th) frame. Is there some other way to add photos to a frame other than the first frame?