CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2000
    Posts
    1

    How can I change a image file into a int array

    I'm beginner to java. I want to put a gif or jpg file into a java source file so that I can keep one file. So I need to read in the image file and and create a int array to keep the data. How can I do it? Can anyone help me? Some example code is preferable.


  2. #2
    Guest

    Re: How can I change a image file into a int array

    Look at the PixelGrabber class


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured