Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Re: How to view and edit the bits of a jpg image file?

    I don't know the internal format of a jpeg file and have no idea how the contents of a jpeg file can be changed without passing the file through special code that does know how to read and write the...
  2. Re: How to view and edit the bits of a jpg image file?

    Look at the BufferedImage class. It has methods for getting and setting pixels.
  3. Re: How to view and edit the bits of a jpg image file?

    I'm not sure how you can read and modify the contents of a jpeg file. I think the image has to be read into an Image object which allows access to the bytes defining the pixels.
    Also I'm not...
Results 1 to 3 of 3