java code for dividing an image

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gupthabhargav
    New Member
    • Feb 2009
    • 1

    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
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    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

    Comment

    Working...