Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: updated link

...

...

Panel
borderColor#3D3D3D
bgColor#F4F4F4
titleColor#3D3D3D
borderWidth0
titleBGColor#3D3D3D
borderStylesolid

ON THIS PAGE

Table of Contents
indent20px

...

  • Filename: The name of the image file
  • Mode: The image mode. See the entry for SetDefaultMode() below for more details.
  • Transition: The image transition setting. See the entry for SetDefaultTransition() below for more details.
  • EncryptionAlgorithm: The file-encryption algorithm. Currently the options are "AesCtr" and "AesCtrHmac".
  • EncryptionKey: The key to decrypt the image file. This is a byte array consisting of 128 bits of key, followed by 128 bits of IV.

See the the Image Decryption  section section below for details on displaying encrypted images.

Warning
titleImportant

The image player no longer accepts "{A|A}" AES encryption keys (i.e. where the top and bottom 64 bits of the key are identical).

PreloadFile(image_filename As String) As Boolean

...