java code for dividing an image

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • JosAH
    replied
    Originally posted by gupthabhargav
    i'm doing a project on image processing. i want the code for dividing an image into 9 parts. please help me
    Use the ImageIO class to get a BufferedImage given an InputStream. You can get images from parts of the first image.

    kind regards,

    Jos

    Leave a comment:


  • gupthabhargav
    started a topic java code for dividing an image

    java code for dividing an image

    i'm doing a project on image processing. i want the code for dividing an image into 9 parts. please help me
Working...