Class Images

java.lang.Object
com.realtime.crossfire.jxclient.util.Images

public class Images extends Object
Utility class for manipulating images.
  • Method Details

    • saveImageIcon

      public static void saveImageIcon(@NotNull @NotNull Path outputFile, @NotNull @NotNull Icon imageIcon)
      Saves an ImageIcon to a file. I/O errors are reported to System.err but otherwise ignored.
      Parameters:
      outputFile - the file to save to
      imageIcon - the image to save