What, exactly, comes back to the browser ?
2) A correct JPEG image, visibile on the browser

Moreover, a look at the HTTP headers (both request and response) will help sorting this out
I will look into the header and will post it here.
I don't see the point of a client requesting a JPEG image and receiving a GIF one instead

This is because in my CustomReader i am modifying the image like converting a rectangular image into circular image and making the rest of the part other then the circular image transparent and JPG images does not transparency i guess.

This is the reason i am converting the JPG image into GIF.

Regards
Gaurav





Luca Morandini wrote:
On 22/10/09 16:19, Gaurav Kalia wrote:
Yes, On the browser the image is coming as JPG format but it should come
as GIF Format as transformed by my CustomReader Class.

What, exactly, comes back to the browser ?

1) A GIF image mistaken for a JPEG one, hence appearing as a broken image on the browser
2) A correct JPEG image, visibile on the browser
3) A correct GIF image, but with the mime-type of a JPEG
4) Other...

Moreover, a look at the HTTP headers (both request and response) will help sorting this out.

To be honest, I don't see the point of a client requesting a JPEG image and receiving a GIF one instead... but I suppose it makes a business case of sort.

Regards,

--------------------
   Luca Morandini
www.lucamorandini.it
--------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org

Reply via email to