Skip to content
  • Benoît Minisini's avatar
    [INTERPRETER] · e945a9fa
    Benoît Minisini authored
    * NEW: Requesting a component interface automatically loads the component 
      now.
    * NEW: The Image and Picture functions in the interpreter API were removed.
    
    [GB.DRAW]
    * NEW: A new function in the Draw interface to get the size of a picture.
      This function replaces the removed Picture interpreter API.
    
    [GB.IMAGE]
    * NEW: This is a new component that manages images in memory. It implements 
      the Image class, can create images of many formats (RGB, RGBA, BGRA...) 
      and convert image data between different formats. This component replaces
      the previous interpreter Image API. All components were ported to this
      new image management system by loading this component automatically.
      Beware that the Image constructor has changed! The transparent property
      has been removed, and there is an optional color argument that is used
      for initializing the image data. Moreover, many classes (Webcam, 
      PdfDocument...) that have an Image property lost their Picture property.
      Now to get a Picture, you ...
    e945a9fa