Class libxl.JxlAnimationHeader

java.lang.Object
gov.nih.mipav.model.file.libxl.JxlAnimationHeader
Enclosing class:
libxl

class libxl.JxlAnimationHeader extends Object
The codestream animation header, optionally present in the beginning of the codestream, and if it is it applies to all animation frames, unlike @ref JxlFrameHeader which applies to an individual frame.
  • Field Details

    • tps_numerator

      int tps_numerator
      Numerator of ticks per second of a single animation frame time unit
    • tps_denominator

      int tps_denominator
      Denominator of ticks per second of a single animation frame time unit
    • num_loops

      int num_loops
      Amount of animation loops, or 0 to repeat infinitely
    • have_timecodes

      boolean have_timecodes
      Whether animation time codes are present at animation frames in the codestream
  • Constructor Details

    • JxlAnimationHeader

      JxlAnimationHeader()