> I am working on a project in which I am using JPEG image
> processing.
[quoted text clipped - 10 lines]
> because I am not chainging them while creating the image.
> Can anyone help me in solving this problem/
jpeg is lossy format, you should work in frequency domain (without
dequantisation).

Signature
Andrey Kuznetsov
http://uio.dev.java.net Unified I/O for Java
http://reader.imagero.com Java image reader
http://jgui.imagero.com Java GUI components and utilities
Andrey Kuznetsov - 13 Jan 2005 12:41 GMT
>> I am working on a project in which I am using JPEG image
>> processing.
[quoted text clipped - 13 lines]
> jpeg is lossy format, you should work in frequency domain (without
> dequantisation).
or choose another format like png

Signature
Andrey Kuznetsov
http://uio.dev.java.net Unified I/O for Java
http://reader.imagero.com Java image reader
http://jgui.imagero.com Java GUI components and utilities