···359359360360(** {1 Utilities} *)
361361362362+val next_image_id : unit -> int
363363+(** Generate a unique image ID suitable for use with all graphics commands.
364364+365365+ Returns a random ID with non-zero bytes in all positions, making it
366366+ compatible with both regular display and Unicode placeholder modes.
367367+ Uses [Random] internally. *)
368368+362369module Unicode_placeholder = Kgp_unicode
363370module Detect = Kgp_detect
364371