Add ToolkitImage.getImage() method which loads an image with schema variant

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P3
    • tbd
    • Affects Version/s: 9
    • Component/s: client-libs

      Where should be a method which allows to load an image with resolution variants.

      It is better handled by supplying a parameter when you create/get the image, such as:

      Toolkit.createImage(URL, double... scales)
      or
      ImageVariantSchema myschema = new IVS(list of scales and suffixes);
      Toolkit.createImage(URL, myschema);

            Assignee:
            Unassigned
            Reporter:
            Alexandr Scherbatiy
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: