Android Example Image - Various ways of Image Manipulation

Attachments

  • JHS_IMAGE_SWAP_ARGB_V1.zip
    466.2 KB · Views: 466
  • JHS_IMAGE_COLOR_BALANCE_V1.zip
    481.7 KB · Views: 430
  • JHS_IMAGE_CONTRAST_V1.zip
    466 KB · Views: 425
  • JHS_IMAGE_BITWISE_BLEND.zip
    149.2 KB · Views: 400
  • JHS_DITHERING_V4.zip
    41.5 KB · Views: 376
  • JHS_IMAGE_COLOR_SHADING.zip
    23 KB · Views: 434
  • JHS_IMAGE_COLOR_TINT.zip
    454.3 KB · Views: 408
  • JHS_IMAGE_CONVOLUTION.zip
    445.2 KB · Views: 415
  • JHS_IMAGE_DISTORT_BLUR_V1.zip
    429.2 KB · Views: 417
  • JHS_IMAGE_ERODE_DILATE.zip
    73.9 KB · Views: 405
Last edited:

Johan Schoeman

Expert
Licensed User
Longtime User
Some more image processing examples
 

Attachments

  • JHS_IMAGE_MEDIAN_FILTER.zip
    475.5 KB · Views: 361
  • JHS_IMAGE_PARTIAL_COLOR_INVERSION.zip
    466.7 KB · Views: 347
  • JHS_IMAGE_ROTATE_V1.zip
    484.1 KB · Views: 359
  • JHS_IMAGE_SHEAR.zip
    133.5 KB · Views: 349
  • JHS_IMAGE_SOLARISE.zip
    484.8 KB · Views: 329
  • JHS_IMAGE_SWOP_SHIFT.zip
    466.8 KB · Views: 363
  • JHSGRAYSCALE_V2.zip
    455.9 KB · Views: 450
  • JHS_HIST_STRETCH.zip
    482.6 KB · Views: 354
  • JHS_HIST_EQUAL_V2.zip
    482.8 KB · Views: 349
Last edited:

Johan Schoeman

Expert
Licensed User
Longtime User
This is based on the project that you can find here. Change the code in the attached project which ever way you like to pass the required variables to obtain different results (where applicable). The attached project makes use of inline java code to manipulate the original image.

image1.png


image2.png


image3.png
 

Attachments

  • JHS_IMAGE_JAVA.zip
    62.5 KB · Views: 373
Last edited:
Top