This section describes the RasterMaster Java photo editing methods. The quality of the conversion is determined by the input and output dots per inch resolution and the output compression type. If you go from a higher to a lower resolution or a lossy compression type, then the quality of the image will degrade. Use color reduction methods to create a lower image quality that is smaller in size and is speedier to process. If you go from a higher to a lower resolution or a lossy compression type, then the quality of the image will degrade.

Please note that some formats only support a certain number of bits per pixel, so you may get an unsupported pixel depth error when trying some of these methods. Please see Supported File Formats for the pixel depths of each supported format.

Please see the RasterMaster Java API documentation for detailed information about these methods.

Methods:

  • IMG_antique_effect(void)
  • IMG_auto_crop_bitmap(int)
  • IMG_despeckle_bitmap(int)
  • IMG_erase_rect(int, int, int, int, int, int, int)
  • IMG_flip_bitmapx(void)
  • IMG_flip_bitmapy(void)
  • IMG_histogram_equalize()
  • IMG_resize_bitmap(int, int)
  • IMG_resize_bitmap_bicubic(int, int)
  • IMG_rotate_bitmap(int)
  • IMG_sharpen_bitmap(int)
  • IMGLOW_detect_color()