Class ImageTransformerHelpers

java.lang.Object
one.jpro.platform.image.manager.transformer.ImageTransformerHelpers

public class ImageTransformerHelpers extends Object
Provides helper methods for image transformation tasks.
  • Constructor Details

    • ImageTransformerHelpers

      public ImageTransformerHelpers()
  • Method Details

    • graphicsDefaultConfiguration

      public static void graphicsDefaultConfiguration(Graphics2D g2d)
      Configures the provided Graphics2D object with default rendering settings. These settings improve the quality of the rendered image with: - Bilinear interpolation for smoother image scaling - Anti-aliasing to smooth out jagged edges - High-quality rendering hints for improved output quality
      Parameters:
      g2d - The Graphics2D object to be configured.