I have servlet in my web application that serves images, and when I visit those urls with browser images are server correctly. Then I have this other servlet that resizes im
From the docs:
If no registered ImageReader claims to be able to read the resulting stream, null is returned.
ImageReader
null
Could it be that you have no registered ImageReader for the image type?